Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/isc/libsodium/dist/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
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/
H A Dgmp-impl.h66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument
72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument
81 #define MPN_ZERO(DST, NLIMBS) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dgmp-impl.h66 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \ argument
72 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \ argument
81 #define MPN_ZERO(DST, NLIMBS) \ argument
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \ argument
81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
/netbsd-src/tests/lib/libc/atomic/
H A Dt___sync_or.c47 #define DST (0x1122334455667788UL) macro
H A Dt___sync_and.c47 #define DST (0x1122334455667788UL) macro
H A Dt___sync_nand.c47 #define DST (0x1122334455667788UL) macro
H A Dt___sync_add.c47 #define DST (0x1122334455667788UL) macro
H A Dt___sync_xor.c47 #define DST (0x1122334455667788UL) macro
H A Dt_atomic_or.c39 #define DST (0x1122334455667788UL) macro
H A Dt___sync_sub.c47 #define DST (0xffeeddccbbaa9988UL) macro
H A Dt_atomic_and.c39 #define DST (0x1122334455667788UL) macro
H A Dt_atomic_add.c39 #define DST (0x1122334455667788UL) macro
/netbsd-src/common/lib/libc/arch/aarch64/string/
H A Dbcopy.S75 #define DST x6 macro
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A D_libelf.h177 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \ argument
185 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \ argument
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h101 #define DST(OP) ((OP)&0x100) macro
H A Dh8300.h102 DST = 0x20000, enumerator
564 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
601 #define EXPAND2_STD_DST(CODE, WEIGHT, NAME, DST, PREFIX, NIB1, NIB2) \ argument
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h101 #define DST(OP) ((OP)&0x100) macro
H A Dh8300.h102 DST = 0x20000, enumerator
564 #define MOVTO_REG_BW(CODE, NAME, DST, PREFIX, OP1, OP2, OP3, OP4, RELAX16) \ argument
601 #define EXPAND2_STD_DST(CODE, WEIGHT, NAME, DST, PREFIX, NIB1, NIB2) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbitmap.h413 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbitmap.h413 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h581 using DST = typename DomFrontierT::DomSetType; in isRegion() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h1207 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()

12