Searched defs:bitOffset (Results 1 – 14 of 14) sorted by relevance
49 bool Bitmap::AtomicTestAndSetBit(size_t bitOffset) in AtomicTestAndSetBit()67 bool Bitmap::AtomicTestAndClearBit(size_t bitOffset) in AtomicTestAndClearBit()85 bool Bitmap::AtomicTestBit(size_t bitOffset) in AtomicTestBit()
74 void SetBit(size_t bitOffset) in SetBit()84 void ClearBit(size_t bitOffset) in ClearBit()95 bool TestBit(size_t bitOffset) const in TestBit()319 static size_t GetWordIdx(size_t bitOffset) in GetWordIdx()329 size_t GetBitIdxWithinWord(size_t bitOffset) const in GetBitIdxWithinWord()341 BitmapWordType GetBitMask(size_t bitOffset) const in GetBitMask()364 void CheckBitOffset([[maybe_unused]] size_t bitOffset) const in CheckBitOffset()408 BitmapWordType GetBitmapWord(size_t bitOffset) in GetBitmapWord()652 void *BitOffsetToAddr(size_t bitOffset) const in BitOffsetToAddr()
114 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Set() local122 size_t bitOffset = idx - elemIdx * ELEM_BITS; in Check() local
88 const bitOffset = bitIdx % BITWORD_SIZE; constant99 const bitOffset = bitIdx % BITWORD_SIZE; constant106 const bitOffset = bitIdx % BITWORD_SIZE; constant
342 uint32_t bitOffset = 1U; in HWTEST_F_L0() local400 uint32_t bitOffset = 1U; in HWTEST_F_L0() local439 uint32_t bitOffset = 1U; in HWTEST_F_L0() local474 uint32_t bitOffset = 1U; in HWTEST_F_L0() local501 uint32_t bitOffset = 2U; in HWTEST_F_L0() local
125 uintptr_t bitOffset = addrRange_.OffsetOf(addr); in EnumerateMarkedBlocks() local
79 size_t bitOffset = offset % BIT_8; in EmitImpl() local
45 void TaggedArray::SetBit(const JSThread *thread, uint32_t idx, uint32_t bitOffset, const JSTaggedVa… in SetBit()
133 uint8 bitOffset = node.GetBitsOffset(); in HandleExtractBits() local
852 void MPISel::SelectExtractbits(RegOperand &resOpnd, RegOperand &opnd0, uint8 bitOffset, uint8 bitSi… in SelectExtractbits()
915 GateRef bitOffset = circuit_->GetConstantGateWithoutCache( in LoweringLoadWithBarrierAndPrepareScheduleGate() local
217 GateRef bitOffset = Int32And(*index, Int32(BIT_PER_QUAD_MASK)); in BarrierBatchBitSet() local
2273 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetSValueWithBarrier() local2346 GateRef bitOffset = TruncPtrToInt32(bitOffsetPtr); in SetNonSValueWithBarrier() local
2451 uint8 bitOffset = node.GetBitsOffset(); in SelectRegularBitFieldLoad() local2463 uint8 bitOffset = node.GetBitsOffset(); in SelectExtractbits() local