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