Lines Matching defs:mask
255 char test_InterlockedExchange8(char volatile *value, char mask) { in test_InterlockedExchange8()
263 short test_InterlockedExchange16(short volatile *value, short mask) { in test_InterlockedExchange16()
271 long test_InterlockedExchange(long volatile *value, long mask) { in test_InterlockedExchange()
279 char test_InterlockedExchangeAdd8(char volatile *value, char mask) { in test_InterlockedExchangeAdd8()
287 short test_InterlockedExchangeAdd16(short volatile *value, short mask) { in test_InterlockedExchangeAdd16()
295 long test_InterlockedExchangeAdd(long volatile *value, long mask) { in test_InterlockedExchangeAdd()
303 char test_InterlockedExchangeSub8(char volatile *value, char mask) { in test_InterlockedExchangeSub8()
311 short test_InterlockedExchangeSub16(short volatile *value, short mask) { in test_InterlockedExchangeSub16()
319 long test_InterlockedExchangeSub(long volatile *value, long mask) { in test_InterlockedExchangeSub()
327 char test_InterlockedOr8(char volatile *value, char mask) { in test_InterlockedOr8()
335 short test_InterlockedOr16(short volatile *value, short mask) { in test_InterlockedOr16()
343 long test_InterlockedOr(long volatile *value, long mask) { in test_InterlockedOr()
351 char test_InterlockedXor8(char volatile *value, char mask) { in test_InterlockedXor8()
359 short test_InterlockedXor16(short volatile *value, short mask) { in test_InterlockedXor16()
367 long test_InterlockedXor(long volatile *value, long mask) { in test_InterlockedXor()
375 char test_InterlockedAnd8(char volatile *value, char mask) { in test_InterlockedAnd8()
383 short test_InterlockedAnd16(short volatile *value, short mask) { in test_InterlockedAnd16()
391 long test_InterlockedAnd(long volatile *value, long mask) { in test_InterlockedAnd()
558 __int64 test_InterlockedExchange64(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64()
566 __int64 test_InterlockedExchangeAdd64(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64()
574 __int64 test_InterlockedExchangeSub64(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeSub64()
582 __int64 test_InterlockedOr64(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64()
590 __int64 test_InterlockedXor64(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64()
598 __int64 test_InterlockedAnd64(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64()
676 char test_InterlockedExchangeAdd8_acq(char volatile *value, char mask) { in test_InterlockedExchangeAdd8_acq()
683 char test_InterlockedExchangeAdd8_rel(char volatile *value, char mask) { in test_InterlockedExchangeAdd8_rel()
690 char test_InterlockedExchangeAdd8_nf(char volatile *value, char mask) { in test_InterlockedExchangeAdd8_nf()
697 short test_InterlockedExchangeAdd16_acq(short volatile *value, short mask) { in test_InterlockedExchangeAdd16_acq()
704 short test_InterlockedExchangeAdd16_rel(short volatile *value, short mask) { in test_InterlockedExchangeAdd16_rel()
711 short test_InterlockedExchangeAdd16_nf(short volatile *value, short mask) { in test_InterlockedExchangeAdd16_nf()
718 long test_InterlockedExchangeAdd_acq(long volatile *value, long mask) { in test_InterlockedExchangeAdd_acq()
725 long test_InterlockedExchangeAdd_rel(long volatile *value, long mask) { in test_InterlockedExchangeAdd_rel()
732 long test_InterlockedExchangeAdd_nf(long volatile *value, long mask) { in test_InterlockedExchangeAdd_nf()
739 __int64 test_InterlockedExchangeAdd64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64_acq()
746 __int64 test_InterlockedExchangeAdd64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64_rel()
753 __int64 test_InterlockedExchangeAdd64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64_nf()
761 char test_InterlockedExchange8_acq(char volatile *value, char mask) { in test_InterlockedExchange8_acq()
768 char test_InterlockedExchange8_rel(char volatile *value, char mask) { in test_InterlockedExchange8_rel()
775 char test_InterlockedExchange8_nf(char volatile *value, char mask) { in test_InterlockedExchange8_nf()
782 short test_InterlockedExchange16_acq(short volatile *value, short mask) { in test_InterlockedExchange16_acq()
789 short test_InterlockedExchange16_rel(short volatile *value, short mask) { in test_InterlockedExchange16_rel()
796 short test_InterlockedExchange16_nf(short volatile *value, short mask) { in test_InterlockedExchange16_nf()
803 long test_InterlockedExchange_acq(long volatile *value, long mask) { in test_InterlockedExchange_acq()
810 long test_InterlockedExchange_rel(long volatile *value, long mask) { in test_InterlockedExchange_rel()
817 long test_InterlockedExchange_nf(long volatile *value, long mask) { in test_InterlockedExchange_nf()
824 __int64 test_InterlockedExchange64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64_acq()
831 __int64 test_InterlockedExchange64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64_rel()
838 __int64 test_InterlockedExchange64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64_nf()
954 char test_InterlockedOr8_acq(char volatile *value, char mask) { in test_InterlockedOr8_acq()
962 char test_InterlockedOr8_rel(char volatile *value, char mask) { in test_InterlockedOr8_rel()
970 char test_InterlockedOr8_nf(char volatile *value, char mask) { in test_InterlockedOr8_nf()
978 short test_InterlockedOr16_acq(short volatile *value, short mask) { in test_InterlockedOr16_acq()
986 short test_InterlockedOr16_rel(short volatile *value, short mask) { in test_InterlockedOr16_rel()
994 short test_InterlockedOr16_nf(short volatile *value, short mask) { in test_InterlockedOr16_nf()
1002 long test_InterlockedOr_acq(long volatile *value, long mask) { in test_InterlockedOr_acq()
1010 long test_InterlockedOr_rel(long volatile *value, long mask) { in test_InterlockedOr_rel()
1018 long test_InterlockedOr_nf(long volatile *value, long mask) { in test_InterlockedOr_nf()
1026 __int64 test_InterlockedOr64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64_acq()
1034 __int64 test_InterlockedOr64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64_rel()
1042 __int64 test_InterlockedOr64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64_nf()
1050 char test_InterlockedXor8_acq(char volatile *value, char mask) { in test_InterlockedXor8_acq()
1058 char test_InterlockedXor8_rel(char volatile *value, char mask) { in test_InterlockedXor8_rel()
1066 char test_InterlockedXor8_nf(char volatile *value, char mask) { in test_InterlockedXor8_nf()
1074 short test_InterlockedXor16_acq(short volatile *value, short mask) { in test_InterlockedXor16_acq()
1082 short test_InterlockedXor16_rel(short volatile *value, short mask) { in test_InterlockedXor16_rel()
1090 short test_InterlockedXor16_nf(short volatile *value, short mask) { in test_InterlockedXor16_nf()
1098 long test_InterlockedXor_acq(long volatile *value, long mask) { in test_InterlockedXor_acq()
1106 long test_InterlockedXor_rel(long volatile *value, long mask) { in test_InterlockedXor_rel()
1114 long test_InterlockedXor_nf(long volatile *value, long mask) { in test_InterlockedXor_nf()
1122 __int64 test_InterlockedXor64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64_acq()
1130 __int64 test_InterlockedXor64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64_rel()
1138 __int64 test_InterlockedXor64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64_nf()
1146 char test_InterlockedAnd8_acq(char volatile *value, char mask) { in test_InterlockedAnd8_acq()
1154 char test_InterlockedAnd8_rel(char volatile *value, char mask) { in test_InterlockedAnd8_rel()
1162 char test_InterlockedAnd8_nf(char volatile *value, char mask) { in test_InterlockedAnd8_nf()
1170 short test_InterlockedAnd16_acq(short volatile *value, short mask) { in test_InterlockedAnd16_acq()
1178 short test_InterlockedAnd16_rel(short volatile *value, short mask) { in test_InterlockedAnd16_rel()
1186 short test_InterlockedAnd16_nf(short volatile *value, short mask) { in test_InterlockedAnd16_nf()
1194 long test_InterlockedAnd_acq(long volatile *value, long mask) { in test_InterlockedAnd_acq()
1202 long test_InterlockedAnd_rel(long volatile *value, long mask) { in test_InterlockedAnd_rel()
1210 long test_InterlockedAnd_nf(long volatile *value, long mask) { in test_InterlockedAnd_nf()
1218 __int64 test_InterlockedAnd64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64_acq()
1226 __int64 test_InterlockedAnd64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64_rel()
1234 __int64 test_InterlockedAnd64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64_nf()