Searched refs:loop (Results 276 - 300 of 321) sorted by relevance

<<111213

/freebsd-11-stable/contrib/tcsh/
H A Dsh.dir.c52 static struct directory dhead INIT_ZERO_STRUCT; /* "head" of loop */
200 int dflag = 0, loop = 1; local
201 for (n++; loop && *n != NULL && (*n)[0] == '-'; n++)
226 * dodirs - list all directories in directory loop
1187 * dnewcwd - make a new directory in the loop the current one
/freebsd-11-stable/sys/conf/
H A Dkern.mk56 -Wno-error=aggressive-loop-optimizations \
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c2355 int ret, loop, ocr = 0; local
2408 for (loop = 1; loop < MR_MAX_MSIX_REG_ARRAY;
2409 loop++) {
2410 sc->msix_reg_offset[loop] =
2412 (loop * 0x10);
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c2707 * committing the buffers one-by-one in the loop below.
2770 * second loop knows which buffers have actually
2850 loop:
2862 goto loop;
2866 goto loop;
2884 goto loop;
2903 goto loop;
2935 goto loop;
H A Dnfs_clvfsops.c1803 loop:
1813 goto loop;
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c3535 loop:
3557 goto loop;
3611 goto loop;
3643 * ( for example ) an uncached B_DELWRI might loop due
3663 goto loop;
3706 * reclaimation. This just sticks in a loop and
3712 * so we aren't effectively busy-waiting in a loop
3716 goto loop;
3737 goto loop;
4867 * parallel read. The shared->excl upgrade loop a
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcofflink.c1241 int loop = 1;
1249 while (loop)
1264 loop = 0;
1291 loop in _bfd_coff_link_input_bfd() and used to prevent skipping
2409 loop at the top of this function. */
1240 int loop = 1; local
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c1215 c->opt.md2.loop = MD2_LLOOP;
1256 c->opt.md2.loop = MD2_FDX;
1297 return (c->opt.md2.loop & MD2_LLOOP) != 0;
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c100 u_int8_t imr4, fill19, fmr0, fmr1, fmr2, loop, xsw, xsp; member in struct:f54wreg
120 u_int8_t imr4, fill19, fmr0, fmr1, fmr2, loop, xsw, xsp; member in struct:f54rreg
/freebsd-11-stable/lib/libedit/
H A Dreadline.c979 loop:
1007 goto loop;
/freebsd-11-stable/sys/dev/mcd/
H A Dmcd.c836 loop:
1016 goto loop;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc444 // We normally expect this loop to succeed after a few iterations. If it
1230 // bytes and read in a loop until termination.
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c1248 loop:
1372 goto loop;
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vnops.c250 loop:
374 goto loop;
634 * because the loop above resets bp to NULL on each iteration
968 * because the loop above resets bp to NULL on each iteration
/freebsd-11-stable/contrib/gcc/
H A Dcfglayout.c1213 bb->loop_father->copy loop, so this must be set up correctly in advance)
1229 struct loop *base, basic_block after)
1243 /* Add to loop. */
H A Dtree-flow-inline.h733 /* Returns the loop of the statement STMT. */
735 static inline struct loop *
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dconnect.c842 loop(krb5_context context, function
/freebsd-11-stable/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl676 loop .Lcbc_prefetch_sbox
/freebsd-11-stable/crypto/openssl/engines/
H A De_padlock.c621 loop up
998 * loop instead of copy the whole input and then encrypt in one stroke.
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v4.c1959 u_int loop, needed; local
1965 for (loop = 0; loop < needed; loop++, l1++) {
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm1204 ; rcx: used as argument counter for push parms loop
1248 add rax, rdx ; add space for push's in a loop below
/freebsd-11-stable/share/man/man4/
H A DMakefile709 MLINKS+=lo.4 loop.4
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daes-ia64.S102 brp.loop.imp .Le_top,.Le_end-16 };;
481 brp.loop.imp .Ld_top,.Ld_end-16 };;
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-x86_64.pl146 sub loop() {
239 &loop ($Xi);
145 sub loop() { subroutine
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp79 cl::desc("Disable generation of memcpy in loop idiom recognition"));
83 cl::desc("Disable generation of memmove in loop idiom recognition"));
92 "runtime loop count (mem transfer size) is known at compile-time."));
127 return "Recognize Hexagon-specific loop idioms";
258 INITIALIZE_PASS_BEGIN(HexagonLoopIdiomRecognize, "hexagon-loop-idiom",
259 "Recognize Hexagon-specific loop idioms", false, false)
267 INITIALIZE_PASS_END(HexagonLoopIdiomRecognize, "hexagon-loop-idiom",
268 "Recognize Hexagon-specific loop idioms", false, false)
560 explicit PolynomialMultiplyRecognize(Loop *loop, const DataLayout &dl, argument
563 : CurLoop(loop), D
[all...]

Completed in 597 milliseconds

<<111213