Searched refs:uintN_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/arm/arm/ |
| H A D | stdatomic.c | 113 uintN_t \ 126 __atomic_store_##N(uintN_t *mem, uintN_t val, int model __unused) \ 136 __atomic_compare_exchange_##N(uintN_t *mem, uintN_t *expected, \ 154 uintN_t \ 192 uintN_t \ 208 uintN_t \ 275 uintN_t \ 518 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \ 556 __sync_##name##_##N##_c(uintN_t *mem, uintN_t val) \ 709 __sync_##name##_##N(uintN_t *mem, uintN_t val) \ [all …]
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | stdatomic.c | 156 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument 157 uintN_t \ 158 __sync_lock_test_and_set_##N(uintN_t *mem, uintN_t val) \ 186 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument 187 uintN_t \ 188 __sync_val_compare_and_swap_##N(uintN_t *mem, uintN_t expected, \ 189 uintN_t desired) \ 225 uintN_t \ 226 __sync_##name##_##N(uintN_t *mem, uintN_t val) \ 262 uintN_t \ [all …]
|