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

1234567891011>>

/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_pair.c199 register int loop = (m + 8 - 1) >> 3; local
207 } while (--loop);
/freebsd-11-stable/contrib/less/
H A Dinput.c383 loop:
430 goto loop;
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s126 NOP ; Needed to make the loop 16-byte aligned
127 NOP ; Needed to make the loop 16-byte aligned
143 ; The loop is unrolled twice, so if there is only 1 number
150 ; This loop is unrolled 2 times (64-byte aligned as well)
233 ; Top of loop aligned on 64-byte boundary
317 ; This loop is unrolled 2 times (64-byte aligned as well)
393 ; Top of loop aligned on 64-byte boundary
470 ; This loop is unrolled 2 times (64-byte aligned as well)
527 ; Top of loop aligned on 64-byte boundary
588 ; If 2 or more numbers do the loop
[all...]
H A Dpa-risc2.s134 NOP ; Needed to make the loop 16-byte aligned
135 NOP ; needed to make the loop 16-byte aligned
151 ; The loop is unrolled twice, so if there is only 1 number
158 ; This loop is unrolled 2 times (64-byte aligned as well)
241 ; Top of loop aligned on 64-byte boundary
327 ; This loop is unrolled 2 times (64-byte aligned as well)
403 ; Top of loop aligned on 64-byte boundary
481 ; This loop is unrolled 2 times (64-byte aligned as well)
538 ; Top of loop aligned on 64-byte boundary
599 ; If 2 or more numbers do the loop
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl47 # Pipelining this loop isn't easy, because the stores to the S[] array
48 # need to be observed in the right order. The loop generated by the
80 # The core-loop that can be pipelined then looks like this (annotated
125 # phases of the loop are strangly mingled together. In
129 # - Pipelined, the loop can execute in 3 cycles/iteration and
138 # reason we can't use module-loop support in IA-64 and have
139 # to do a traditional, purely software-pipelined loop.
142 # and would push the loop to the point where more bypasses
144 # - The above loop runs at around 3.26 cycles/byte, or roughly
147 # "lfetch" this loop ca
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_shutdown.c525 int loop; local
533 for (loop = panic_reboot_wait_time * 10;
534 loop > 0; --loop) {
540 if (!loop)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp406 rep->loop[i].thr_ctx = link->tid;
407 rep->loop[i].mtx_ctx0 = link0->id;
408 rep->loop[i].mtx_ctx1 = link->id;
409 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0;
410 rep->loop[i].stk[1] = link->stk1;
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c584 int loop, dpll, nrzi, invclk, clk, higain, phony, use16, crc4; local
600 loop_valid = ioctl (fd, SERIAL_GETLOOP, &loop) >= 0;
715 printf (" loop=%s", loop ? "on" : "off");
733 int i, mode, loop, nrzi, dpll, invclk, phony, use16, crc4, unfram, ami; local
816 } else if (strncasecmp ("loop=", argv[i], 5) == 0) {
817 loop = (strcasecmp ("on", argv[i] + 5) == 0);
818 ioctl (fd, SERIAL_SETLOOP, &loop);
918 loop = (strcasecmp ("on", argv[i] + 7) == 0);
/freebsd-11-stable/sbin/shutdown/
H A Dshutdown.c100 static void loop(void);
243 loop();
248 loop(void) function
/freebsd-11-stable/stand/pc98/boot0.5/
H A Ddisk.s88 loop setup_partition_loop
230 loop sasi_loop
283 loop scsi_loop
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c794 /* Assert pin LA in HSSI conn: ask modem for local loop. */
800 /* Assert pin LB in HSSI conn: ask modem for remote loop. */
893 /* If a loop back is in effect, link status is UP */
1234 sc->status.snmp.t3.loop &= ~TLOOP_FAR_LINE;
1236 sc->status.snmp.t3.loop |= TLOOP_NEAR_OTHER;
1237 if (ctl1 & CTL1_3LOOP) sc->status.snmp.t3.loop |= TLOOP_NEAR_INWARD;
1238 if (mii16 & MII16_DS3_TRLBK) sc->status.snmp.t3.loop |= TLOOP_NEAR_OTHER;
1239 if (mii16 & MII16_DS3_LNLBK) sc->status.snmp.t3.loop |= TLOOP_NEAR_LINE;
1240 /*if (ctl12 & CTL12_RTPLOOP) sc->status.snmp.t3.loop |= TLOOP_NEAR_PAYLOAD; */
1272 /* Flush received FEACS; don't respond to our own loop cm
1879 u_int8_t alm1, alm3, loop, isr0; local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dvar.c612 * into a loop.
771 * into a loop.
1582 * substitutions correctly, etc. When the loop is done, any
1584 * accordingly through the loop) is copied straight into the
1828 VarLoop_t *loop = (VarLoop_t *)loopp; local
1833 Var_Set(loop->tvar, word, loop->ctxt, VAR_NO_EXPORT);
1834 s = Var_Subst(NULL, loop->str, loop->ctxt, loop
2715 VarLoop_t loop; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk93 # The first :@ "loop" handles multiple sets in WARNINGS_SET
95 # In the second :@ "loop", the ::?= noise sets W_foo?=-Wfoo etc
/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h162 struct ppb_microseq *loop; /* the loop microsequence */ member in struct:ppb_xfer
/freebsd-11-stable/sys/ddb/
H A Ddb_command.c716 int delay, loop; local
731 for (loop = delay * 10; loop > 0; --loop) {
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslsupport.l591 loop:
635 goto loop;
/freebsd-11-stable/stand/i386/btx/btxldr/
H A Dbtxldr.S99 loop start.1 # Till done
235 loop start.4 # Till done
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c104 loop:
190 goto loop;
202 goto loop;
224 * Speed up loop detection in case we have a loop.
225 * Otherwise the clocks can race until the loop
305 * masterful gateway as it was taking control, the SETTIME will loop
308 * a permanent loop, since the SETTIME msgs will keep any clock
517 * us. There must be a loop. Tell the
608 goto loop;
[all...]
/freebsd-11-stable/stand/i386/pxeldr/
H A Dpxeldr.S268 loop push_arg # Push all of the arguments
/freebsd-11-stable/tests/sys/netgraph/
H A Dbridge.c186 ATF_TC(loop); variable
187 ATF_TC_HEAD(loop, conf)
192 ATF_TC_BODY(loop, dummy)
212 * Open loop
227 * Closed loop, DANGEROUS!
239 ATF_CHECK_ERRNO(ELOOP, errno != 0); /* loop might be detected */
613 ATF_TP_ADD_TC(bridge, loop);
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A DMakefile.am33 loop.c ordered.c parallel.c sections.c single.c team.c work.c \
/freebsd-11-stable/share/mk/
H A Dauto.obj.mk24 # If we get to the end of the loop, a plain mkdir will issue an error.
/freebsd-11-stable/lib/libiconv_modules/ZW/
H A Dcitrus_zw.c138 loop:
200 goto loop;
/freebsd-11-stable/lib/libiconv_modules/mapper_zone/
H A Dcitrus_mapper_zone.c134 loop:
140 goto loop;
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A DMakefile26 elfread.c environ.c eval.c event-loop.c event-top.c exec.c \
32 inf-loop.c infcall.c infcmd.c inflow.c ${_infptrace} infrun.c \

Completed in 188 milliseconds

1234567891011>>