/freebsd/sys/contrib/ck/include/ |
H A D | ck_pr.h | 180 #define CK_PR_STORE_SAFE(DST, VAL, TYPE) \ argument 185 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr) argument 186 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char) argument 188 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double) argument 190 #define ck_pr_store_uint(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), uint) argument 191 #define ck_pr_store_int(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), int) argument 192 #define ck_pr_store_32(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 32) argument 193 #define ck_pr_store_16(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 16) argument 194 #define ck_pr_store_8(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), 8) argument 196 #define ck_pr_store_ptr_unsafe(DST, VAL) ck_pr_md_store_ptr((DST), (VAL)) argument [all …]
|
/freebsd/lib/libc/string/ |
H A D | memset.c | 48 #define VAL 0 macro
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_round.c | 45 #define VAL 0x0.7ffffffffffffcp0 macro
|
/freebsd/sbin/fsdb/ |
H A D | fsdb.c | 1193 #define VAL() ((*p++) - '0') in dotime() macro
|
/freebsd/crypto/openssl/crypto/aria/ |
H A D | aria.c | 46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1890 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 916 #define SET(ID, TYPE, VAL) \ in extractFeatures() argument
|
/freebsd/sys/contrib/ena-com/ |
H A D | ena_plat.h | 444 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL) argument
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument 13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument
|