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

/freebsd-10-stable/contrib/ntp/scripts/stats/
H A Dsummary.sh13 LOOP=loop_summary
25 echo " " >>$LOOP
26 echo $f >>$LOOP
27 awk -f loop.awk $f >>$LOOP
/freebsd-10-stable/lib/libc/sparc64/fpu/
H A Dfpu_div.c225 #define LOOP /* do ... while (bit >>= 1) */ \ macro
238 LOOP; \
262 LOOP;
/freebsd-10-stable/sys/powerpc/fpu/
H A Dfpu_div.c246 #define LOOP /* do ... while (bit >>= 1) */ \ macro
259 LOOP; \
283 LOOP;
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dget_addrs.c85 LOOP = 1, /* do include loopback addrs */ enumerator in enum:__anon5111
149 if (krb5_sockaddr_is_loopback(ifa->ifa_addr) && (flags & LOOP) == 0)
284 return get_addrs_int (context, res, LOOP | SCAN_INTERFACES);
/freebsd-10-stable/crypto/openssl/crypto/rc4/
H A Drc4_enc.c273 #define LOOP(in,out) \ macro
282 # define RC4_LOOP(a,b,i) LOOP(*((a)++),*((b)++))
284 # define RC4_LOOP(a,b,i) LOOP(a[i],b[i])
/freebsd-10-stable/contrib/gcc/
H A Dcfgloopanal.c33 /* Checks whether BB is executed exactly once in each LOOP iteration. */
265 #define LOOP_REPR(LOOP) ((LOOP)->num + last_basic_block)
360 /* Counts number of insns inside LOOP. */
382 /* Counts number of insns executed on average per iteration LOOP. */
415 /* Returns expected number of LOOP iterations.
465 /* Returns the maximum level of nesting of subloops of LOOP. */
H A Dloop-invariant.c65 #define LOOP_DATA(LOOP) ((struct loop_data *) (LOOP)->aux)
502 /* Determines the basic blocks inside LOOP that are always executed and
524 /* Finds exits out of the LOOP with body BODY. Marks blocks in that we may
607 /* Finds definitions that may correspond to invariants in LOOP with body
853 /* Finds invariants in LOOP with body BODY. ALWAYS_REACHED is the bitmap of
870 /* Finds invariants in LOOP. */
1126 /* Move invariant INVNO out of the LOOP. Returns true if this succeeds, false
1232 /* Move selected invariant out of the LOOP. Newly created regs are marked
1290 /* Move the invariants out of the LOOP
[all...]
H A Dtree-ssa-loop-ivopts.c98 #define AVG_LOOP_NITER(LOOP) 5
579 emitted in LOOP. */
625 CAND is incremented in LOOP. */
887 for loop LOOP. */
1096 /* For each ssa name defined in LOOP determines whether it is an induction
1295 /* Returns true if expression EXPR is obviously invariant in LOOP,
1296 i.e. if all its operands are defined outside of the LOOP. */
2081 /* Returns true if incrementing the induction variable at the end of the LOOP
3027 CAND at statement AT in LOOP. The expression is stored in a decomposed
3195 CAND at statement AT in LOOP
[all...]
/freebsd-10-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-ia64.S479 #define LOOP(a, b, s, M, R, label) \ define
549 LOOP(B, C, 20, M3, RotateM3, label)
559 LOOP(B, C, 23, M3, RotateM3, label)
569 LOOP(B, C, 21, M3, RotateM3, label)
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1840 LOOP:
1909 goto LOOP;
1914 goto LOOP;
2062 /* LOOP */;
/freebsd-10-stable/contrib/tnftp/src/
H A Dcmds.c2089 LOOP:
2163 goto LOOP;
2168 goto LOOP;
2476 /* LOOP */;
/freebsd-10-stable/sys/boot/ficl/
H A Dficl.h1091 LOOP, enumerator in enum:__anon6381
H A Dtools.c269 case LOOP:
H A Dwords.c4791 {LOOP, loopParen},
/freebsd-10-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl275 .LOOP:
403 (p6) br.cond.dptk.many .LOOP };;

Completed in 316 milliseconds