Home
last modified time | relevance | path

Searched defs:VAL (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/sys/contrib/ck/include/
HDck_pr.h180 #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-14-stable/lib/libc/string/
HDmemset.c49 #define VAL 0 macro
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDAPNumericStorage.h28 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/freebsd-14-stable/contrib/netbsd-tests/lib/libm/
HDt_round.c45 #define VAL 0x0.7ffffffffffffcp0 macro
/freebsd-14-stable/sbin/fsdb/
HDfsdb.c1193 #define VAL() ((*p++) - '0') in dotime() macro
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAMDHSAKernelDescriptor.h49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
/freebsd-14-stable/crypto/openssl/crypto/aria/
HDaria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPInt.h1890 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMLRegAllocEvictAdvisor.cpp916 #define SET(ID, TYPE, VAL) \ in extractFeatures() argument
/freebsd-14-stable/sys/contrib/ena-com/
HDena_plat.h444 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL) argument
/freebsd-14-stable/contrib/sqlite3/
HDsqlite3.c13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HDaltivec.h3176 #define __vec_strmb(PTR, CNT, VAL) \ argument