/freebsd-src/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-src/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-src/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-src/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-src/contrib/ncurses/ncurses/tinfo/ |
H A D | obsolete.c | 80 #define DST ((char *)s1) macro
|
/freebsd-src/lib/libpmc/ |
H A D | pmclog.c | 93 #define PMCLOG_READSTRING(LE,DST,LEN) strlcpy((DST), (char *) (LE), (LEN)) argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 557 using DST = typename DomFrontierT::DomSetType; in isRegion() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AMDHSAKernelDescriptor.h | 49 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.h | 544 DST = 0, global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1285 convertToHexString(char * DST,unsigned int HexDigits,bool UpperCase,roundingMode RM) convertToHexString() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 845 StructType *DST = StructType::getTypeByName(ST->getContext(), STTypePrefix); computeTypeMapping() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 5053 convertToHexString(char * DST,unsigned int HexDigits,bool UpperCase,roundingMode RM) const convertToHexString() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 3766 UnaryOperator *DST = UnaryOperator::Create( GenerateObjCAtomicSetterCopyHelperFunction() local
|