Searched refs:loop (Results 151 - 175 of 493) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/cfileTest/
H A DcfileTest.c418 int loop; local
503 for(loop=1; ; loop++) {
508 printf("..loop %d plaintext size %d\n", loop, ptextLen);
569 if(loop == loops) {
573 } /* main loop */
/macosx-10.9.5/WebCore-7537.78.1/platform/leveldb/
H A DLevelDBTransaction.cpp426 bool loop = true; local
428 while (loop) {
429 loop = false;
443 loop = true;
446 loop = true;
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml153 * goto loop
154 * loop:
165 * br endcond, loop, endloop
179 (* Make the new basic block for the loop header, inserting after current
181 let loop_bb = append_block context "loop" the_function in
190 (* Within the loop, the variable is defined equal to the PHI node. If it
198 (* Emit the body of the loop. This, like any other expr, can change the
215 * the body of the loop mutates the variable. *)
224 (* Create the "after loop" block and insert it. *)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml103 (* Make the new basic block for the loop header, inserting after current
107 let loop_bb = append_block context "loop" the_function in
119 (* Within the loop, the variable is defined equal to the PHI node. If it
127 (* Emit the body of the loop. This, like any other expr, can change the
149 (* Create the "after loop" block and insert it. *)
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.parse.c2296 struct scroll_tab_list *loop; local
2303 for(loop = scroll_tab; loop && (tmp >= 0); loop = loop->next)
2304 ptr[--tmp] = loop->element;
2317 struct scroll_tab_list *loop; local
2320 loop = scroll_tab;
2322 xfree(loop->element);
2323 xfree(loop);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/encodings/
H A DGenCompactCodings351 for {set loop 0} {$loop < 4} {incr loop} {
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioBufferSourceNode.cpp148 if (!loop()) {
223 // If the .loop attribute is true, then values of m_loopStart == 0 && m_loopEnd == 0 implies
224 // that we should use the entire buffer as the loop, otherwise use the loop values in m_loopStart and m_loopEnd.
228 if (loop() && (m_loopStart || m_loopEnd) && m_loopStart >= 0 && m_loopEnd > 0 && m_loopStart < m_loopEnd) {
240 // Sanity check that our playback rate isn't larger than the loop size.
247 // Render loop - reading from the source buffer to the destination using linear interpolation.
289 if (loop()) {
297 // FIXME: as an optimization, try to get rid of this inner-loop check and put assertions and guards before the loop
[all...]
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DThreaded.pm82 The module defines the following methods, used by HTTP::Proxy main loop:
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Doffsets.rb110 loop {
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/
H A DMakefile41 SHOPT_OPTIMIZE == 1 /* optimize loop invariants */
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddtmethod.c93 dt->data->size = dt->data->loop = 0;
H A Ddtopen.c97 data->ntab = data->size = data->loop = 0;
/macosx-10.9.5/ntp-88/scripts/
H A Dntpsweep.in74 An '= ' before a peer means a loop. Recursion stops here.
249 # we've detected a loop !
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Devent_server.c104 /* within the event loop, whenever an I/O or timer event has happened,
527 MAIL_SERVER_LOOP_FN loop = 0; local
721 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
891 * The event loop, at last.
901 delay = loop ? loop(event_server_name, event_server_argv) : -1;
H A Dmulti_server.c101 /* within the event loop, whenever an I/O or timer event has happened,
523 MAIL_SERVER_LOOP_FN loop = 0; local
717 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
880 * The event loop, at last.
890 delay = loop ? loop(multi_server_name, multi_server_argv) : -1;
H A Dsingle_server.c95 /* within the event loop, whenever an I/O or timer event has happened,
410 MAIL_SERVER_LOOP_FN loop = 0; local
600 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
753 * The event loop, at last.
763 delay = loop ? loop(single_server_name, single_server_argv) : -1;
H A Dtrigger_server.c102 /* within the event loop, whenever an I/O or timer event has happened,
419 MAIL_SERVER_LOOP_FN loop = 0; local
611 loop = va_arg(ap, MAIL_SERVER_LOOP_FN);
658 * socket stays readable, so that the program goes into a wasteful loop.
779 * The event loop, at last.
789 delay = loop ? loop(trigger_server_name, trigger_server_argv) : -1;
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/package/
H A Dold.rb119 loop do
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpdemo.tcl163 label .op.f.f3.v0.value -anchor w -textvariable test(loop)
392 proc test_10list {loop} {
398 ftp::DisplayMsg $test(conn) "*** TEST $loop.1 (long directory listing) ***" header
406 proc test_20nlist {loop} {
412 ftp::DisplayMsg $test(conn) "*** TEST $loop.2 (short directory listing) ***" header
425 proc test_30dir {loop} {
430 ftp::DisplayMsg $test(conn) "*** TEST $loop.3 (directory commands cd,mkdir,rmdir) ***" header
450 proc test_40afile {loop} {
456 ftp::DisplayMsg $test(conn) "*** TEST $loop.4 (put/get ascii files) ***" header
485 proc test_50bfile {loop} {
[all...]
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dvhdl.vim40 \ s:notend.'\<loop\>:\<end\s\+loop\>,'.
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Doasys.c71 bfd_boolean loop = TRUE; local
100 while (loop)
177 loop = FALSE;
343 bfd_boolean loop = TRUE; local
362 while (loop)
531 loop = FALSE;
546 bfd_boolean loop = TRUE; local
562 while (loop)
622 loop = FALSE;
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dqsort.c110 loop: SWAPINIT(a, es);
178 goto loop;
/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dmut_win32.c134 loop: /* Attempt to acquire the resource for N spins. */
212 * loop is needed to work around a race where the signal from the
234 goto loop;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep038.tcl165 set loop 10
171 while { $i < $loop } {
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/Proxy/Engine/
H A DScoreBoard.pm198 last unless $proxy->loop();
243 The module defines the following methods, used by HTTP::Proxy main loop:

Completed in 466 milliseconds

1234567891011>>