Searched refs:ComputeBitPointer (Results 1 – 1 of 1) sorted by relevance
109 uint8_t byte = *ComputeBitPointer(bit_offset, &bit_mask); in LoadBit()115 uint8_t* byte = ComputeBitPointer(bit_offset, &bit_mask); in StoreBit()173 ALWAYS_INLINE uint8_t* ComputeBitPointer(uintptr_t bit_offset, uint8_t* bit_mask) const { in ComputeBitPointer() function