| D | atomic64_test.c | 99 i, (i) + one, (i) + one); \ 105 i, (i) - one, (i) - one); \ 113 int one = 1; in test_atomic() local 119 TEST(, add, +=, -one); in test_atomic() 121 TEST(, sub, -=, -one); in test_atomic() 128 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic() 130 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic() 133 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic() 135 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic() 158 long long one = 1LL; in test_atomic64() local [all …]
|