Searched defs:uintN_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | stdatomic.c | 193 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument 225 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument 266 #define EMIT_ARITHMETIC_FETCH_AND_OP_N(N, uintN_t, name, op) \ argument 304 #define EMIT_BITWISE_FETCH_AND_OP_N(N, uintN_t, name, op, idempotence) \ argument
|
| /f-stack/freebsd/mips/mips/ |
| H A D | stdatomic.c | 156 #define EMIT_LOCK_TEST_AND_SET_N(N, uintN_t) \ argument 186 #define EMIT_VAL_COMPARE_AND_SWAP_N(N, uintN_t) \ argument 224 #define EMIT_ARITHMETIC_FETCH_AND_OP_N(N, uintN_t, name, op) \ argument 261 #define EMIT_BITWISE_FETCH_AND_OP_N(N, uintN_t, name, op, idempotence) \ argument
|