Searched refs:wordIndex (Results 1 – 1 of 1) sorted by relevance
490 u32 wordIndex = index / 32; in GetBit() local492 return ((bits[wordIndex] << bitIndex) & (1u << 31)) != 0; in GetBit()