HomeSort by relevance Sort by last modified time
    Searched defs:loop (Results 501 - 525 of 789) sorted by null

<<21222324252627282930>>

  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 905 Label loop, exit; local
909 // If the object is null or undefined, skip over the loop, otherwise convert
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 1845 Label loop; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 2036 Label loop; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 2043 Label loop; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 2000 Label loop; local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 1989 Label loop; local
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 1891 Label loop; local
3072 Label loop, done_loop; local
3459 Label loop, done_loop; local
    [all...]
macro-assembler-x87.cc 1562 Label loop, entry; local
1615 Label done, loop; local
1775 Label loop, entry; local
    [all...]
  /external/wayland/src/
wayland-server.c 88 struct wl_event_loop *loop; member in struct:wl_display
398 * requests and goes back to block in the event loop. This function
462 client->source = wl_event_loop_add_fd(display->loop, fd,
910 display->loop = wl_event_loop_create();
911 if (display->loop == NULL) {
990 wl_event_loop_destroy(display->loop);
1094 return display->loop;
1110 wl_event_loop_dispatch(display->loop, -1);
1258 s->source = wl_event_loop_add_fd(display->loop, s->fd,
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 243 bool loop();
289 // is released within the CallbackDispatcherThread loop
315 bool OMXNodeInstance::CallbackDispatcher::loop() { function in class:android::OMXNodeInstance::CallbackDispatcher
341 return mDispatcher->loop();
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
StaticMetadata.java 361 loop: for (int mode : availableAfModes) {
368 break loop; local
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 453 // Loop forever.
454 Looper.loop();
455 throw new RuntimeException("Main thread loop unexpectedly exited");
586 // we're stuck in a runtime restart loop.
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 125 private void loop() { method in class:GraphRunner.GraphRunLoop
193 loop(); method
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 1319 void loop() { function in class:FrameCompletionThread
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 755 int loop = 1; local
766 loop = 0;
773 loop = 0;
781 loop = 0;
789 loop = 0;
793 loop = 0;
827 loop = 0;
829 } while (loop);
873 * inside the for-loop for num_copies.
930 /* take empty filename as cue to break out of the loop
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_amd64.s 116 loop: label
216 JB loop
1245 loop: \ // this loops is unrolled label
1336 JE loop\
1429 JMP loop
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_amd64.s 116 loop: label
216 JB loop
1245 loop: \ // this loops is unrolled label
1336 JE loop\
1429 JMP loop
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp 3439 EHlslTokenClass loop = peek(); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
linker.c 934 bfd_boolean loop; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ns32k.c 914 int pcrel, b, loop, pcrel_adjust;
917 for (loop = 0; loop < argc; loop++)
920 i = operandsP[loop << 1] - '1';
928 switch ((d = operandsP[(loop << 1) + 1]))
909 int pcrel, b, loop, pcrel_adjust; local
    [all...]
  /art/compiler/optimizing/
intrinsics_arm64.cc 157 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
206 // TODO: Load the entrypoint once before the loop, instead of
1326 vixl::aarch64::Label loop; local
1567 vixl::aarch64::Label loop; local
2105 vixl::aarch64::Label loop; local
2368 vixl::aarch64::Label loop, done; local
2870 vixl::aarch64::Label loop; local
2895 vixl::aarch64::Label loop; local
    [all...]
intrinsics_arm_vixl.cc 171 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
205 vixl32::Label loop; variable
206 __ Bind(&loop); variable
227 // TODO: Load the entrypoint once before the loop, instead of
236 __ B(ne, &loop, /* far_target */ false);
1585 vixl32::Label loop; local
1808 vixl32::Label loop; local
2557 vixl32::Label loop; local
2579 vixl32::Label loop; local
3145 vixl32::Label loop, remainder; local
    [all...]
intrinsics_x86.cc 81 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
119 // - the loop index (`i`);
126 NearLabel loop; variable
127 __ Bind(&loop); variable
162 // if (i != length) goto loop
164 __ j(kNotEqual, &loop);
3208 NearLabel loop, done; local
3263 NearLabel loop, done; local
    [all...]
intrinsics_x86_64.cc 74 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers.
100 NearLabel loop; variable
101 __ Bind(&loop); variable
117 __ j(kNotEqual, &loop);
1437 NearLabel loop, done; local
1485 NearLabel loop, done; local
    [all...]
nodes.cc 207 // set the loop information on each block.
382 // Make sure that the first predecessor of a loop header is the incoming block.
400 // Transform control flow of the loop to a single preheader format (don't touch the data flow).
514 // Make sure the loop has only one pre header. This simplifies SSA building by having
516 // loop. Also, don't allow the entry block to be a pre header: this simplifies inlining
562 // NOTE: We're appending new blocks inside the loop, so we need to use index because iterators
595 // a loop got dismantled. Just remove the suspend check.
603 // `PopulateRecursive` needs this guarantee to know whether a natural loop
604 // contains an irreducible loop.
629 os << " in loop: " << idx << std::endl
2683 HLoopInformation* loop = header->GetLoopInformation(); local
    [all...]

Completed in 530 milliseconds

<<21222324252627282930>>