Home
last modified time | relevance | path

Searched defs:DST (Results 1 – 13 of 13) sorted by relevance

/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/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.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/crypto/openssl/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf.h179 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument
187 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c80 #define DST ((char *)s1) macro
/freebsd/lib/libpmc/
H A Dpmclog.c93 #define PMCLOG_READSTRING(LE,DST,LEN) strlcpy((DST), (char *) (LE), (LEN)) argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h569 using DST = typename DomFrontierT::DomSetType; isRegion() local
/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 DAPFloat.h1344 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h619 DST = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp847 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp5174 unsigned int DoubleAPFloat::convertToHexString(char *DST, in convertToHexString()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3764 UnaryOperator *DST = UnaryOperator::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local