Searched refs:OffsetToMask (Results 1 – 2 of 2) sorted by relevance
38 const uword mask = OffsetToMask(offset); in AtomicTestAndSet()61 return (bitmap_begin_[OffsetToIndex(offset)] & OffsetToMask(offset)) != 0; in Test()164 const uword mask = OffsetToMask(offset); in Modify()
71 static constexpr uword OffsetToMask(uintptr_t offset) { in OffsetToMask() function