HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 176 - 200 of 609) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/v8/src/ia32/
builtins-ia32.cc 243 { Label loop, entry; local
247 __ bind(&loop);
252 __ j(below, &loop);
304 Label loop, entry; local
307 __ bind(&loop);
311 __ j(greater_equal, &loop);
408 // Copy arguments to the stack in a loop.
409 Label loop, entry; local
412 __ bind(&loop);
418 __ j(not_equal, &loop);
674 { Label loop; local
833 Label entry, loop; local
967 Label loop, entry; local
1063 Label loop, entry, done; local
1234 Label loop, entry; local
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_harness.cc 52 // Due to synchronization of the IO loop, the caller will always be alive
281 // classes using the the UI message loop. Defer to their handling.
416 MessageLoop* loop = MessageLoop::current(); local
417 bool did_allow_nestable_tasks = loop->NestableTasksAllowed();
418 loop->SetNestableTasksAllowed(true);
419 loop->PostDelayedTask(
424 loop->Run();
425 loop->SetNestableTasksAllowed(did_allow_nestable_tasks);
  /external/esd/include/
audiofile.h 116 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 180 Label loop, entry; local
183 __ bind(&loop);
187 __ b(lt, &loop);
286 Label loop, entry; local
289 __ bind(&loop);
294 __ b(lt, &loop);
409 Label loop, entry; local
412 __ bind(&loop);
420 __ b(lt, &loop);
883 { Label loop, entry; local
956 Label loop, entry; local
1079 Label loop, entry; local
1406 { Label loop; local
1575 Label entry, loop; local
    [all...]
codegen-arm.cc 109 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
155 // Prepare for conversion loop.
188 __ bind(&loop);
226 __ b(lt, &loop);
244 Label entry, loop, convert_hole, gc_required, only_change_map; local
268 // Prepare for conversion loop.
290 __ bind(&loop);
319 __ b(lt, &loop);
  /external/v8/src/mips/
builtins-mips.cc 185 Label loop, entry; local
188 __ bind(&loop);
192 __ Branch(&loop, lt, scratch1, Operand(scratch2));
295 Label loop, entry; local
298 __ bind(&loop);
303 __ Branch(&loop, lt, elements_array_storage, Operand(elements_array_end));
417 Label loop, entry; local
420 __ bind(&loop);
429 __ Branch(&loop, lt, t0, Operand(t1));
914 { Label loop, entry; local
986 Label loop, entry; local
1106 Label loop, entry; local
1435 { Label loop; local
1600 Label entry, loop; local
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 248 { Label loop, entry; local
252 __ bind(&loop);
257 __ j(below, &loop);
309 Label loop, entry; local
312 __ bind(&loop);
316 __ j(greater_equal, &loop);
471 // Copy arguments to the stack in a loop.
474 Label loop, entry; local
475 __ Set(rcx, 0); // Set loop variable to 0.
477 __ bind(&loop);
744 { Label loop; local
910 Label entry, loop; local
1045 Label loop, entry; local
1136 Label loop, entry; local
1269 Label loop, entry; local
    [all...]
  /external/webkit/Source/WebKit/gtk/tests/
testdomdocument.c 38 GMainLoop* loop; member in struct:__anon15038
43 if (g_main_loop_is_running(fixture->loop))
44 g_main_loop_quit(fixture->loop);
51 fixture->loop = g_main_loop_new(NULL, TRUE);
59 g_main_loop_run(fixture->loop);
66 g_main_loop_unref(fixture->loop);
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 418 MessageLoop *loop = gNetworkThread->message_loop(); local
419 loop->PostTask(
480 MessageLoop *loop = gNetworkThread->message_loop(); local
481 loop->PostTask(
506 MessageLoop *loop = gNetworkThread->message_loop(); local
507 loop->PostTask(
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
audiofile.h 116 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 116 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
audiofile.h 116 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */
117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */
129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
130 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */
264 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */
272 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */
309 AF_BAD_LOOPCOUNT = 64, /* bad loop count */
321 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)*
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 255 // simple loop. The incoming instruction knows the destination vreg to
265 // loop:
268 // bneid samt, loop
273 MachineBasicBlock *loop = F->CreateMachineBasicBlock(LLVM_BB); local
275 F->insert(It, loop);
287 MBB->addSuccessor(loop);
290 // Next, add the finish block as a successor of the loop block
291 loop->addSuccessor(finish);
292 loop->addSuccessor(loop);
    [all...]
  /dalvik/vm/
SignalCatcher.cpp 284 loop:
289 goto loop;
  /external/grub/stage2/
fsys_ffs.c 189 /* main loop to find destination inode */
190 loop:
233 /* loop for reading a the entries in a directory */
288 /* go back to main loop at top of function */
289 goto loop;
fsys_ufs2.c 214 /* main loop to find destination inode */
215 loop:
258 /* loop for reading a the entries in a directory */
309 /* go back to main loop at top of function */
310 goto loop;
  /external/icu4c/test/perf/collationperf/
Makefile.in 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
  /external/libpcap/
pcap-septel.c 71 * error occured, or -2 if we were told to break out of the loop.
98 loop:
103 * we were told to break out of the loop.
118 /* a couter is added here to avoid an infinite loop
135 goto loop ;
  /external/libselinux/src/
avc_sidtab.c 87 loop:
96 goto loop; /* find the newly inserted node */
  /external/libvpx/vp8/common/arm/neon/
recon16x16mb_neon.asm 27 mov r12, #4 ;loop counter for Y loop
72 moveq r12, #2 ;loop counter for UV loop
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 46 (* Run the main "interpreter loop" now. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 50 (* Run the main "interpreter loop" now. *)
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_mastergain_gnu.s 72 loop: label
95 BGT loop

Completed in 1394 milliseconds

1 2 3 4 5 6 78 91011>>