Home
last modified time | relevance | path

Searched refs:loops (Results 101 – 125 of 176) sorted by relevance

12345678

/freebsd/sys/arm/arm/
H A Dpmap-v6.c5803 int loops = 0; in pmap_page_exists_quick() local
5815 loops++; in pmap_page_exists_quick()
5816 if (loops >= 16) in pmap_page_exists_quick()
5819 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) { in pmap_page_exists_quick()
5826 loops++; in pmap_page_exists_quick()
5827 if (loops >= 16) in pmap_page_exists_quick()
/freebsd/contrib/diff/
H A DNEWS83 * Recursive diffs now detect and report directory loops.
H A DChangeLog250 loops.
2880 * diff3.c (using_to_diff3_block): Fold repeated code into loops.
3523 The first loops to discard provisionals from ends failed to step.
3524 In second such loops, keep discarding all consecutive provisionals.
3807 * io.c (find_identical_ends): Use sentinels to make the loops faster.
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c4133 int loops = 0; in mmu_radix_page_exists_quick() local
4147 loops++; in mmu_radix_page_exists_quick()
4148 if (loops >= 16) in mmu_radix_page_exists_quick()
4151 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) { in mmu_radix_page_exists_quick()
4158 loops++; in mmu_radix_page_exists_quick()
4159 if (loops >= 16) in mmu_radix_page_exists_quick()
H A Dmmu_oea64.c2387 int loops; in moea64_page_exists_quick() local
2393 loops = 0; in moea64_page_exists_quick()
2401 if (++loops >= 16) in moea64_page_exists_quick()
/freebsd/contrib/tcsh/
H A DWishList117 Fix history in loops.
H A Dcomplete.tcsh131 thread-jumps unroll-all-loops unroll-loops syntax-only all-virtual \
/freebsd/contrib/nvi/cl/
H A DREADME.signal44 interrupt characters (e.g. ":map a ixx^[hxxaXXX" infinitely loops in
/freebsd/sys/dev/isp/
H A DHardware.txt196 'B' ports- which are completely separate loops). This seems to work
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td23 // For small loops, expand by a small factor to hide the backedge cost.
H A DX86ScheduleAtom.td26 // simple loops, expand by a small factor to hide the backedge cost.
H A DX86ScheduleZnver3.td37 // The size of the µop cache is big enough for holding most critical loops.
39 // with large values here the compilation of certain loops
H A DX86ScheduleZnver4.td33 // The size of the µop cache is big enough for holding most critical loops.
35 // with large values here the compilation of certain loops
/freebsd/sys/contrib/device-tree/Bindings/connector/
H A Dusb-connector.yaml233 description: Allows PMIC charger loops which are slow(i.e. cannot meet the 15ms deadline) to
/freebsd/contrib/bmake/
H A DChangeLog414 o for.c: skip syntactically wrong .for loops
803 o for.c: clean up handling of .for loops
839 o for.c: clean up handling of .for loops and .include directives
862 o fix memory leak for filenames in .for loops
1108 o for.c: prevent newline injection (from ${.newline}) in .for loops
1328 make control flow in SubstVarLong of .for loops more obvious
1329 clean up SubstVarShort in .for loops
1387 fix line numbers in .for loops
1423 o for.c: clean up Buf_AddEscaped in .for loops
1715 o for.c: clean up code for handling .for loops
H A Dbmake.cat1278 conditional directives, for loops, other directives, and comments.
1100 Environment (ODE) make. Unlike ..ffoorr loops, expansion occurs at the
1207 loops. All these directives are identified by a line beginning with a
1393 For loops are typically used to apply a set of rules to a list of files.
1727 ++oo Directives, including for loops and conditionals and most of
/freebsd/sys/kern/
H A Dkern_rwlock.c102 SYSCTL_U16(_debug_rwlock, OID_AUTO, loops, CTLFLAG_RW, &rowner_loops, 0, "");
H A Dkern_sx.c149 SYSCTL_U16(_debug_sx, OID_AUTO, loops, CTLFLAG_RW, &asx_loops, 0, "");
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1493 def falign_loops_EQ : Joined<["-"], "falign-loops=">, Group<f_Group>,
1495 HelpText<"N must be a power of two. Align loops to the boundary">,
2745 defm xray_ignore_loops : BoolFOption<"xray-ignore-loops",
2748 "Don't instrument functions with loops"
3837 def funroll_loops : Flag<["-"], "funroll-loops">, Group<f_Group>,
3839 def fno_unroll_loops : Flag<["-"], "fno-unroll-loops">, Group<f_Group>,
3841 defm reroll_loops : BoolFOption<"reroll-loops",
3845 def ffinite_loops: Flag<["-"], "ffinite-loops">, Group<f_Group>,
3847 def fno_finite_loops: Flag<["-"], "fno-finite-loops">, Group<f_Group>,
6433 PosFlag<SetTrue, [], [ClangOption], "Create unit-strided versions of loops">,
[all …]
/freebsd/sys/arm64/arm64/
H A Dpmap.c6602 int loops = 0; in pmap_page_exists_quick() local
6615 loops++; in pmap_page_exists_quick()
6616 if (loops >= 16) in pmap_page_exists_quick()
6619 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) { in pmap_page_exists_quick()
6626 loops++; in pmap_page_exists_quick()
6627 if (loops >= 16) in pmap_page_exists_quick()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1724 // has having opaque side effects. This may be inserted into loops to ensure
1726 // which specify that infinite loops must be preserved.
2419 //===---------- Intrinsics to control hardware supported loops ----------===//
/freebsd/sys/netinet/
H A Dtcp_hpts.c281 SYSCTL_COUNTER_U64(_net_inet_tcp_hpts_stats, OID_AUTO, loops, CTLFLAG_RD,
/freebsd/sys/amd64/amd64/
H A Dpmap.c8363 int loops = 0; in pmap_page_exists_quick() local
8376 loops++; in pmap_page_exists_quick()
8377 if (loops >= 16) in pmap_page_exists_quick()
8380 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) { in pmap_page_exists_quick()
8387 loops++; in pmap_page_exists_quick()
8388 if (loops >= 16) in pmap_page_exists_quick()
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c1693 static void bwn_nphy_run_samples(struct bwn_mac *mac, uint16_t samps, uint16_t loops, in bwn_nphy_run_samples() argument
1737 if (loops != 0xFFFF) in bwn_nphy_run_samples()
1738 BWN_PHY_WRITE(mac, BWN_NPHY_SAMP_LOOPCNT, (loops - 1)); in bwn_nphy_run_samples()
1740 BWN_PHY_WRITE(mac, BWN_NPHY_SAMP_LOOPCNT, loops); in bwn_nphy_run_samples()
/freebsd/contrib/file/
H A DChangeLog250 * rewrite confusing loops (SonarQube)
2010 * Avoid infinite loops caused by bad elf alignments

12345678