Searched refs:loop (Results 51 - 75 of 262) sorted by relevance

1234567891011

/freebsd-13-stable/sys/dev/ppbus/
H A Dppb_msq.c120 ppb_MS_init(device_t bus, device_t dev, struct ppb_microseq *loop, int opcode) argument
126 xfer->loop = loop;
159 * Execute a microseq loop
171 /* loop: */
173 MS_DBRA(-1 /* loop: */),
185 /* execute the loop */
290 if (!xfer->loop) {
317 ppb_MS_microseq(bus, dev, xfer->loop, &error);
/freebsd-13-stable/sys/arm/arm/
H A Dundefined.c192 int loop; local
195 for (loop = 0; loop < MAX_COPROCS; ++loop)
196 LIST_INIT(&undefined_handlers[loop]);
/freebsd-13-stable/contrib/ntp/util/
H A Dsht.c129 printf (" l loop (so, rcl will read and clear in a loop\n");
163 int loop=0; local
167 case 'l': loop=1; break;
185 if (loop) {
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dcn23xx_pf_device.c176 uint32_t ern, loop = BUSY_READING_REG_PF_LOOP_COUNT; local
203 loop) {
206 loop--;
209 if (!loop) {
507 uint32_t ern, loop = BUSY_READING_REG_PF_LOOP_COUNT; local
537 loop) {
540 loop--;
542 if (!loop) {
589 int loop; local
598 loop
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dhanoi-include.mk8 # * extracting the current value of a variable using the .for loop
15 # endless loop:
H A Dcond-func-defined.mk45 . info In .for loops, variable expressions for the loop variables are
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dstrchr.S78 beq 5b @ A bit messy, if it's common we should branch at the start to a special loop
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h54 int n; // number of entries in loop
60 } loop[kMaxLoopSize]; member in struct:__sanitizer::DDReport
/freebsd-13-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c72 int loop; local
84 loop = TRUE;
85 for (i = 0; loop && i <= str_cnt; i++) {
95 loop = FALSE;
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl212 &loop (&label("sub")); # doesn't affect CF!
227 &loop (&label("copy"));
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c267 int norm_shift, i, j, loop; local
296 * inner loop iterations is invariant of dividend value, and that one
314 loop = num_n - div_n;
319 wnum = &(snum->d[loop]);
327 if (!bn_wexpand(res, loop))
330 res->top = loop;
332 resp = &(res->d[loop]);
338 for (i = 0; i < loop; i++, wnumtop--) {
341 * the first part of the loop uses the top two words of snum and sdiv
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1_print.c51 loop (unsigned char *buf, size_t len, int indent) function
119 loop_length = loop (buf, length, indent + 2);
132 loop_length = loop (buf, length, indent + 2);
188 loop (str.data, str.length, indent + 2);
281 errx(1, "internal error in indefinite form loop detection");
309 ret = loop (buf, len, 0);
/freebsd-13-stable/crypto/openssl/crypto/engine/
H A Deng_dyn.c372 int num, loop; local
381 for (loop = 0; loop < num; loop++) {
382 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop);
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c221 /* main loop */
439 int loop = 1; local
488 loop = 0;
546 loop = FASTLZ_EXPECT_CONDITIONAL(ip < ip_limit);
547 if (loop)
550 } while (FASTLZ_EXPECT_CONDITIONAL(loop));
/freebsd-13-stable/stand/i386/libi386/
H A Drelocater_tramp.S103 * relocate data loop. load source, dest and size from
104 * relocater_data[i], 0 value will stop the loop.
111 loop.1:
114 jz loop.2
123 jmp loop.1
124 loop.2:
242 loop 1b
/freebsd-13-stable/tools/regression/security/proc_to_proc/
H A Dscenario.c271 int error, desirederror, loop; local
273 for (loop = 0; loop < LOOP_MAX+1; loop++) {
333 switch (loop) {
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_pwr8_cbcdec.c98 label(loop)
195 bdnz(loop)
273 label(loop)
378 bdnz(loop)
460 label(loop)
573 bdnz(loop)
H A Daes_pwr8_ctr.c112 label(loop)
207 bdnz(loop)
300 label(loop)
403 bdnz(loop)
500 label(loop)
611 bdnz(loop)
/freebsd-13-stable/usr.bin/usbhidctl/
H A Dusbhid.c65 static void dumpdata(int f, report_desc_t r, int loop);
302 dumpdata(int f, report_desc_t rd, int loop) argument
375 } while (loop || kind < 3);
454 int loop = 0; local
465 loop ^= 1;
528 dumpdata(f, r, loop);
/freebsd-13-stable/usr.bin/whois/
H A Dwhois.c138 int loop; member in struct:__anon16430
154 try_rir[i].loop = 0;
584 if (try_rir[i].loop == 0 &&
586 try_rir[i].loop = 1;
588 if (try_rir[i].loop != 0 && nhost != NULL &&
600 if (try_rir[i].loop == 0) {
/freebsd-13-stable/contrib/byacc/
H A Dreader.c812 loop:
821 goto loop;
833 goto loop;
843 goto loop;
860 goto loop;
906 loop:
915 goto loop;
919 goto loop;
929 goto loop;
938 goto loop;
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-septel.c50 * error occured, or -2 if we were told to break out of the loop.
78 loop:
83 * we were told to break out of the loop.
98 /* a couter is added here to avoid an infinite loop
115 goto loop ;
/freebsd-13-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c210 int loop; local
285 for (loop = 0; loop < maxloop; loop++) {
390 int msqid, loop; local
395 for (loop = 0; loop < maxloop; loop++) {
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_modcmd.c120 int i, rv, loop = 0; local
165 if (loop++ == 0)
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/config/
H A Dt_config.sh131 test_case loop pass "Checks correct handling of loops"
266 atf_add_test_case loop

Completed in 238 milliseconds

1234567891011