Searched refs:TEST (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | atomic64_test.c | 20 #define TEST(bit, op, c_op, val) \ macro 114 TEST(, add, +=, onestwos); in test_atomic() 115 TEST(, add, +=, -one); in test_atomic() 116 TEST(, sub, -=, onestwos); in test_atomic() 117 TEST(, sub, -=, -one); in test_atomic() 118 TEST(, or, |=, v1); in test_atomic() 119 TEST(, and, &=, v1); in test_atomic() 120 TEST(, xor, ^=, v1); in test_atomic() 121 TEST(, andnot, &= ~, v1); in test_atomic() 166 TEST(64, add, +=, onestwos); in test_atomic64() [all …]
|