/netbsd-src/sys/external/isc/libsodium/dist/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
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | gmp-impl.h | 66 #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 D | gmp-impl.h | 66 #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 D | seed_local.h | 75 # 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 D | seed_local.h | 75 # define XOR_SEEDBLOCK(DST, SRC) \ argument 81 # define MOV_SEEDBLOCK(DST, SRC) \ argument
|
/netbsd-src/tests/lib/libc/atomic/ |
H A D | t___sync_or.c | 47 #define DST (0x1122334455667788UL) macro
|
H A D | t___sync_and.c | 47 #define DST (0x1122334455667788UL) macro
|
H A D | t___sync_nand.c | 47 #define DST (0x1122334455667788UL) macro
|
H A D | t___sync_add.c | 47 #define DST (0x1122334455667788UL) macro
|
H A D | t___sync_xor.c | 47 #define DST (0x1122334455667788UL) macro
|
H A D | t_atomic_or.c | 39 #define DST (0x1122334455667788UL) macro
|
H A D | t___sync_sub.c | 47 #define DST (0xffeeddccbbaa9988UL) macro
|
H A D | t_atomic_and.c | 39 #define DST (0x1122334455667788UL) macro
|
H A D | t_atomic_add.c | 39 #define DST (0x1122334455667788UL) macro
|
/netbsd-src/common/lib/libc/arch/aarch64/string/ |
H A D | bcopy.S | 75 #define DST x6 macro
|
/netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
H A D | _libelf.h | 177 #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 D | tic54x.h | 101 #define DST(OP) ((OP)&0x100) macro
|
H A D | h8300.h | 102 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 D | tic54x.h | 101 #define DST(OP) ((OP)&0x100) macro
|
H A D | h8300.h | 102 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 D | AMDHSAKernelDescriptor.h | 42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | bitmap.h | 413 #define bitmap_compl_and(DST, A, B) bitmap_and_compl (DST, B, A) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | bitmap.h | 413 #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 D | RegionInfoImpl.h | 581 using DST = typename DomFrontierT::DomSetType; in isRegion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | APFloat.h | 1207 unsigned int convertToHexString(char *DST, unsigned int HexDigits, in convertToHexString()
|