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