Searched defs:bit_index (Results 1 – 2 of 2) sorted by relevance
58 static ALWAYS_INLINE constexpr uintptr_t BitIndexToMask(uintptr_t bit_index) { in BitIndexToMask()62 ALWAYS_INLINE bool SetBit(size_t bit_index) { in SetBit()66 ALWAYS_INLINE bool ClearBit(size_t bit_index) { in ClearBit()96 ALWAYS_INLINE void CheckValidBitIndex(size_t bit_index) const { in CheckValidBitIndex()147 ALWAYS_INLINE uintptr_t AddrFromBitIndex(size_t bit_index) const { in AddrFromBitIndex()
32 inline bool Bitmap::AtomicTestAndSetBit(uintptr_t bit_index) { in AtomicTestAndSetBit()51 inline bool Bitmap::TestBit(uintptr_t bit_index) const { in TestBit()133 inline bool Bitmap::ModifyBit(uintptr_t bit_index) { in ModifyBit()