Home
last modified time | relevance | path

Searched refs:uintN_t (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/arm/arm/
H A Dstdatomic.c191 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument
192 uintN_t \
193 __sync_lock_test_and_set_##N##_c(uintN_t *mem, uintN_t val) \
223 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument
224 uintN_t \
225 __sync_val_compare_and_swap_##N##_c(uintN_t *mem, uintN_t expected, \
226 uintN_t desired) \
265 uintN_t \
266 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \
303 uintN_t \
[all …]