D | atomic64_test.c | 95 i, (i) + one, (i) + one); \ 101 i, (i) - one, (i) - one); \ 109 int one = 1; in test_atomic() local 115 TEST(, add, +=, -one); in test_atomic() 117 TEST(, sub, -=, -one); in test_atomic() 124 RETURN_FAMILY_TEST(, add_return, +=, -one); in test_atomic() 126 RETURN_FAMILY_TEST(, sub_return, -=, -one); in test_atomic() 129 FETCH_FAMILY_TEST(, fetch_add, +=, -one); in test_atomic() 131 FETCH_FAMILY_TEST(, fetch_sub, -=, -one); in test_atomic() 154 long long one = 1LL; in test_atomic64() local [all …]
|