Home
last modified time | relevance | path

Searched defs:DST (Results 1 – 13 of 13) 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/sys/contrib/libsodium/src/libsodium/include/sodium/private/
HDcommon.h67 #define STORE64_LE(DST, W) store64_le((DST), (W)) argument
102 #define STORE32_LE(DST, W) store32_le((DST), (W)) argument
139 #define STORE64_BE(DST, W) store64_be((DST), (W)) argument
174 #define STORE32_BE(DST, W) store32_be((DST), (W)) argument
/freebsd-14-stable/crypto/openssl/crypto/seed/
HDseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
/freebsd-14-stable/contrib/elftoolchain/libelf/
HD_libelf.h179 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument
187 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument
/freebsd-14-stable/contrib/ncurses/ncurses/tinfo/
HDobsolete.c80 #define DST ((char *)s1) macro
/freebsd-14-stable/lib/libpmc/
HDpmclog.c94 #define PMCLOG_READSTRING(LE,DST,LEN) strlcpy((DST), (char *) (LE), (LEN)) argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDRegionInfoImpl.h557 using DST = typename DomFrontierT::DomSetType; in isRegion() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDAMDHSAKernelDescriptor.h49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h1344 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
HDAMDGPUBaseInfo.h619 DST = 0, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Linker/
HDIRMover.cpp847 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjC.cpp3764 UnaryOperator *DST = UnaryOperator::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp5174 unsigned int DoubleAPFloat::convertToHexString(char *DST, in convertToHexString()