Lines Matching defs:Destination
225 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer()
240 void *test_InterlockedCompareExchangePointer_nf(void * volatile *Destination, in test_InterlockedCompareExchangePointer_nf()
399 char test_InterlockedCompareExchange8(char volatile *Destination, char Exchange, char Comperand) { in test_InterlockedCompareExchange8()
408 short test_InterlockedCompareExchange16(short volatile *Destination, short Exchange, short Comperan… in test_InterlockedCompareExchange16()
417 long test_InterlockedCompareExchange(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange()
426 __int64 test_InterlockedCompareExchange64(__int64 volatile *Destination, __int64 Exchange, __int64 … in test_InterlockedCompareExchange64()
437 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128()
465 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_acq()
471 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_nf()
477 __int64 volatile *Destination, __int64 ExchangeHigh, in test_InterlockedCompareExchange128_rel()
637 long test_InterlockedCompareExchange_HLEAcquire(long volatile *Destination, in test_InterlockedCompareExchange_HLEAcquire()
643 long test_InterlockedCompareExchange_HLERelease(long volatile *Destination, in test_InterlockedCompareExchange_HLERelease()
661 __int64 test_InterlockedCompareExchange64_HLEAcquire(__int64 volatile *Destination, in test_InterlockedCompareExchange64_HLEAcquire()
667 __int64 test_InterlockedCompareExchange64_HLERelease(__int64 volatile *Destination, in test_InterlockedCompareExchange64_HLERelease()
846 char test_InterlockedCompareExchange8_acq(char volatile *Destination, char Exchange, char Comperand… in test_InterlockedCompareExchange8_acq()
855 char test_InterlockedCompareExchange8_rel(char volatile *Destination, char Exchange, char Comperand… in test_InterlockedCompareExchange8_rel()
864 char test_InterlockedCompareExchange8_nf(char volatile *Destination, char Exchange, char Comperand)… in test_InterlockedCompareExchange8_nf()
873 short test_InterlockedCompareExchange16_acq(short volatile *Destination, short Exchange, short Comp… in test_InterlockedCompareExchange16_acq()
882 short test_InterlockedCompareExchange16_rel(short volatile *Destination, short Exchange, short Comp… in test_InterlockedCompareExchange16_rel()
891 short test_InterlockedCompareExchange16_nf(short volatile *Destination, short Exchange, short Compe… in test_InterlockedCompareExchange16_nf()
900 long test_InterlockedCompareExchange_acq(long volatile *Destination, long Exchange, long Comperand)… in test_InterlockedCompareExchange_acq()
909 long test_InterlockedCompareExchange_rel(long volatile *Destination, long Exchange, long Comperand)… in test_InterlockedCompareExchange_rel()
918 long test_InterlockedCompareExchange_nf(long volatile *Destination, long Exchange, long Comperand) { in test_InterlockedCompareExchange_nf()
927 __int64 test_InterlockedCompareExchange64_acq(__int64 volatile *Destination, __int64 Exchange, __in… in test_InterlockedCompareExchange64_acq()
936 __int64 test_InterlockedCompareExchange64_rel(__int64 volatile *Destination, __int64 Exchange, __in… in test_InterlockedCompareExchange64_rel()
945 __int64 test_InterlockedCompareExchange64_nf(__int64 volatile *Destination, __int64 Exchange, __int… in test_InterlockedCompareExchange64_nf()