Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_msan.c1211 #define MSAN_ATOMIC_FUNC_FCMPSET(name, type) \ macro
1320 MSAN_ATOMIC_FUNC_FCMPSET(8, uint8_t);
1321 MSAN_ATOMIC_FUNC_FCMPSET(16, uint16_t);
1322 MSAN_ATOMIC_FUNC_FCMPSET(32, uint32_t);
1323 MSAN_ATOMIC_FUNC_FCMPSET(64, uint64_t);
1324 MSAN_ATOMIC_FUNC_FCMPSET(int, u_int);
1325 MSAN_ATOMIC_FUNC_FCMPSET(long, u_long);
1326 MSAN_ATOMIC_FUNC_FCMPSET(ptr, uintptr_t);