Searched refs:LOOP (Results 1 - 25 of 107) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rc4/
H A Drc4_enc.c32 #define LOOP(in,out) \ macro
43 LOOP(indata[0], outdata[0]);
44 LOOP(indata[1], outdata[1]);
45 LOOP(indata[2], outdata[2]);
46 LOOP(indata[3], outdata[3]);
47 LOOP(indata[4], outdata[4]);
48 LOOP(indata[5], outdata[5]);
49 LOOP(indata[6], outdata[6]);
50 LOOP(indata[7], outdata[7]);
60 LOOP(indat
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rc4/
H A Drc4_enc.c38 #define LOOP(in,out) \ macro
49 LOOP(indata[0], outdata[0]);
50 LOOP(indata[1], outdata[1]);
51 LOOP(indata[2], outdata[2]);
52 LOOP(indata[3], outdata[3]);
53 LOOP(indata[4], outdata[4]);
54 LOOP(indata[5], outdata[5]);
55 LOOP(indata[6], outdata[6]);
56 LOOP(indata[7], outdata[7]);
66 LOOP(indat
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Ddisplay.c4 #define LOOP 10 macro
19 for( i = 0; i < LOOP; i++ ) { /* set breakpoint 1 here */
20 for( j = 0; j < LOOP; j++ ) {
21 for( k = 0; k < LOOP; k++ ) {
41 for( j = 0; j < LOOP; j++ ) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Ddisplay.c4 #define LOOP 10 macro
19 for( i = 0; i < LOOP; i++ ) { /* set breakpoint 1 here */
20 for( j = 0; j < LOOP; j++ ) {
21 for( k = 0; k < LOOP; k++ ) {
41 for( j = 0; j < LOOP; j++ ) {
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dtest-utils.sh30 echo $LOOP
43 test -n "$LOOP" && losetup -d $LOOP
63 test -n "$LOOP" && return 0
70 if LOOP=`losetup -s -f "$LOOPFILE" 2>/dev/null`; then
72 elif LOOP=`losetup -f` && losetup $LOOP "$LOOPFILE"; then
84 LOOP=$dev
87 if [ -n "$LOOP" ]; then
91 test -n "$LOOP" # confir
[all...]
/netbsd-current/external/bsd/ntp/dist/scripts/stats/
H A Dsummary.sh13 LOOP=loop_summary
25 echo " " >>$LOOP
26 echo $f >>$LOOP
27 awk -f loop.awk $f >>$LOOP
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dconfigure.com28 $ LOOP:
34 $ GOTO LOOP
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/
H A Drun37 LOOP=1
56 LOOP=$2
202 while [ $COUNTER -le $LOOP ]; do
203 if [ $LOOP -gt 1 ]; then
204 echo "Running $COUNTER of $LOOP iterations"
217 if [ $LOOP -gt 1 ]; then
218 echo "Failed after $COUNTER of $LOOP iterations"
223 if [ $COUNTER -le $LOOP ]; then
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/
H A Drun37 LOOP=1
56 LOOP=$2
202 while [ $COUNTER -le $LOOP ]; do
203 if [ $LOOP -gt 1 ]; then
204 echo "Running $COUNTER of $LOOP iterations"
217 if [ $LOOP -gt 1 ]; then
218 echo "Failed after $COUNTER of $LOOP iterations"
223 if [ $COUNTER -le $LOOP ]; then
/netbsd-current/external/bsd/openldap/dist/tests/
H A Drun.in103 LOOP=1
122 LOOP=$2
261 while [ $COUNTER -le $LOOP ]; do
262 if [ $LOOP -gt 1 ]; then
263 echo "Running $COUNTER of $LOOP iterations"
278 if [ $LOOP -gt 1 ]; then
279 echo "Failed after $COUNTER of $LOOP iterations"
284 if [ $COUNTER -le $LOOP ]; then
/netbsd-current/sys/arch/m68k/fpe/
H A Dfpu_div.c224 #define LOOP /* do ... while (bit >>= 1) */ \ macro
237 LOOP; \
259 LOOP;
/netbsd-current/sys/arch/sparc/fpu/
H A Dfpu_div.c220 #define LOOP /* do ... while (bit >>= 1) */ \ macro
233 LOOP; \
257 LOOP;
/netbsd-current/sys/arch/powerpc/fpu/
H A Dfpu_div.c249 #define LOOP /* do ... while (bit >>= 1) */ \ macro
262 LOOP; \
286 LOOP;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfgloop.h282 /* Set C to the LOOP constraint. */
289 /* Clear C from the LOOP constraint. */
296 /* Check if C is set in the LOOP constraint. */
527 /* Returns the number of superloops of LOOP. */
535 /* Returns the immediate superloop of LOOP, or NULL if LOOP is the outermost
549 /* Returns true if LOOP has at least one exit edge. */
773 #define FOR_EACH_LOOP(LOOP, FLAGS) \
774 for (loop_iterator li(cfun, &(LOOP), FLAGS); \
775 (LOOP); \
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dconfigure.com56 $ LOOP:
62 $ GOTO LOOP
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dconfigure.com56 $ LOOP:
62 $ GOTO LOOP
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dconfigure.com56 $ LOOP:
62 $ GOTO LOOP
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dconfigure.com56 $ LOOP:
62 $ GOTO LOOP
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_addrs.c85 LOOP = 1, /* do include loopback addrs */ enumerator in enum:__anon139
149 if (krb5_sockaddr_is_loopback(ifa->ifa_addr) && (flags & LOOP) == 0)
284 return get_addrs_int (context, res, LOOP | SCAN_INTERFACES);
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_cmp_http.t216 LOOP:
233 next LOOP if $server_tls == 0 && $line =~ m/,\s*-tls_used\s*,/;
242 next LOOP if $no_proxy && ($noproxy =~ $server_host);
257 next LOOP if (!defined($expected_result)

Completed in 307 milliseconds

12345