• Home
  • Raw
  • Download

Lines Matching refs:LONG

19 #define LONG int  macro
21 #define LONG long macro
24 unsigned char test_BitScanForward(unsigned LONG *Index, unsigned LONG Mask) { in test_BitScanForward()
38 unsigned char test_BitScanReverse(unsigned LONG *Index, unsigned LONG Mask) { in test_BitScanReverse()
54 unsigned char test_BitScanForward64(unsigned LONG *Index, unsigned __int64 Mask) { in test_BitScanForward64()
69 unsigned char test_BitScanReverse64(unsigned LONG *Index, unsigned __int64 Mask) { in test_BitScanReverse64()
86 LONG test_InterlockedExchange(LONG volatile *value, LONG mask) { in test_InterlockedExchange()
94 LONG test_InterlockedExchangeAdd(LONG volatile *value, LONG mask) { in test_InterlockedExchangeAdd()
102 LONG test_InterlockedExchangeSub(LONG volatile *value, LONG mask) { in test_InterlockedExchangeSub()
110 LONG test_InterlockedOr(LONG volatile *value, LONG mask) { in test_InterlockedOr()
118 LONG test_InterlockedXor(LONG volatile *value, LONG mask) { in test_InterlockedXor()
126 LONG test_InterlockedAnd(LONG volatile *value, LONG mask) { in test_InterlockedAnd()
134 LONG test_InterlockedCompareExchange(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange()
143 LONG test_InterlockedIncrement(LONG volatile *Addend) { in test_InterlockedIncrement()
152 LONG test_InterlockedDecrement(LONG volatile *Addend) { in test_InterlockedDecrement()
210 LONG test_InterlockedAdd(LONG volatile *Addend, LONG Value) { in test_InterlockedAdd()
221 LONG test_InterlockedExchangeAdd_acq(LONG volatile *value, LONG mask) { in test_InterlockedExchangeAdd_acq()
228 LONG test_InterlockedExchangeAdd_rel(LONG volatile *value, LONG mask) { in test_InterlockedExchangeAdd_rel()
235 LONG test_InterlockedExchangeAdd_nf(LONG volatile *value, LONG mask) { in test_InterlockedExchangeAdd_nf()
243 LONG test_InterlockedExchange_acq(LONG volatile *value, LONG mask) { in test_InterlockedExchange_acq()
250 LONG test_InterlockedExchange_rel(LONG volatile *value, LONG mask) { in test_InterlockedExchange_rel()
257 LONG test_InterlockedExchange_nf(LONG volatile *value, LONG mask) { in test_InterlockedExchange_nf()
265 LONG test_InterlockedCompareExchange_acq(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_acq()
274 LONG test_InterlockedCompareExchange_rel(LONG volatile *Destination, LONG Exchange, LONG Comperand)… in test_InterlockedCompareExchange_rel()
283 LONG test_InterlockedCompareExchange_nf(LONG volatile *Destination, LONG Exchange, LONG Comperand) { in test_InterlockedCompareExchange_nf()
292 LONG test_InterlockedOr_acq(LONG volatile *value, LONG mask) { in test_InterlockedOr_acq()
300 LONG test_InterlockedOr_rel(LONG volatile *value, LONG mask) { in test_InterlockedOr_rel()
308 LONG test_InterlockedOr_nf(LONG volatile *value, LONG mask) { in test_InterlockedOr_nf()
316 LONG test_InterlockedXor_acq(LONG volatile *value, LONG mask) { in test_InterlockedXor_acq()
324 LONG test_InterlockedXor_rel(LONG volatile *value, LONG mask) { in test_InterlockedXor_rel()
332 LONG test_InterlockedXor_nf(LONG volatile *value, LONG mask) { in test_InterlockedXor_nf()
340 LONG test_InterlockedAnd_acq(LONG volatile *value, LONG mask) { in test_InterlockedAnd_acq()
348 LONG test_InterlockedAnd_rel(LONG volatile *value, LONG mask) { in test_InterlockedAnd_rel()
356 LONG test_InterlockedAnd_nf(LONG volatile *value, LONG mask) { in test_InterlockedAnd_nf()
365 LONG test_InterlockedIncrement_acq(LONG volatile *Addend) { in test_InterlockedIncrement_acq()
374 LONG test_InterlockedIncrement_rel(LONG volatile *Addend) { in test_InterlockedIncrement_rel()
383 LONG test_InterlockedIncrement_nf(LONG volatile *Addend) { in test_InterlockedIncrement_nf()
392 LONG test_InterlockedDecrement_acq(LONG volatile *Addend) { in test_InterlockedDecrement_acq()
401 LONG test_InterlockedDecrement_rel(LONG volatile *Addend) { in test_InterlockedDecrement_rel()
410 LONG test_InterlockedDecrement_nf(LONG volatile *Addend) { in test_InterlockedDecrement_nf()