Searched refs:loops (Results 126 - 150 of 161) sorted by relevance

1234567

/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/extenTestTp/
H A DextenTestTp.cpp53 printf(" l=loops (default = %d)\n", LOOPS_DEF);
1309 unsigned loops = LOOPS_DEF; local
1333 loops = atoi(&argp[2]);
1398 for(unsigned loop=0; loop<loops; loop++) {
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dmakefile17 CFLAGS += -O3 -funroll-loops
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c1041 int loops; local
1065 loops = prev_threads_created = 0;
1106 ++loops;
1107 if (loops % 120 == 0) { /* every couple of minutes */
/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dglobfind.tcl53 links which might otherwise lead to infinite search loops. It reports hidden files by
/macosx-10.10.1/zsh-61/zsh/Src/
H A Djobs.c515 breaks = loops;
532 breaks = loops;
580 * Setting breaks = loops ensures a consistent return
581 * status if inside a loop. Maybe the code in loops
585 breaks = loops;
587 breaks = loops;
H A Dexec.c1383 breaks = loops;
1598 breaks = loops;
4818 breaks = loops;
/macosx-10.10.1/awk-20/src/
H A Dytab.c3102 { if (!inloop) SYNTAX("break illegal outside of loops");
3108 { if (!inloop) SYNTAX("continue illegal outside of loops");
/macosx-10.10.1/vim-55/runtime/syntax/
H A Ddosbatch.vim78 " Args to bat files and for loops, etc
H A Dmf.vim73 " Page 169: 'conditions and loops'
H A Dnatural.vim31 " loops
H A Dbtm.vim91 " //Variable used by FOR loops sometimes use %%<letter> in batchfiles
H A Dsqr.vim136 syn keyword sqrParam local locale loops max-columns max-lines
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c1880 int loops; local
1953 loops = prev_threads_created = 0;
1998 ++loops;
1999 if (loops % 120 == 0) { /* every couple of minutes */
/macosx-10.10.1/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm115 . 'Create a child process for loops' },
871 This option forces creation of a new child for loops. (See the
872 I<loop-timeout> option.) By default the loops are serialized.
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.cpp195 // We never allow traces that leave loops, but we do allow traces to enter
196 // nested loops. We also never allow traces to contain back-edges.
228 // Don't leave loops, and never follow back-edges.
239 // Ignore cycles that aren't natural loops.
269 // Ignore cycles that aren't natural loops.
329 const MachineLoopInfo *loops)
330 : Blocks(blocks), Loops(loops), Downward(false) {}
/macosx-10.10.1/vim-55/runtime/indent/
H A Dada.vim272 " End of loops
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnvmbcs.c2084 int32_t count, loops, oredEntries; local
2086 loops=count=targetCapacity>>4;
2129 count=loops-count;
3734 int32_t count, loops; local
3737 loops=count=targetCapacity>>2;
3760 count=loops-count;
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp1391 int32_t loops; local
1392 for (loops = 0; loops<10; loops++) {
1398 TEST_ASSERT(loops == 1);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl1890 set loops 0
1891 while { ($expvars < $nvars) && ($loops < $nvars - 1) } {
1902 incr loops
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl1890 set loops 0
1891 while { ($expvars < $nvars) && ($loops < $nvars - 1) } {
1902 incr loops
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl1877 set loops 0
1878 while { ($expvars < $nvars) && ($loops < $nvars - 1) } {
1889 incr loops
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm548 C<create_parser()> that does loops and stuff and calls
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm567 C<create_parser()> that does loops and stuff and calls
/macosx-10.10.1/OpenSSL098-52/src/engines/
H A Dmakeengines.com121 $! Set up two loops, one that keeps track of the engines,
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dada.vim190 \ 'y': ["annon", "loops and blocks with no identifier"]}

Completed in 400 milliseconds

1234567