Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Daccessor.c48 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() argument
60 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument
69 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument
78 #define SC(FIELD, VAL) S(FIELD, VAL) in krb5int_accessor() argument
/freebsd/sys/contrib/ck/include/
H A Dck_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/lib/libc/string/
H A Dmemset.c48 #define VAL 0 macro
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_deltat.c36 #define GOOD(STR,VAL) { STR, VAL, 0 } in main() argument
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_round.c45 #define VAL 0x0.7ffffffffffffcp0 macro
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h508 # define PUT(SIZE,PTR,VAL) (((struct { uint##SIZE##_t i; } __attribute__((packed)) *)(PTR))->i… argument
510 # define PUTSWAPPED(SIZE,PTR,VAL) PUT(SIZE,PTR,SWAP##SIZE(VAL)) argument
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c429 #define STOREPTR(PTR, TYPE, VAL) (*(void **)(VAL) = (PTR)) argument
433 #define STOREPTR(PTR, PTRINFO, VAL) \ argument
H A Dasn1_encode.h297 #define DEFINT_IMMEDIATE(DESCNAME, VAL, ERR) \ argument
/freebsd/sbin/fsdb/
H A Dfsdb.c1193 #define VAL() ((*p++) - '0') in dotime() macro
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c46 #define PUT_U32_BE(DEST, IDX, VAL) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1890 uint64_t VAL; ///< Used to store the <= 64 bits integer value. member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp916 #define SET(ID, TYPE, VAL) \ in extractFeatures() argument
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h444 #define ATOMIC32_SET(I32_PTR, VAL) atomic_store_rel_int(I32_PTR, VAL) argument
/freebsd/contrib/sqlite3/
H A Dsqlite3.c13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument