Searched defs:vbgdNtTestAtomicTestAndClearBitsU32 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp1368 static void vbgdNtTestAtomicTestAndClearBitsU32(uint32_t u32Mask, uint32_t u32Bits, uint32_t u32Exp) function
1385 vbgdNtTestAtomicTestAndClearBitsU32(0x00, 0x23, 0);
1386 vbgdNtTestAtomicTestAndClearBitsU32(0x11, 0, 0);
1387 vbgdNtTestAtomicTestAndClearBitsU32(0x11, 0x22, 0);
1388 vbgdNtTestAtomicTestAndClearBitsU32(0x11, 0x23, 0x1);
1389 vbgdNtTestAtomicTestAndClearBitsU32(0x11, 0x32, 0x10);
1390 vbgdNtTestAtomicTestAndClearBitsU32(0x22, 0x23, 0x22);

Completed in 52 milliseconds