Searched refs:loop (Results 126 - 150 of 333) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m422 * ITER -- number of iterations of the main division loop which will
180 ! division loop will mess up the first time around.
220 ! Fall through into divide loop
/freebsd-10.0-release/contrib/gcc/
H A Dtree-chrec.c546 /* When the symbols are defined in an outer loop, it is possible
548 constants with respect to the varying loop. */
631 LOOP_NUM. Mask the evolution of any other loop. */
651 /* There is no evolution in this loop. */
700 /* There is no evolution part in this loop. */
738 /* Set or reset the evolution of CHREC to NEW_EVOL in loop LOOP_NUM.
741 impossible to say how many times a loop will execute. */
981 /* Return true if CHREC is invariant in loop LOOPNUM, false otherwise. */
1120 /* Converts BASE and STEP of affine scev to TYPE. LOOP is the loop whose iv
1129 convert_affine_scev (struct loop *loo
1125 convert_affine_scev(struct loop *loop, tree type, tree *base, tree *step, tree at_stmt, bool use_overflow_semantics) argument
1271 struct loop *loop; local
[all...]
H A Dtree-cfg.c1236 /* Protect the loop latches. */
1291 /* Also update the trees stored in loop structures. */
1294 struct loop *loop; local
1298 loop = current_loops->parray[i];
1299 if (loop)
1300 substitute_in_loop_info (loop, name, val);
1327 loop closed ssa phi nodes. */
2010 /* If we remove the header or the latch of a loop, mark the loop fo
2014 struct loop *loop = bb->loop_father; local
4429 struct loop *loop = entry->dest->loop_father; local
5172 print_loop(FILE *file, struct loop *loop, int indent) argument
[all...]
/freebsd-10.0-release/contrib/ntp/scripts/
H A Dntpsweep.in74 An '= ' before a peer means a loop. Recursion stops here.
249 # we've detected a loop !
/freebsd-10.0-release/contrib/ofed/management/libibcommon/include/infiniband/
H A Dcommon.h139 void enable_stack_dump(int loop);
/freebsd-10.0-release/gnu/usr.bin/cc/doc/
H A DMakefile32 loop.texi
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dsio.S51 loop sio_flush.1 # or counter is zero
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l445 loop:
479 goto loop;
/freebsd-10.0-release/tools/tools/cd2dvd/
H A Dcd2dvd.sh84 mount -o loop ${_img} ${_mnt} || exit 1
/freebsd-10.0-release/contrib/apr-util/dbm/sdbm/
H A Dsdbm_pair.c199 register int loop = (m + 8 - 1) >> 3; local
207 } while (--loop);
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dcrtbegin.asm184 .loop:
206 (p6) br.cond.sptk.few .loop
/freebsd-10.0-release/contrib/gcclibs/libgomp/
H A DMakefile.am35 loop.c ordered.c parallel.c sections.c single.c team.c work.c \
/freebsd-10.0-release/contrib/less/
H A Dinput.c356 loop:
401 goto loop;
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl_read.c226 loop: FD_ZERO(&rdfd);
245 goto loop;
269 * a valid command, but we don't want to loop forever because
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dqsort.c124 loop: SWAPINIT(a, es);
198 goto loop;
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl9 loop: while ($#primes < $num-1) label
16 next loop if (($p%$primes[$i]) == 0);
/freebsd-10.0-release/crypto/openssl/crypto/engine/
H A Deng_table.c247 int initres, loop = 0; local
280 ret = sk_ENGINE_value(fnd->sk, loop++);
/freebsd-10.0-release/lib/libc/stdlib/
H A Dqsort.c118 loop: SWAPINIT(a, es);
192 goto loop;
/freebsd-10.0-release/sbin/restore/
H A Dinteractive.c115 loop:
290 goto loop;
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dboot0.5.s95 loop setup_loop
110 loop wait_0_5
247 loop showdev_loop
/freebsd-10.0-release/sys/libkern/
H A Dqsort.c112 loop: SWAPINIT(a, es);
184 goto loop;
/freebsd-10.0-release/sys/pc98/conf/
H A DGENERIC219 device loop # Network loopback
/freebsd-10.0-release/sys/powerpc/conf/
H A DWII73 device loop # Network loopback
/freebsd-10.0-release/tools/tools/nanobsd/pcengines/
H A DALIX_DSK65 device loop
H A DALIX_NFS65 device loop

Completed in 261 milliseconds

1234567891011>>