HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 901 - 925 of 1308) sorted by null

<<31323334353637383940>>

  /external/libusb-compat/
ltmain.sh 328 # ...otherwise throw away the child directory and loop
    [all...]
  /external/libvorbis/
ltmain.sh 328 # ...otherwise throw away the child directory and loop
    [all...]
  /external/pcre/dist/
ltmain.sh 863 # ...otherwise throw away the child directory and loop
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 531 # ...otherwise throw away the child directory and loop
    [all...]
  /external/protobuf/
ltmain.sh 531 # ...otherwise throw away the child directory and loop
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/
ltmain.sh 531 # ...otherwise throw away the child directory and loop
    [all...]
  /toolchain/binutils/binutils-2.25/
ltmain.sh 496 # ...otherwise throw away the child directory and loop
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
read.c 1110 /* We resume loop AFTER the end-of-line from
3607 char *loop; local
3624 S_GET_NAME (symbolP), loop); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 146 // Setting the data to -MAX_LOOP_FILTER will result in the computed loop
425 // intended for use in a re-code loop in vp9_compress_frame where the
426 // quantizer value is adjusted between loop iterations.
3349 int loop = 0; local
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
code-stubs-arm.cc 2229 Label loop_entry, loop; local
2611 Label loop; local
4527 Label loop, done_loop; local
4865 Label loop, done_loop; local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.cc 1290 Label loop; local
2442 Label done, loop; local
3359 Label loop; local
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 3179 vixl::Label loop, success; local
3196 vixl::Label loop, success; local
3374 vixl::Label loop, compare_classes; local
3401 vixl::Label loop; local
    [all...]
intrinsics_mips64.cc 1394 Mips64Label loop; local
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-x.c 33 - 1.30: added -loop option for -bgpat (ifdef FEATURE_LOOP); fixed bpp =
319 int loop = FALSE; local
441 } else if (!strncmp(*argv, "-loop", 2)) {
442 loop = TRUE;
481 " [-loop [sec]]"
500 " -loop\tloops through background images after initial display\n"
571 /* set some final rpng2_info variables before entering main data loop */
590 * the loop to deal with our first buffer of data (read in above to verify
591 * that the file is a PNG image), then loop through the file and continue
642 if (loop && bg_image)
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 45 return ctx->loop_depth > 0 ? ctx->loop + (ctx->loop_depth - 1) : NULL;
357 endloop_block, "LOOP");
361 ctx->loop[ctx->loop_depth - 1].loop_block = loop_block;
362 ctx->loop[ctx->loop_depth - 1].endloop_block = endloop_block;
    [all...]
  /external/v8/src/
builtins.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 131 Label loop; local
132 __ bind(&loop);
136 __ b(ne, &loop);
916 if (label->is_loop_header()) return " (loop header)";
2514 Label loop; local
3155 Label invoke, loop; local
5101 Label loop; local
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc 149 Label loop; local
150 __ bind(&loop);
153 __ j(not_zero, &loop);
817 if (label->is_loop_header()) return " (loop header)";
2306 Label loop; local
2898 Label invoke, loop; local
4876 Label loop; local
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 152 Label loop; local
153 __ bind(&loop);
156 __ Branch(&loop, ne, a0, Operand(sp));
882 if (label->is_loop_header()) return " (loop header)";
2400 Label loop; local
3061 Label invoke, loop; local
5069 Label loop; local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 128 Label loop; local
129 __ bind(&loop);
132 __ Branch(&loop, ne, a0, Operand(sp));
871 if (label->is_loop_header()) return " (loop header)";
2521 Label loop; local
3245 Label invoke, loop; local
5272 Label loop; local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 142 Label loop; local
143 __ bind(&loop);
145 __ bdnz(&loop);
843 if (label->is_loop_header()) return " (loop header)";
2578 Label loop; local
3321 Label invoke, loop; local
5364 Label loop; local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 131 Label loop; local
132 __ bind(&loop);
136 __ bne(&loop);
825 if (label->is_loop_header()) return " (loop header)";
2556 Label loop; local
3264 Label invoke, loop; local
5259 Label loop; local
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc 144 Label loop; local
145 __ bind(&loop);
149 __ j(not_zero, &loop);
845 if (label->is_loop_header()) return " (loop header)";
2455 Label loop; local
3097 Label invoke, loop; local
5150 Label loop; local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 117 Label loop; local
118 __ bind(&loop);
121 __ j(not_zero, &loop);
2592 Label loop; local
3174 Label invoke, loop; local
5359 Label loop; local
    [all...]

Completed in 1693 milliseconds

<<31323334353637383940>>