Searched refs:loop (Results 76 - 100 of 493) sorted by relevance

1234567891011>>

/macosx-10.9.5/curl-78.94.1/curl/docs/examples/
H A Devhiperfifo.c80 struct ev_loop *loop; member in struct:_GlobalInfo
117 ev_timer_stop(g->loop, &g->timer_event);
122 ev_timer_start(g->loop, &g->timer_event);
124 timer_cb(g->loop, &g->timer_event, 0);
200 ev_timer_stop(g->loop, &g->timer_event);
224 ev_io_stop(g->loop, &f->ev);
242 ev_io_stop(g->loop, &f->ev);
246 ev_io_start(g->loop, &f->ev);
411 ev_io_start(g->loop, &g->fifo_event);
423 g.loop
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dz8k-dis.c301 int nibl_count, loop; local
308 loop = 0;
311 while (z8k_table[instr_data->tabl_index].byte_info[loop] != 0)
318 tabl_datum = z8k_table[instr_data->tabl_index].byte_info[loop];
470 loop += 1;
528 int loop, loop_limit; local
534 for (loop = 0; loop < loop_limit; loop++)
536 if (loop)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioBufferSourceNode.idl42 attribute boolean loop; // This is the proper attribute name from the specification.
52 [Conditional=LEGACY_WEB_AUDIO] attribute boolean looping; // This is an alias for the .loop attribute for backwards compatibility.
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dtoy.ml19 (* Run the main "interpreter loop" now. *)
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestdomnode.c33 GMainLoop* loop; member in struct:__anon5562
38 if (g_main_loop_is_running(fixture->loop))
39 g_main_loop_quit(fixture->loop);
46 fixture->loop = g_main_loop_new(NULL, TRUE);
54 g_main_loop_run(fixture->loop);
60 g_main_loop_unref(fixture->loop);
H A Dtestcopyandpaste.c37 GMainLoop* loop; member in struct:__anon5559
62 fixture->loop = g_main_loop_new(NULL, TRUE);
73 g_main_loop_unref(fixture->loop);
108 g_main_loop_quit(fixture->loop);
133 g_main_loop_run(fixture->loop);
177 g_main_loop_quit(currentFixture->loop);
226 g_main_loop_run(fixture->loop);
H A Dtestkeyevents.c38 GMainLoop* loop; member in struct:__anon5566
65 fixture->loop = g_main_loop_new(NULL, TRUE);
76 g_main_loop_unref(fixture->loop);
96 g_main_loop_quit(fixture->loop);
139 g_main_loop_run(fixture->loop);
204 g_main_loop_quit(fixture->loop);
220 g_main_loop_quit(fixture->loop);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DCalcSpillWeights.cpp114 MachineLoop *loop = 0; local
139 // Get loop info for mi.
142 loop = Loops.getLoopFor(mbb);
143 loopDepth = loop ? loop->getLoopDepth() : 0;
144 isExiting = loop ? loop->isLoopExiting(mbb) : false;
152 // Give extra weight to what looks like a loop induction variable update.
/macosx-10.9.5/CPANInternal-140/TimeDate/t/
H A Ddate.t137 $loop = 2;
151 print "",($y == $time) ? "ok $loop\n" : "not ok $loop # $y != $time\n";
155 print "not ok $loop # $_\n";
158 $loop++;
H A Dgetdate.t153 $loop = 1;
161 if($loop < 6) {
187 print "ok $loop\n";
191 print "-"x50,"\nFAIL $loop\n";
196 $loop++;
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/
H A Daclconf.c136 dns_acl_t loop; local
147 "acl loop detected: %s", aclname);
162 * Add a loop detection element.
164 memset(&loop, 0, sizeof(loop));
165 ISC_LINK_INIT(&loop, nextincache);
166 DE_CONST(aclname, loop.name);
167 loop.magic = LOOP_MAGIC;
168 ISC_LIST_APPEND(ctx->named_acl_cache, &loop, nextincache);
171 ISC_LIST_UNLINK(ctx->named_acl_cache, &loop, nextincach
[all...]
/macosx-10.9.5/ruby-104/ruby/symbian/
H A Dconfigure.bat8 :loop label
20 goto :loop
27 goto :loop
33 goto :loop
37 goto :loop
43 goto :loop
49 goto :loop
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dloop.c2 * loop.c - loop execution
31 #include "loop.pro"
52 Wordcode end, loop; local
104 loop = state->pc;
158 state->pc = loop;
201 Wordcode end, loop; local
240 loop = state->pc;
287 state->pc = loop;
368 Wordcode end, loop; local
437 Wordcode end, loop; local
[all...]
/macosx-10.9.5/zsh-60/zsh/Test/
H A DA01grammar.ztst150 0:`for' loop
159 0:`for' loop with newline before in keyword
167 0:arithmetic `for' loop
175 0:enhanced `for' syntax with two loop variables
182 0:enhanced `for' syntax with three loop variables
200 0:`while' loop
210 0:`until' loop
218 0:`repeat' loop
274 0:`select' loop
491 0:Bug regression: `while' loop wit
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c176 int norm_shift,i,j,loop; local
218 loop=num_n-div_n;
224 wnum.d= &(snum->d[loop]);
238 if (!bn_wexpand(res,(loop+1))) goto err;
239 res->top=loop;
240 resp= &(res->d[loop-1]);
255 for (i=0; i<loop-1; i++)
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-canusb-linux.c83 volatile int* loop; member in struct:canusb_t
87 static volatile int loop; variable
240 while(*canusb->loop)
271 canusb.loop = &loop;
273 loop = 1;
295 loop = 0;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestatomic.c311 apr_uint32_t loop; member in struct:tbox_t
334 } while (--tbox->loop);
347 } while (--tbox->loop);
355 } while (--tbox->loop);
368 } while (--tbox->loop);
381 } while (--tbox->loop);
397 } while (--tbox->loop);
410 } while (--tbox->loop);
439 tbox[i].loop = 50;
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestatomic.c310 apr_uint32_t loop; member in struct:tbox_t
333 } while (--tbox->loop);
346 } while (--tbox->loop);
354 } while (--tbox->loop);
367 } while (--tbox->loop);
380 } while (--tbox->loop);
396 } while (--tbox->loop);
409 } while (--tbox->loop);
438 tbox[i].loop = 50;
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_thread.rb54 Thread.new{loop{Thread.pass}}
100 loop{}
126 loop{}
207 t = Thread.new { loop {} }
291 loop { g.next }
296 loop { g.next }
301 loop { g.next }
306 loop { g.next }
311 loop { g.next }
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.cpp229 for ( int loop = 0; loop < kSCSIParallelFeature_TotalFeatureCount; loop++ )
232 fSCSIParallelFeatureRequest[loop] = kSCSIParallelFeature_NoNegotiation;
233 fSCSIParallelFeatureResult[loop] = kSCSIParallelFeature_NegotitiationUnchanged;
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dprime.rb280 loop do
286 loop do
353 loop do
444 loop do
504 loop do
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/
H A Dex_dbclient.c88 loop:
128 goto loop;
135 goto loop;
/macosx-10.9.5/BerkeleyDB-21/db/mutex/
H A Dmut_tas.c112 loop: /* Attempt to acquire the resource for N spins. */
192 goto loop;
209 goto loop;
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep048.tcl128 set loop [expr $niter / $div]
131 rep_test_bulk $method $masterenv $masterdb $loop $start $start 0
133 set start [expr $start + $loop]
/macosx-10.9.5/CPANInternal-140/Perl4-CoreLibs-0.003/lib/
H A Dtermcap.pl23 local($TERMCAP,$_,$entry,$loop,$field);
41 $loop = "
59 eval $loop;

Completed in 266 milliseconds

1234567891011>>