/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/sys/contrib/libsodium/src/libsodium/include/sodium/private/ |
H A D | common.h | 67 #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 D | seed_local.h | 75 # define XOR_SEEDBLOCK(DST, SRC) \ argument 81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf.h | 179 #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 D | obsolete.c | 80 #define DST ((char *)s1) macro
|
/freebsd/lib/libpmc/ |
H A D | pmclog.c | 93 #define PMCLOG_READSTRING(LE,DST,LEN) strlcpy((DST), (char *) (LE), (LEN)) argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 569 using DST = typename DomFrontierT::DomSetType; isRegion() local
|
/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 | APFloat.h | 1344 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 619 DST = 0, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 847 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); in computeTypeMapping() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5174 unsigned int DoubleAPFloat::convertToHexString(char *DST, in convertToHexString()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3764 UnaryOperator *DST = UnaryOperator::Create( in GenerateObjCAtomicSetterCopyHelperFunction() local
|