Searched refs:uintN_t (Results 1 – 1 of 1) sorted by relevance
190 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument191 uintN_t \192 __sync_lock_test_and_set_##N##_c(uintN_t *mem, uintN_t val) \222 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument223 uintN_t \224 __sync_val_compare_and_swap_##N##_c(uintN_t *mem, uintN_t expected, \225 uintN_t desired) \263 #define EMIT_ARITHMETIC_FETCH_AND_OP_N(N, uintN_t, name, op) \ argument264 uintN_t \265 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \[all …]