Searched defs:bitMask (Results 1 – 3 of 3) sorted by relevance
32 ConstBit(UInt bitMask, const UInt &givenFlags) : mask_ {bitMask}, flags_ {givenFlags} {}; in ConstBit()54 Bit(UInt bitMask, UInt &givenFlags) : ConstBit {bitMask, givenFlags} {}; in Bit()
57 T bitMask = ((1 << bitLen) - 1) << pos; in AtomicGetValue() local65 T bitMask = ((1 << bitLen) - 1) << pos; in AtomicSetValue() local
1226 uint64_t bitMask = static_cast<uint64_t>(static_cast<uint64_t>(1) << byteLength) - 1; in SplitUInt() local1341 int64_t bitMask = negetiveMask | (negetiveMask - 1); in ReadInt() local