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

1234567891011

/freebsd-13-stable/contrib/tcsh/
H A Ded.chared.c3730 int loop; local
3742 for (loop=0; loop < UndoSize; loop++) /* copy the chars */
3760 for (loop = 0; loop < UndoSize; loop++) /* copy the chars */
3774 for (loop = 0; loop < size; loop
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c61 /* Window buffer, which is a loop buffer. */
126 int loop; member in struct:lzx_dec
2642 ds->loop = 0;
2656 ds->loop = 0;
2671 ds->loop = 0;
2685 ds->loop = 256;
2702 ds->loop = 0;
2716 ds->loop = 0;
3022 if (ds->loop == 0)
3024 for (i = ds->loop;
[all...]
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_domain.c560 * Note: drec->fc_id is ALPA from read_topology only if loop
573 * If the loop position map includes ALPA == 0, then we are in a public loop (NL_PORT)
577 domain->is_nlport = drec->map.loop[1] == 0x00;
581 drec->is_loop ? (domain->is_nlport ? "public-loop" : "loop") : "other",
589 uint32_t count = drec->map.loop[0];
592 if (drec->map.loop[i] != drec->fc_id) {
596 drec->fc_id, drec->map.loop[i]);
597 node = ocs_node_alloc(sport, drec->map.loop[
[all...]
H A Docs_common.h116 uint8_t loop[128]; /**< FC-AL position map */ member in union:ocs_domain_record_s::__anon13748
241 is_loop:1, /**< is loop topology */
242 is_nlport:1, /**< is public loop */
/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_delete.c294 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
344 goto loop;
351 goto loop;
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl86 loop?:
296 [A0] B loop?
317 ;; end of loop?
H A Dkeccak1600-c64x.pl118 loop?:
370 ||[A0] BNOP loop?
397 ;;===== branch to loop? is taken here
625 || ADDKPC loop?,RA
628 loop?:
771 loop?:
803 ADDKPC loop?,RA
/freebsd-13-stable/bin/sh/
H A Dexec.c430 goto loop;
433 goto loop;
436 goto loop;
/freebsd-13-stable/crypto/openssl/crypto/
H A Dia64cpuid.S69 brp.loop.imp .L_wipe_top,.L_wipe_end-16
192 brp.loop.imp .Loop_cmp_ctop,.Loop_cmp_cend-16
/freebsd-13-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl22 # For reference, [4x] unrolled loop is >40% faster than folded one.
23 # It's possible to unroll loop 8 times on PA-RISC 2.0, but improvement
171 ldo 1($XX[0]),$XX[0] ; warm up loop
235 ldo -1($XX[0]),$XX[0] ; chill out loop
/freebsd-13-stable/contrib/bmake/mk/
H A Dauto.obj.mk23 # If we get to the end of the loop, a plain mkdir will issue an error.
H A Dsys.mk128 # If we get to the end of the loop, a plain mkdir will issue an error.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dmoderrs.exp26 unfinished-loop:
35 loop-close:
/freebsd-13-stable/contrib/less/
H A Dedit.c820 loop:
851 goto loop;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S21 * ITER -- number of iterations of the main division loop which will
121 ! division loop will mess up the first time around.
160 ! Fall through into divide loop
H A Dmodsi3.S21 * ITER -- number of iterations of the main division loop which will
121 ! division loop will mess up the first time around.
160 ! Fall through into divide loop
/freebsd-13-stable/contrib/lua/src/
H A Dlvm.c35 ** By default, use jump tables in the main interpreter loop on gcc
169 ** of the loop. Return true if the loop must not run; otherwise, '*p'
177 ** is too negative, the loop should not run, because any initial
180 ** correct; even a limit of LUA_MININTEGER would run the loop once for
205 ** Prepare a numerical for loop (opcode OP_FORPREP).
206 ** Return true to skip the loop. Otherwise,
209 ** ra + 1 : loop counter (integer loops) or limit (float loops)
217 if (ttisinteger(pinit) && ttisinteger(pstep)) { /* integer loop? */
225 return 1; /* skip the loop */
296 int loop; /* counter to avoid infinite loops */ local
339 int loop; /* counter to avoid infinite loops */ local
[all...]
/freebsd-13-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-13-stable/usr.bin/netstat/
H A Dif.c605 loop:
654 goto loop;
/freebsd-13-stable/contrib/cortex-strings/src/arm/
H A Dmemchr.S47 @ Removed unneeded cbz from align loop
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_mutex.cpp542 rep.AddMutex(r->loop[i].mtx_ctx0);
543 rep.AddUniqueTid((int)r->loop[i].thr_ctx);
544 rep.AddThread((int)r->loop[i].thr_ctx);
549 u32 stk = r->loop[i].stk[j];
/freebsd-13-stable/stand/i386/mbr/
H A Dmbr.S69 loop main.1 # done
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dmockfs.hh364 void loop();
/freebsd-13-stable/sys/netinet/
H A Digmp.c185 * a loop whose control variables are directly affected by the release
549 igmp_dispatch_queue(struct mbufq *mq, int limit, const int loop) argument
557 if (loop)
1693 int loop, uri_fasthz; local
1695 loop = 0;
1747 loop = (igi->igi_flags & IGIF_LOOPBACK) ? 1 : 0;
1780 igmp_dispatch_queue(&qrq, 0, loop);
1781 igmp_dispatch_queue(&scq, 0, loop);
1946 * as we are called from a loop which traverses
3364 int retval __unused, loop; local
[all...]
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl22 # - modulo-scheduling outer loop would eliminate quite a number of
23 # stalls after ldf8, xma and getf.sig outside inner loop and
41 # core loop happens to match 512-bit timing. Either way, it resulted
155 brp.loop.imp .L1st_ctop,.L1st_cend-16
222 brp.loop.imp .Linner_ctop,.Linner_cend-16
244 // This loop spins in 4*(n+7) ticks on Itanium 2 and should spin in
313 brp.loop.imp .Lsub_ctop,.Lsub_cend-16
342 brp.loop.imp .Lcopy_ctop,.Lcopy_cend-16
381 .skip 48 // aligns loop body
496 brp.loop
[all...]

Completed in 427 milliseconds

1234567891011