Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 25 of 86) sorted by relevance

1234

/minix3/crypto/external/bsd/openssl/dist/times/091/
H A Dmips-rel.pl3 &doit(100,"Pentium 100 32",0.0195,0.1000,0.6406,4.6100); # pentium-100
4 &doit(200,"PPro 200 32",0.0070,0.0340,0.2087,1.4700); # pentium-100
5 &doit( 25,"R3000 25 32",0.0860,0.4825,3.2417,23.8833); # R3000-25
6 &doit(200,"R4400 200 32",0.0137,0.0717,0.4730,3.4367); # R4400 32bit
7 &doit(180,"R10000 180 32",0.0061,0.0311,0.1955,1.3871); # R10000 32bit
8 &doit(180,"R10000 180 64",0.0034,0.0149,0.0880,0.5933); # R10000 64bit
9 &doit(400,"DEC 21164 400 64",0.0022,0.0105,0.0637,0.4457); # R10000 64bit
11 sub doit subroutine
/minix3/external/bsd/bind/dist/contrib/query-loc-0.4.0/
H A Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
/minix3/external/bsd/llvm/dist/llvm/autoconf/
H A Dinstall-sh48 doit="${DOITPROG-}"
249 $doit $mkdircmd "$dst" \
250 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
253 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
267 $doit $cpprog "$src" "$dsttmp" &&
275 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
276 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
277 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
/minix3/external/bsd/file/dist/
H A Dinstall-sh32 doit="${DOITPROG-}"
215 $doit $mkdirprog "${pathcomp}"
216 if [ x"$chowncmd" != x ]; then $doit $chowncmd "${pathcomp}"; else true ; fi &&
217 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "${pathcomp}"; else true ; fi &&
218 … if [ x"$pathcompchmodcmd" != x ]; then $doit $pathcompchmodcmd "${pathcomp}"; else true ; fi
233 $doit $mkdirprog "$dstarg" &&
235 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dstarg"; else true ; fi &&
236 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dstarg"; else true ; fi &&
237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dstarg"; else true ; fi
272 $doit $doinst $srcarg "$dsttmp" &&
[all …]
/minix3/crypto/external/bsd/netpgp/dist/buildaux/
H A Dinstall-sh32 doit="${DOITPROG-}"
205 $doit $mkdirprog "${pathcomp}"
206 if [ x"$chowncmd" != x ]; then $doit $chowncmd "${pathcomp}"; else true ; fi &&
207 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "${pathcomp}"; else true ; fi &&
208 … if [ x"$pathcompchmodcmd" != x ]; then $doit $pathcompchmodcmd "${pathcomp}"; else true ; fi
223 $doit $mkdirprog "$dstarg" &&
225 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dstarg"; else true ; fi &&
226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dstarg"; else true ; fi &&
227 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dstarg"; else true ; fi
262 $doit $doinst $srcarg "$dsttmp" &&
[all …]
/minix3/external/bsd/bind/dist/unit/atf-src/admin/
H A Dinstall-sh32 doit="${DOITPROG-}"
215 $doit $mkdirprog "${pathcomp}"
216 if [ x"$chowncmd" != x ]; then $doit $chowncmd "${pathcomp}"; else true ; fi &&
217 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "${pathcomp}"; else true ; fi &&
218 … if [ x"$pathcompchmodcmd" != x ]; then $doit $pathcompchmodcmd "${pathcomp}"; else true ; fi
233 $doit $mkdirprog "$dstarg" &&
235 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dstarg"; else true ; fi &&
236 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dstarg"; else true ; fi &&
237 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dstarg"; else true ; fi
272 $doit $doinst $srcarg "$dsttmp" &&
[all …]
/minix3/external/bsd/byacc/dist/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
262 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
[all …]
/minix3/external/bsd/top/dist/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else : ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else : ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else : ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else : ; fi
228 $doit $instcmd $src $dsttmp &&
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else :;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else :;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else :;fi &&
[all …]
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dinstall-sh30 doit="${DOITPROG-}"
195 $doit $instcmd $dst &&
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
228 $doit $instcmd $src $dsttmp &&
238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
240 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/minix3/external/bsd/tcpdump/dist/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/minix3/external/bsd/libpcap/dist/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/minix3/external/bsd/bind/dist/
H A Dinstall-sh30 doit="${DOITPROG-}"
194 $doit $instcmd $dst &&
196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi &&
197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi &&
198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi &&
199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi
227 $doit $instcmd $src $dsttmp &&
237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi &&
238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi &&
239 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; else true;fi &&
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Bitcode/
H A Dblockaddress.ll11 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8
12 ; CHECK: blockaddress(@doit, %here)
13 br label %doit.exit
15 doit.exit:
19 define void @doit(i8** nocapture %pptr) {
20 ; CHECK: define void @doit
25 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
26 ; CHECK: blockaddress(@doit, %here)
40 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
41 ; CHECK: blockaddress(@doit, %here)
/minix3/external/bsd/less/dist/
H A Dinstall.sh17 doit="${DOITPROG-}"
104 $doit $instcmd $src $dsttmp
108 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; fi
109 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; fi
110 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; fi
111 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; fi
115 $doit $rmcmd $dst
116 $doit $mvcmd $dsttmp $dst
/minix3/external/bsd/bind/dist/contrib/nslint-3.0a2/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/minix3/external/bsd/libevent/dist/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/minix3/external/mit/expat/dist/conftools/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/minix3/external/bsd/flex/dist/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/minix3/external/bsd/dhcp/dist/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dinstall.sh15 doit="${DOITPROG:-}"
97 $doit $rmcmd $dst
98 $doit $instcmd $src $dst
103 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; fi
104 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; fi
105 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; fi
106 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; fi
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCasting.h55 static inline bool doit(const From &Val) {
64 static inline bool doit(const From &) { return true; }
68 static inline bool doit(const From &Val) {
69 return isa_impl<To, From>::doit(Val);
74 static inline bool doit(const From &Val) {
75 return isa_impl<To, From>::doit(Val);
80 static inline bool doit(const From *Val) {
82 return isa_impl<To, From>::doit(*Val);
87 static inline bool doit(const From *Val) {
89 return isa_impl<To, From>::doit(*Val);
[all …]
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c641 int doit[ALGOR_NUM]; in MAIN() local
697 doit[i] = 0; in MAIN()
735 doit[D_EVP] = 1; in MAIN()
782 doit[D_MD2] = 1; in MAIN()
787 doit[D_MDC2] = 1; in MAIN()
792 doit[D_MD4] = 1; in MAIN()
797 doit[D_MD5] = 1; in MAIN()
802 doit[D_HMAC] = 1; in MAIN()
807 doit[D_SHA1] = 1; in MAIN()
809 doit[D_SHA1] = 1, doit[D_SHA256] = 1, doit[D_SHA512] = 1; in MAIN()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dblockaddress.ll4 ; Make sure doit is not inlined since the blockaddress is taken
6 ; CHECK: store i8* blockaddress(@doit, %here), i8** %pptr, align 8
11 define void @doit(i8** nocapture %pptr, i32 %cond) nounwind uwtable {
17 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
26 call void @doit(i8** @ptr1, i32 %cond)
/minix3/external/bsd/llvm/dist/llvm/test/Verifier/
H A Dinalloca2.ll5 declare void @doit(i64* inalloca %a)
11 call void @doit(i64* inalloca %b)
18 call void @doit(i64* inalloca %a)
19 call void @doit(i64* inalloca %a)
37 call void @doit(i64* inalloca %args)

1234