Searched refs:ASMBitTestAndSet (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTBitOperations.cpp172 CHECK(ASMBitTestAndSet(&p->au32[0], 0) && p->au32[0] == 0x80000001U);
173 CHECK(!ASMBitTestAndSet(&p->au32[0], 16) && p->au32[0] == 0x80010001U);
174 CHECK(ASMBitTestAndSet(&p->au32[0], 16) && p->au32[0] == 0x80010001U);
175 CHECK(!ASMBitTestAndSet(&p->au32[0], 80) && p->au32[2] == 0x00010002U);
H A DtstRTAvl.cpp108 bool fRc = !ASMBitTestAndSet(pTracker->abBitmap, Key);
113 if (!ASMBitTestAndSet(pTracker->abBitmap, KeyLast))
/vbox/src/VBox/Runtime/common/asm/
H A Dasm-fake.cpp262 RTDECL(bool) ASMBitTestAndSet(volatile void *pvBitmap, int32_t iBit) function
272 return ASMBitTestAndSet(pvBitmap, iBit);
/vbox/include/iprt/
H A Dasm.h3964 DECLASM(bool) ASMBitTestAndSet(volatile void *pvBitmap, int32_t iBit);
3966 DECLINLINE(bool) ASMBitTestAndSet(volatile void *pvBitmap, int32_t iBit) function
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp1890 if (ASMBitTestAndSet(pbmHash, iHashBit))
/vbox/src/VBox/Storage/
H A DVHD.cpp3098 && ASMBitTestAndSet(pu32BlockBitmap, (uint32_t)((paBat[i] - idxMinBlock) / (cbBlock / VHD_SECTOR_SIZE))))
H A DVDI.cpp3160 else if (ASMBitTestAndSet(pu32BlockBitmap, paBlocks[i]))

Completed in 96 milliseconds