Searched refs:TEST (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | atomic64_test.c | 23 #define TEST(bit, op, c_op, val) \ macro 44 TEST(, add, +=, onestwos); in test_atomic() 45 TEST(, add, +=, -one); in test_atomic() 46 TEST(, sub, -=, onestwos); in test_atomic() 47 TEST(, sub, -=, -one); in test_atomic() 48 TEST(, or, |=, v1); in test_atomic() 49 TEST(, and, &=, v1); in test_atomic() 50 TEST(, xor, ^=, v1); in test_atomic() 51 TEST(, andnot, &= ~, v1); in test_atomic() 72 TEST(64, add, +=, onestwos); in test_atomic64() [all …]
|
D | idr.c | 23 #ifndef TEST // to test in user space...
|