Lines Matching refs:mask
255 char test_InterlockedExchange8(char volatile *value, char mask) { in test_InterlockedExchange8() argument
256 return _InterlockedExchange8(value, mask); in test_InterlockedExchange8()
263 short test_InterlockedExchange16(short volatile *value, short mask) { in test_InterlockedExchange16() argument
264 return _InterlockedExchange16(value, mask); in test_InterlockedExchange16()
271 long test_InterlockedExchange(long volatile *value, long mask) { in test_InterlockedExchange() argument
272 return _InterlockedExchange(value, mask); in test_InterlockedExchange()
279 char test_InterlockedExchangeAdd8(char volatile *value, char mask) { in test_InterlockedExchangeAdd8() argument
280 return _InterlockedExchangeAdd8(value, mask); in test_InterlockedExchangeAdd8()
287 short test_InterlockedExchangeAdd16(short volatile *value, short mask) { in test_InterlockedExchangeAdd16() argument
288 return _InterlockedExchangeAdd16(value, mask); in test_InterlockedExchangeAdd16()
295 long test_InterlockedExchangeAdd(long volatile *value, long mask) { in test_InterlockedExchangeAdd() argument
296 return _InterlockedExchangeAdd(value, mask); in test_InterlockedExchangeAdd()
303 char test_InterlockedExchangeSub8(char volatile *value, char mask) { in test_InterlockedExchangeSub8() argument
304 return _InterlockedExchangeSub8(value, mask); in test_InterlockedExchangeSub8()
311 short test_InterlockedExchangeSub16(short volatile *value, short mask) { in test_InterlockedExchangeSub16() argument
312 return _InterlockedExchangeSub16(value, mask); in test_InterlockedExchangeSub16()
319 long test_InterlockedExchangeSub(long volatile *value, long mask) { in test_InterlockedExchangeSub() argument
320 return _InterlockedExchangeSub(value, mask); in test_InterlockedExchangeSub()
327 char test_InterlockedOr8(char volatile *value, char mask) { in test_InterlockedOr8() argument
328 return _InterlockedOr8(value, mask); in test_InterlockedOr8()
335 short test_InterlockedOr16(short volatile *value, short mask) { in test_InterlockedOr16() argument
336 return _InterlockedOr16(value, mask); in test_InterlockedOr16()
343 long test_InterlockedOr(long volatile *value, long mask) { in test_InterlockedOr() argument
344 return _InterlockedOr(value, mask); in test_InterlockedOr()
351 char test_InterlockedXor8(char volatile *value, char mask) { in test_InterlockedXor8() argument
352 return _InterlockedXor8(value, mask); in test_InterlockedXor8()
359 short test_InterlockedXor16(short volatile *value, short mask) { in test_InterlockedXor16() argument
360 return _InterlockedXor16(value, mask); in test_InterlockedXor16()
367 long test_InterlockedXor(long volatile *value, long mask) { in test_InterlockedXor() argument
368 return _InterlockedXor(value, mask); in test_InterlockedXor()
375 char test_InterlockedAnd8(char volatile *value, char mask) { in test_InterlockedAnd8() argument
376 return _InterlockedAnd8(value, mask); in test_InterlockedAnd8()
383 short test_InterlockedAnd16(short volatile *value, short mask) { in test_InterlockedAnd16() argument
384 return _InterlockedAnd16(value, mask); in test_InterlockedAnd16()
391 long test_InterlockedAnd(long volatile *value, long mask) { in test_InterlockedAnd() argument
392 return _InterlockedAnd(value, mask); in test_InterlockedAnd()
558 __int64 test_InterlockedExchange64(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64() argument
559 return _InterlockedExchange64(value, mask); in test_InterlockedExchange64()
566 __int64 test_InterlockedExchangeAdd64(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64() argument
567 return _InterlockedExchangeAdd64(value, mask); in test_InterlockedExchangeAdd64()
574 __int64 test_InterlockedExchangeSub64(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeSub64() argument
575 return _InterlockedExchangeSub64(value, mask); in test_InterlockedExchangeSub64()
582 __int64 test_InterlockedOr64(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64() argument
583 return _InterlockedOr64(value, mask); in test_InterlockedOr64()
590 __int64 test_InterlockedXor64(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64() argument
591 return _InterlockedXor64(value, mask); in test_InterlockedXor64()
598 __int64 test_InterlockedAnd64(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64() argument
599 return _InterlockedAnd64(value, mask); in test_InterlockedAnd64()
676 char test_InterlockedExchangeAdd8_acq(char volatile *value, char mask) { in test_InterlockedExchangeAdd8_acq() argument
677 return _InterlockedExchangeAdd8_acq(value, mask); in test_InterlockedExchangeAdd8_acq()
683 char test_InterlockedExchangeAdd8_rel(char volatile *value, char mask) { in test_InterlockedExchangeAdd8_rel() argument
684 return _InterlockedExchangeAdd8_rel(value, mask); in test_InterlockedExchangeAdd8_rel()
690 char test_InterlockedExchangeAdd8_nf(char volatile *value, char mask) { in test_InterlockedExchangeAdd8_nf() argument
691 return _InterlockedExchangeAdd8_nf(value, mask); in test_InterlockedExchangeAdd8_nf()
697 short test_InterlockedExchangeAdd16_acq(short volatile *value, short mask) { in test_InterlockedExchangeAdd16_acq() argument
698 return _InterlockedExchangeAdd16_acq(value, mask); in test_InterlockedExchangeAdd16_acq()
704 short test_InterlockedExchangeAdd16_rel(short volatile *value, short mask) { in test_InterlockedExchangeAdd16_rel() argument
705 return _InterlockedExchangeAdd16_rel(value, mask); in test_InterlockedExchangeAdd16_rel()
711 short test_InterlockedExchangeAdd16_nf(short volatile *value, short mask) { in test_InterlockedExchangeAdd16_nf() argument
712 return _InterlockedExchangeAdd16_nf(value, mask); in test_InterlockedExchangeAdd16_nf()
718 long test_InterlockedExchangeAdd_acq(long volatile *value, long mask) { in test_InterlockedExchangeAdd_acq() argument
719 return _InterlockedExchangeAdd_acq(value, mask); in test_InterlockedExchangeAdd_acq()
725 long test_InterlockedExchangeAdd_rel(long volatile *value, long mask) { in test_InterlockedExchangeAdd_rel() argument
726 return _InterlockedExchangeAdd_rel(value, mask); in test_InterlockedExchangeAdd_rel()
732 long test_InterlockedExchangeAdd_nf(long volatile *value, long mask) { in test_InterlockedExchangeAdd_nf() argument
733 return _InterlockedExchangeAdd_nf(value, mask); in test_InterlockedExchangeAdd_nf()
739 __int64 test_InterlockedExchangeAdd64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64_acq() argument
740 return _InterlockedExchangeAdd64_acq(value, mask); in test_InterlockedExchangeAdd64_acq()
746 __int64 test_InterlockedExchangeAdd64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64_rel() argument
747 return _InterlockedExchangeAdd64_rel(value, mask); in test_InterlockedExchangeAdd64_rel()
753 __int64 test_InterlockedExchangeAdd64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedExchangeAdd64_nf() argument
754 return _InterlockedExchangeAdd64_nf(value, mask); in test_InterlockedExchangeAdd64_nf()
761 char test_InterlockedExchange8_acq(char volatile *value, char mask) { in test_InterlockedExchange8_acq() argument
762 return _InterlockedExchange8_acq(value, mask); in test_InterlockedExchange8_acq()
768 char test_InterlockedExchange8_rel(char volatile *value, char mask) { in test_InterlockedExchange8_rel() argument
769 return _InterlockedExchange8_rel(value, mask); in test_InterlockedExchange8_rel()
775 char test_InterlockedExchange8_nf(char volatile *value, char mask) { in test_InterlockedExchange8_nf() argument
776 return _InterlockedExchange8_nf(value, mask); in test_InterlockedExchange8_nf()
782 short test_InterlockedExchange16_acq(short volatile *value, short mask) { in test_InterlockedExchange16_acq() argument
783 return _InterlockedExchange16_acq(value, mask); in test_InterlockedExchange16_acq()
789 short test_InterlockedExchange16_rel(short volatile *value, short mask) { in test_InterlockedExchange16_rel() argument
790 return _InterlockedExchange16_rel(value, mask); in test_InterlockedExchange16_rel()
796 short test_InterlockedExchange16_nf(short volatile *value, short mask) { in test_InterlockedExchange16_nf() argument
797 return _InterlockedExchange16_nf(value, mask); in test_InterlockedExchange16_nf()
803 long test_InterlockedExchange_acq(long volatile *value, long mask) { in test_InterlockedExchange_acq() argument
804 return _InterlockedExchange_acq(value, mask); in test_InterlockedExchange_acq()
810 long test_InterlockedExchange_rel(long volatile *value, long mask) { in test_InterlockedExchange_rel() argument
811 return _InterlockedExchange_rel(value, mask); in test_InterlockedExchange_rel()
817 long test_InterlockedExchange_nf(long volatile *value, long mask) { in test_InterlockedExchange_nf() argument
818 return _InterlockedExchange_nf(value, mask); in test_InterlockedExchange_nf()
824 __int64 test_InterlockedExchange64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64_acq() argument
825 return _InterlockedExchange64_acq(value, mask); in test_InterlockedExchange64_acq()
831 __int64 test_InterlockedExchange64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64_rel() argument
832 return _InterlockedExchange64_rel(value, mask); in test_InterlockedExchange64_rel()
838 __int64 test_InterlockedExchange64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedExchange64_nf() argument
839 return _InterlockedExchange64_nf(value, mask); in test_InterlockedExchange64_nf()
954 char test_InterlockedOr8_acq(char volatile *value, char mask) { in test_InterlockedOr8_acq() argument
955 return _InterlockedOr8_acq(value, mask); in test_InterlockedOr8_acq()
962 char test_InterlockedOr8_rel(char volatile *value, char mask) { in test_InterlockedOr8_rel() argument
963 return _InterlockedOr8_rel(value, mask); in test_InterlockedOr8_rel()
970 char test_InterlockedOr8_nf(char volatile *value, char mask) { in test_InterlockedOr8_nf() argument
971 return _InterlockedOr8_nf(value, mask); in test_InterlockedOr8_nf()
978 short test_InterlockedOr16_acq(short volatile *value, short mask) { in test_InterlockedOr16_acq() argument
979 return _InterlockedOr16_acq(value, mask); in test_InterlockedOr16_acq()
986 short test_InterlockedOr16_rel(short volatile *value, short mask) { in test_InterlockedOr16_rel() argument
987 return _InterlockedOr16_rel(value, mask); in test_InterlockedOr16_rel()
994 short test_InterlockedOr16_nf(short volatile *value, short mask) { in test_InterlockedOr16_nf() argument
995 return _InterlockedOr16_nf(value, mask); in test_InterlockedOr16_nf()
1002 long test_InterlockedOr_acq(long volatile *value, long mask) { in test_InterlockedOr_acq() argument
1003 return _InterlockedOr_acq(value, mask); in test_InterlockedOr_acq()
1010 long test_InterlockedOr_rel(long volatile *value, long mask) { in test_InterlockedOr_rel() argument
1011 return _InterlockedOr_rel(value, mask); in test_InterlockedOr_rel()
1018 long test_InterlockedOr_nf(long volatile *value, long mask) { in test_InterlockedOr_nf() argument
1019 return _InterlockedOr_nf(value, mask); in test_InterlockedOr_nf()
1026 __int64 test_InterlockedOr64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64_acq() argument
1027 return _InterlockedOr64_acq(value, mask); in test_InterlockedOr64_acq()
1034 __int64 test_InterlockedOr64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64_rel() argument
1035 return _InterlockedOr64_rel(value, mask); in test_InterlockedOr64_rel()
1042 __int64 test_InterlockedOr64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedOr64_nf() argument
1043 return _InterlockedOr64_nf(value, mask); in test_InterlockedOr64_nf()
1050 char test_InterlockedXor8_acq(char volatile *value, char mask) { in test_InterlockedXor8_acq() argument
1051 return _InterlockedXor8_acq(value, mask); in test_InterlockedXor8_acq()
1058 char test_InterlockedXor8_rel(char volatile *value, char mask) { in test_InterlockedXor8_rel() argument
1059 return _InterlockedXor8_rel(value, mask); in test_InterlockedXor8_rel()
1066 char test_InterlockedXor8_nf(char volatile *value, char mask) { in test_InterlockedXor8_nf() argument
1067 return _InterlockedXor8_nf(value, mask); in test_InterlockedXor8_nf()
1074 short test_InterlockedXor16_acq(short volatile *value, short mask) { in test_InterlockedXor16_acq() argument
1075 return _InterlockedXor16_acq(value, mask); in test_InterlockedXor16_acq()
1082 short test_InterlockedXor16_rel(short volatile *value, short mask) { in test_InterlockedXor16_rel() argument
1083 return _InterlockedXor16_rel(value, mask); in test_InterlockedXor16_rel()
1090 short test_InterlockedXor16_nf(short volatile *value, short mask) { in test_InterlockedXor16_nf() argument
1091 return _InterlockedXor16_nf(value, mask); in test_InterlockedXor16_nf()
1098 long test_InterlockedXor_acq(long volatile *value, long mask) { in test_InterlockedXor_acq() argument
1099 return _InterlockedXor_acq(value, mask); in test_InterlockedXor_acq()
1106 long test_InterlockedXor_rel(long volatile *value, long mask) { in test_InterlockedXor_rel() argument
1107 return _InterlockedXor_rel(value, mask); in test_InterlockedXor_rel()
1114 long test_InterlockedXor_nf(long volatile *value, long mask) { in test_InterlockedXor_nf() argument
1115 return _InterlockedXor_nf(value, mask); in test_InterlockedXor_nf()
1122 __int64 test_InterlockedXor64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64_acq() argument
1123 return _InterlockedXor64_acq(value, mask); in test_InterlockedXor64_acq()
1130 __int64 test_InterlockedXor64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64_rel() argument
1131 return _InterlockedXor64_rel(value, mask); in test_InterlockedXor64_rel()
1138 __int64 test_InterlockedXor64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedXor64_nf() argument
1139 return _InterlockedXor64_nf(value, mask); in test_InterlockedXor64_nf()
1146 char test_InterlockedAnd8_acq(char volatile *value, char mask) { in test_InterlockedAnd8_acq() argument
1147 return _InterlockedAnd8_acq(value, mask); in test_InterlockedAnd8_acq()
1154 char test_InterlockedAnd8_rel(char volatile *value, char mask) { in test_InterlockedAnd8_rel() argument
1155 return _InterlockedAnd8_rel(value, mask); in test_InterlockedAnd8_rel()
1162 char test_InterlockedAnd8_nf(char volatile *value, char mask) { in test_InterlockedAnd8_nf() argument
1163 return _InterlockedAnd8_nf(value, mask); in test_InterlockedAnd8_nf()
1170 short test_InterlockedAnd16_acq(short volatile *value, short mask) { in test_InterlockedAnd16_acq() argument
1171 return _InterlockedAnd16_acq(value, mask); in test_InterlockedAnd16_acq()
1178 short test_InterlockedAnd16_rel(short volatile *value, short mask) { in test_InterlockedAnd16_rel() argument
1179 return _InterlockedAnd16_rel(value, mask); in test_InterlockedAnd16_rel()
1186 short test_InterlockedAnd16_nf(short volatile *value, short mask) { in test_InterlockedAnd16_nf() argument
1187 return _InterlockedAnd16_nf(value, mask); in test_InterlockedAnd16_nf()
1194 long test_InterlockedAnd_acq(long volatile *value, long mask) { in test_InterlockedAnd_acq() argument
1195 return _InterlockedAnd_acq(value, mask); in test_InterlockedAnd_acq()
1202 long test_InterlockedAnd_rel(long volatile *value, long mask) { in test_InterlockedAnd_rel() argument
1203 return _InterlockedAnd_rel(value, mask); in test_InterlockedAnd_rel()
1210 long test_InterlockedAnd_nf(long volatile *value, long mask) { in test_InterlockedAnd_nf() argument
1211 return _InterlockedAnd_nf(value, mask); in test_InterlockedAnd_nf()
1218 __int64 test_InterlockedAnd64_acq(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64_acq() argument
1219 return _InterlockedAnd64_acq(value, mask); in test_InterlockedAnd64_acq()
1226 __int64 test_InterlockedAnd64_rel(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64_rel() argument
1227 return _InterlockedAnd64_rel(value, mask); in test_InterlockedAnd64_rel()
1234 __int64 test_InterlockedAnd64_nf(__int64 volatile *value, __int64 mask) { in test_InterlockedAnd64_nf() argument
1235 return _InterlockedAnd64_nf(value, mask); in test_InterlockedAnd64_nf()