Searched refs:loops (Results 51 - 75 of 92) sorted by relevance

1234

/freebsd-11-stable/stand/pc98/kgzldr/
H A Dcrt.s46 xorl %ecx,%ecx # Zero for loops
/freebsd-11-stable/stand/i386/kgzldr/
H A Dcrt.s47 xorl %ecx,%ecx # Zero for loops
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c242 NO(uint32_t loops;) /* debugging */
556 NO(q->loops++;)
661 NO(q->loops++;)
879 D("loops %d queued %d V 0x%llx", q->loops, q->queued, (_P64)q->V);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp200 loops = &getAnalysis<MachineLoopInfo>();
235 // landing pads, or loops with many 'continue' statements. It is difficult to
308 // Ignore self-loops.
H A DMachineTraceMetrics.cpp295 // We never allow traces that leave loops, but we do allow traces to enter
296 // nested loops. We also never allow traces to contain back-edges.
330 // Don't leave loops, and never follow back-edges.
339 // Ignore cycles that aren't natural loops.
369 // Ignore cycles that aren't natural loops.
434 const MachineLoopInfo *loops) : Blocks(blocks), Loops(loops) {}
/freebsd-11-stable/contrib/gcc/
H A Dlambda-code.c118 static bool perfect_nestify (struct loops *,
325 /* Create a new loop nest structure with DEPTH loops, and INVARIANTS as the
1108 OUTERINDUCTIONVARS is an array of the induction variables for outer loops
1184 /* Return true if OP is invariant in LOOP and all outer loops. */
1207 OUTERINDUCTIONVARS is an array of induction variables for outer loops. */
1378 invariants as we do loops (one for each bound).
1460 gcc_loopnest_to_lambda_loopnest (struct loops *currloops,
1469 VEC(lambda_loop,heap) *loops = NULL;
1490 VEC_safe_push (lambda_loop, heap, loops, newloop);
1511 for (i = 0; VEC_iterate (lambda_loop, loops,
2442 perfect_nestify(struct loops *loops, struct loop *loop, VEC(tree,heap) *lbounds, VEC(tree,heap) *ubounds, VEC(int,heap) *steps, VEC(tree,heap) *loopivs) argument
[all...]
H A Difcvt.c3864 struct loops loops;
3866 flow_loops_find (&loops);
3867 mark_loop_exit_edges (&loops);
3868 flow_loops_free (&loops);
3858 struct loops loops; local
H A Dbasic-block.h182 struct loops;
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h116 #define mdelay(msecs) do { int loops = (msecs); \
117 while (loops--) DELAY(1000); \
/freebsd-11-stable/sys/dev/ex/
H A Dif_ex.c626 int loops = 100; local
632 while (loops-- > 0 &&
646 if (loops == 0)
647 printf("100 loops are not enough\n");
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.c2202 uint32_t loops; local
2210 loops = now.tv_sec - V_last_tv_sec;
2212 if (loops > BW_METER_BUCKETS)
2213 loops = BW_METER_BUCKETS;
2221 for (i = (now.tv_sec - loops) % BW_METER_BUCKETS; loops > 0; loops--) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_request.c1410 int loops; local
1432 for (loops = 0; loops != 2; ++loops) {
1462 if (!loops && !p) {
1467 } else if (loops && p) {
H A Dntp_io.c697 size_t loops; local
709 loops = sizeof(NSRCADR6(a)) / sizeof(*pa);
714 loops = sizeof(NSRCADR(a)) / sizeof(*pa);
719 for (pa_limit = pa + loops; pa < pa_limit; pa++, pb++, pm++)
/freebsd-11-stable/sys/dev/isp/
H A Disp.c174 int loops, i, dodnld = 1; local
444 for (val = loops = 0; loops < 30000; loops++) {
460 for (loops = 0; loops < 10000; loops++) {
464 for (val = loops = 0; loops < 500000; loops
7778 int loops = 0; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp211 const unsigned loops = size / unsigned_bits; local
221 for (unsigned i = 0; i < loops; ++i) {
/freebsd-11-stable/sys/dev/sound/isa/
H A Dmss.c1089 int loops = 10; local
1123 if (--loops) goto again;
1126 if (loops == 0) BVDDB(printf("intr, nothing in mcir11 0x%02x\n", mc11));
1142 if (--loops) goto again;
1144 DEB(printf("xxx too many loops\n");)
/freebsd-11-stable/sys/arm64/arm64/
H A Dpmap.c3556 int loops = 0; local
3569 loops++;
3570 if (loops >= 16)
3573 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) {
3580 loops++;
3581 if (loops >= 16)
/freebsd-11-stable/sys/powerpc/aim/
H A Dmmu_oea64.c1885 int loops; local
1891 loops = 0;
1899 if (++loops >= 16)
H A Dmmu_oea.c1596 int loops; local
1602 loops = 0;
1610 if (++loops >= 16)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dpmap.c2029 int loops; local
2034 loops = 0;
2044 if (++loops >= 16)
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c2616 int loops = 0; local
2630 loops++;
2631 if (loops >= 16)
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c4429 int loops = 0; local
4441 loops++;
4442 if (loops >= 16)
4445 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) {
4452 loops++;
4453 if (loops >= 16)
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c5765 int loops = 0; local
5777 loops++;
5778 if (loops >= 16)
5781 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) {
5788 loops++;
5789 if (loops >= 16)
/freebsd-11-stable/share/mk/
H A Dbsd.cpu.mk98 _CPUCFLAGS = -march=i686 -falign-functions=0 -falign-jumps=0 -falign-loops=0
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dlib1funcs.asm859 rsbmi r1, r1, #0 @ loops below use unsigned.
953 rsbmi r1, r1, #0 @ loops below use unsigned.

Completed in 271 milliseconds

1234