Searched refs:DST (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/dialog/
H A Dheaders.sh51 DST=$1
53 LEAF=`basename $DST`
54 case $DST in
56 END=`basename $DST`
84 DST=$1
99 test -f $DST/$NAME.gz && rm -f $DST/$NAME.gz
101 eval $PRG $TMPSRC $DST/$NAME
H A Dheaders-sh.in64 DST=$1
66 LEAF=`basename $DST`
69 case $DST in
71 END=`basename $DST`
143 DST=$1
177 test -f $DST/$NAME.gz && rm -f $DST/$NAME.gz
185 test -d $DST/$PACKAGE || mkdir -p $DST/$PACKAGE
196 eval $PRG $TMPSRC $DST/
[all...]
/freebsd-13-stable/crypto/openssl/crypto/seed/
H A Dseed_local.h75 # define XOR_SEEDBLOCK(DST, SRC) \
76 ((DST))[0] ^= ((SRC))[0]; \
77 ((DST))[1] ^= ((SRC))[1]; \
78 ((DST))[2] ^= ((SRC))[2]; \
79 ((DST))[3] ^= ((SRC))[3]
81 # define MOV_SEEDBLOCK(DST, SRC) \
82 ((DST))[0] = ((SRC))[0]; \
83 ((DST))[1] = ((SRC))[1]; \
84 ((DST))[2] = ((SRC))[2]; \
85 ((DST))[
[all...]
/freebsd-13-stable/sys/contrib/ngatm/netnatm/
H A Dgenfiles10 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg/uni_ietab.h
11 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
12 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgc.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.c
13 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsgh.awk ${SRC}msg/msg.def >${DST}msg/uni_msg.h
14 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyh.awk ${SRC}msg/msg.def >${DST}sig/unimsgcpy.h
15 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}sig/genmsgcpyc.awk ${SRC}msg/msg.def >${DST}sig/sig_unimsgcpy.c
/freebsd-13-stable/contrib/ncurses/misc/
H A Dmakellib62 DST="$HOME/lib/$ARCH/lint"
71 DST="$DST `echo $1|sed -e 's/^-L//'`"
159 for p in $DST
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h67 #define STORE64_LE(DST, W) store64_le((DST), (W))
102 #define STORE32_LE(DST, W) store32_le((DST), (W))
139 #define STORE64_BE(DST, W) store64_be((DST), (W))
174 #define STORE32_BE(DST, W) store32_be((DST), (W))
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c80 #define DST ((char *)s1) macro
86 if ((DST + n > SRC) && (SRC + n > DST)) {
99 DST[n] = SRC[n];
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_pr.h167 #define CK_PR_STORE_SAFE(DST, VAL, TYPE) \
169 ((void)sizeof(*(DST) = (VAL)), (DST)), \
172 #define ck_pr_store_ptr(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), ptr)
173 #define ck_pr_store_char(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), char)
175 #define ck_pr_store_double(DST, VAL) CK_PR_STORE_SAFE((DST), (VAL), double)
177 #define ck_pr_store_uint(DST, VA
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDHSAKernelDescriptor.h42 #define AMDHSA_BITS_SET(DST, MSK, VAL) \
43 DST &= ~MSK; \
44 DST |= ((VAL << MSK ## _SHIFT) & MSK)
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf.h179 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \
184 (DST)->NAME = (SRC)->NAME & 0xFFFFFFFFU; \
187 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \
193 (DST)->NAME = (int32_t) (SRC)->NAME; \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_avx2.c162 "vmovdqa %%" VR0(r) ", 0x00(%[DST])\n" \
163 "vmovdqa %%" VR1(r) ", 0x20(%[DST])\n" \
164 "vmovdqa %%" VR2(r) ", 0x40(%[DST])\n" \
165 "vmovdqa %%" VR3(r) ", 0x60(%[DST])\n" \
166 : : [DST] "r" (dst)); \
170 "vmovdqa %%" VR0(r) ", 0x00(%[DST])\n" \
171 "vmovdqa %%" VR1(r) ", 0x20(%[DST])\n" \
172 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_avx512bw.c165 "vmovdqa64 %%" VR0(r) ", 0x00(%[DST])\n" \
166 "vmovdqa64 %%" VR1(r) ", 0x40(%[DST])\n" \
167 "vmovdqa64 %%" VR2(r) ", 0x80(%[DST])\n" \
168 "vmovdqa64 %%" VR3(r) ", 0xc0(%[DST])\n" \
169 : : [DST] "r" (dst)); \
173 "vmovdqa64 %%" VR0(r) ", 0x00(%[DST])\n" \
174 "vmovdqa64 %%" VR1(r) ", 0x40(%[DST])\n" \
175 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_sse2.c166 "movdqa %%" VR0(r)", 0x00(%[DST])\n" \
167 "movdqa %%" VR1(r)", 0x10(%[DST])\n" \
168 "movdqa %%" VR2(r)", 0x20(%[DST])\n" \
169 "movdqa %%" VR3(r)", 0x30(%[DST])\n" \
170 : : [DST] "r" (dst)); \
174 "movdqa %%" VR0(r)", 0x00(%[DST])\n" \
175 "movdqa %%" VR1(r)", 0x10(%[DST])\n" \
176 : : [DST] "r" (dst)); \
180 "movdqa %%" VR0(r)", 0x00(%[DST])\n" \
181 : : [DST] "
[all...]
H A Dvdev_raidz_math_avx512f.c161 "vmovdqa64 %%" VR0(r) ", 0x00(%[DST])\n" \
162 "vmovdqa64 %%" VR1(r) ", 0x40(%[DST])\n" \
163 "vmovdqa64 %%" VR2(r) ", 0x80(%[DST])\n" \
164 "vmovdqa64 %%" VR3(r) ", 0xc0(%[DST])\n" \
165 : : [DST] "r" (dst)); \
H A Dvdev_raidz_math_ssse3.c163 "movdqa %%" VR0(r)", 0x00(%[DST])\n" \
164 "movdqa %%" VR1(r)", 0x10(%[DST])\n" \
165 "movdqa %%" VR2(r)", 0x20(%[DST])\n" \
166 "movdqa %%" VR3(r)", 0x30(%[DST])\n" \
167 : : [DST] "r" (dst)); \
171 "movdqa %%" VR0(r)", 0x00(%[DST])\n" \
172 "movdqa %%" VR1(r)", 0x10(%[DST])\n" \
173 : : [DST] "r" (dst)); \
/freebsd-13-stable/contrib/libpcap/
H A Dgrammar.y321 %token DST SRC HOST GATEWAY
484 | DST { $$ = Q_DST; }
485 | SRC OR DST { $$ = Q_OR; }
486 | DST OR SRC { $$ = Q_OR; }
487 | SRC AND DST { $$ = Q_AND; }
488 | DST AND SRC { $$ = Q_AND; }
H A Dscanner.l255 dst return DST;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h581 using DST = typename DomFrontierT::DomSetType;
583 DST *entrySuccs = &DF->find(entry)->second;
588 for (typename DST::iterator SI = entrySuccs->begin(),
598 DST *exitSuccs = &DF->find(exit)->second;
/freebsd-13-stable/lib/libpmc/
H A Dpmclog.c95 #define PMCLOG_READSTRING(LE,DST,LEN) strlcpy((DST), (char *) (LE), (LEN))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h327 /// Write out a hexadecimal representation of the floating point value to DST,
674 unsigned int convertToHexString(char *DST, unsigned int HexDigits,
1193 unsigned int convertToHexString(char *DST, unsigned int HexDigits, argument
1196 convertToHexString(DST, HexDigits, UpperCase, RM));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp805 StructType *DST = DstM.getTypeByName(STTypePrefix); local
806 if (!DST)
826 if (TypeMap.DstStructTypesSet.hasType(DST))
827 TypeMap.addTypeMapping(DST, ST);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp3590 UnaryOperator *DST = UnaryOperator::Create(
3599 Expr *Args[2] = {DST, SRC};
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp505 /* Shift DST right BITS bits noting lost fraction. */
597 /* Place pow(5, power) in DST, and return the number of parts used.
598 DST must be at least one part larger than size of the answer. */
1144 /* Multiply the significands of LHS and RHS to DST. */
2917 to DST, which must be of sufficient size, in the C99 form
4717 unsigned int DoubleAPFloat::convertToHexString(char *DST,
4723 .convertToHexString(DST, HexDigits, UpperCase, RM);
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure27907 DST=\$1
27912 echo installing \$SRC in \$DST
27917 case \$DST in
27919 END=\`basename \$DST\`
27934 case \$DST in
27936 END=\`basename \$DST\`
27966 test -f \$DST/\$NAME.gz && rm -f \$DST/\$NAME.gz
27968 eval \$PRG \$TMPSRC \$DST/\$NAME

Completed in 480 milliseconds