Home
last modified time | relevance | path

Searched refs:loops (Results 76 – 100 of 176) sorted by relevance

12345678

/freebsd/usr.bin/compress/doc/
H A Drevision.log39 * loops in clear routines. Added "-C" flag for 2.0 compatibility. Used
/freebsd/contrib/bc/locales/
H A Dpt_BR.ISO8859-1.msg72 22 "POSIX n�o permite operadores de compara��o fora das express�es 'if' ou loops"
H A Dpt_BR.ISO8859-15.msg72 22 "POSIX n�o permite operadores de compara��o fora das express�es 'if' ou loops"
H A Dpt_BR.UTF-8.msg72 22 "POSIX não permite operadores de comparação fora das expressões 'if' ou loops"
H A Dpt_BR.utf8.msg72 22 "POSIX não permite operadores de comparação fora das expressões 'if' ou loops"
H A Dpt_PT.ISO8859-1.msg72 22 "POSIX n�o permite operadores de compara��o fora das express�es 'if' ou loops"
H A Dpt_PT.ISO8859-15.msg72 22 "POSIX n�o permite operadores de compara��o fora das express�es 'if' ou loops"
H A Dpt_PT.UTF-8.msg72 22 "POSIX não permite operadores de comparação fora das expressões 'if' ou loops"
H A Dpt_PT.utf8.msg72 22 "POSIX não permite operadores de comparação fora das expressões 'if' ou loops"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def259 LANGOPT(OpenMPThreadSubscription , 1, 0, "Assume work-shared loops do not have more iterations tha…
260 LANGOPT(OpenMPTeamSubscription , 1, 0, "Assume distributed loops do not have more iterations than …
441 COMPATIBLE_VALUE_LANGOPT(LoopAlignment, 32, 0, "Default alignment for loops")
/freebsd/contrib/ntp/scripts/monitoring/
H A DREADME150 it has a bug related to dates crossing 1970, causing endless loops..
/freebsd/contrib/tcsh/
H A DFixes24 5. PR/113: Sobomax: avoid infinite loops for -c commands when stdout is
26 4. Avoid infinite loops during history loads when merging, print a better
133 11. fix if history in loops
287 18. Fix small bug in history in loops.
306 3. Add history in loops (Laurence Darby, m48)
563 21. Handle breaksw that jumps out of loops.
1362 54. Don't echo history expansion in loops:
1799 10. Foreach loops were broken again.
1836 7. seek to the end on errors in loops.
1839 4. foreach loops and if statements in aliases.
[all …]
/freebsd/stand/forth/
H A Dcheck-password.4th44 \ This function blocks program flow (loops forever) until a key is pressed.
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.def108 // MACHINE_FUNCTION_ANALYSIS("machine-loops", MachineLoopInfoAnalysis())
/freebsd/share/mk/
H A Dbsd.cpu.mk90 _CPUCFLAGS = -march=i686 -falign-functions=0 -falign-jumps=0 -falign-loops=0
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp225 const unsigned loops = size / unsigned_bits; in CalculateHash() local
235 for (unsigned i = 0; i < loops; ++i) { in CalculateHash()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqoriq-clock.txt5 multiple phase locked loops (PLL) to create a variety of frequencies
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm17 ;; unrolled SPLOOP-free loops - at ~8*n and ~5*n. Below assembler
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp452 const MachineLoopInfo *loops) : Blocks(blocks), Loops(loops) {} in LoopBounds()
/freebsd/sys/contrib/zstd/programs/
H A DMakefile26 ALIGN_LOOP = -falign-loops=32
/freebsd/sys/riscv/riscv/
H A Dpmap.c3785 int loops = 0; in pmap_page_exists_quick() local
3799 loops++; in pmap_page_exists_quick()
3800 if (loops >= 16) in pmap_page_exists_quick()
3803 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) { in pmap_page_exists_quick()
3810 loops++; in pmap_page_exists_quick()
3811 if (loops >= 16) in pmap_page_exists_quick()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c680 size_t loops; in addr_samesubnet() local
692 loops = sizeof(NSRCADR6(a)) / sizeof(*pa); in addr_samesubnet()
697 loops = sizeof(NSRCADR(a)) / sizeof(*pa); in addr_samesubnet()
702 for (pa_limit = pa + loops; pa < pa_limit; pa++, pb++, pm++) in addr_samesubnet()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c1663 int loops; in moea_page_exists_quick() local
1669 loops = 0; in moea_page_exists_quick()
1677 if (++loops >= 16) in moea_page_exists_quick()
/freebsd/sys/powerpc/booke/
H A Dpmap.c1996 int loops; in mmu_booke_page_exists_quick() local
2001 loops = 0; in mmu_booke_page_exists_quick()
2009 if (++loops >= 16) in mmu_booke_page_exists_quick()
/freebsd/sys/i386/i386/
H A Dpmap.c4733 int loops = 0; in __CONCAT() local
4745 loops++; in __CONCAT()
4746 if (loops >= 16) in __CONCAT()
4749 if (!rv && loops < 16 && (m->flags & PG_FICTITIOUS) == 0) { in __CONCAT()
4756 loops++; in __CONCAT()
4757 if (loops >= 16) in __CONCAT()

12345678