• Home
  • Raw
  • Download

Lines Matching defs:mask

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()
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()
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()