Searched refs:loop (Results 101 - 125 of 312) sorted by relevance

1234567891011>>

/freebsd-9.3-release/bin/sh/
H A Dexec.c369 loop:
377 goto loop; /* ignore unimplemented options */
383 goto loop;
390 goto loop;
394 goto loop;
406 goto loop;
409 goto loop;
412 goto loop;
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-septel.c56 * error occured, or -2 if we were told to break out of the loop.
83 loop:
88 * we were told to break out of the loop.
103 /* a couter is added here to avoid an infinite loop
120 goto loop ;
/freebsd-9.3-release/sys/arm/conf/
H A DDB-88F5XXX55 device loop
H A DDB-88F6XXX54 device loop
/freebsd-9.3-release/sys/i386/conf/
H A DXEN77 device loop # Network loopback
/freebsd-9.3-release/sys/i386/xbox/
H A Dpic16l.s86 l: loop l
174 l2: loop l2
/freebsd-9.3-release/sys/mips/conf/
H A DAR91XX_BASE94 device loop
/freebsd-9.3-release/sys/powerpc/conf/
H A DMPC85XX72 device loop
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_inode.c101 loop:
113 goto loop;
/freebsd-9.3-release/contrib/gcc/
H A Dlambda.h55 /* A vector representing a statement in the body of a loop.
57 in the loop nest containing the statement.
76 and induction variables of a loop.
78 per loop in the loop nest.
80 INVARIANT_COEFFICIENTS is a vector of coefficients for the loop invariants,
105 /* Loop structure. Our loop structure consists of a constant representing the
106 STEP of the loop, a set of linear expressions representing the LOWER_BOUND
107 of the loop, a set of linear expressions representing the UPPER_BOUND of
108 the loop, an
[all...]
H A Dtree-vect-patterns.c125 loop:
237 we know that oprnd1 is the reduction variable (defined by a loop-header
238 phi), and oprnd0 is an ssa-name defined by a stmt in the loop body.
352 loop:
416 we know that oprnd1 is the reduction variable (defined by a loop-header
417 phi), and oprnd0 is an ssa-name defined by a stmt in the loop body.
542 LOOP_VINFO - a struct_loop_info of a loop in which we want to look for
611 struct loop *loop = LOOP_VINFO_LOOP (loop_vinfo); local
613 unsigned int nbbs = loop
[all...]
/freebsd-9.3-release/gnu/lib/libgomp/
H A DMakefile13 error.c iter.c loop.c ordered.c parallel.c sections.c \
/freebsd-9.3-release/lib/libc/mips/string/
H A Dbzero.S71 bne a0, a3, 2b # unrolling loop doesnt help
/freebsd-9.3-release/release/picobsd/tinyware/msh/
H A Dsh4.c163 loop:
173 goto loop;
201 goto loop;
/freebsd-9.3-release/sys/arm/arm/
H A Ddb_interface.c218 size_t loop; local
232 loop = size;
233 while (loop-- > 0) {
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpcrypto.c234 int err, loop, i, pwdlen; local
252 for (loop = 0; loop < SNMP_AUTH_KEY_LOOPCNT; loop += i) {
254 authbuf[i] = passwd[(loop + i) % pwdlen];
/freebsd-9.3-release/sys/kern/
H A Dkern_shutdown.c492 int loop; local
500 for (loop = panic_reboot_wait_time * 10;
501 loop > 0; --loop) {
507 if (!loop)
/freebsd-9.3-release/crypto/openssl/apps/
H A Dengine.c295 int loop, res, num = sk_num(cmds); local
300 for (loop = 0; loop < num; loop++) {
303 cmd = sk_value(cmds, loop);
/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c2346 struct scroll_tab_list *loop; local
2353 for(loop = scroll_tab; loop && (tmp >= 0); loop = loop->next)
2354 ptr[--tmp] = loop->element;
2367 struct scroll_tab_list *loop; local
2370 loop = scroll_tab;
2372 xfree(loop->element);
2373 xfree(loop);
[all...]
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dselector.s50 loop clear_part
96 loop showpart_name
99 loop showpart_loop
134 loop defslice_loop
151 loop hidedefslice_loop
253 # Main loop for device mode
336 # main loop for slice mode
421 # Main loop
/freebsd-9.3-release/sbin/shutdown/
H A Dshutdown.c99 static void loop(void);
242 loop();
247 loop(void) function
/freebsd-9.3-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-9.3-release/contrib/ofed/management/libibcommon/include/infiniband/
H A Dcommon.h139 void enable_stack_dump(int loop);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dkernel.c270 int loop; local
276 loop = 0;
286 loop = 1;
320 while(loop);
/freebsd-9.3-release/gnu/usr.bin/cc/doc/
H A DMakefile30 loop.texi

Completed in 307 milliseconds

1234567891011>>