Searched refs:InterlockedBitTestAndComplement (Results 1 – 2 of 2) sorted by relevance
1096 #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement)1097 unsigned char InterlockedBitTestAndComplement(volatile __LONG32 *a, __LONG32 b);1098 #if !__has_builtin(InterlockedBitTestAndComplement)1100 __buildbittesti(InterlockedBitTestAndComplement, __LONG32, "eor", /* unused param */)1184 #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement)1185 unsigned char InterlockedBitTestAndComplement(volatile __LONG32 *a, __LONG32 b);1186 #if !__has_builtin(InterlockedBitTestAndComplement)1188 __buildbittesti(InterlockedBitTestAndComplement, __LONG32, "eor", /* unused param */)1676 #if __INTRINSIC_PROLOG(InterlockedBitTestAndComplement)1677 unsigned char InterlockedBitTestAndComplement(volatile __LONG32 *a, __LONG32 b);[all …]
863 #ifndef InterlockedBitTestAndComplement864 #define InterlockedBitTestAndComplement InterlockedBitTestAndComplement_Inline macro