| /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/ |
| hlslGrammar.cpp | 2171 EHlslTokenClass loop = peek(); local [all...] |
| /system/core/init/ |
| builtins.cpp | 38 #include <linux/loop.h> 315 if (!strncmp(source, "loop@", 5)) { 316 int mode, loop, fd; local 326 snprintf(tmp, sizeof(tmp), "/dev/block/loop%d", n); 327 loop = open(tmp, mode | O_CLOEXEC); 328 if (loop < 0) { 333 /* if it is a blank loop device */ 334 if (ioctl(loop, LOOP_GET_STATUS, &info) < 0 && errno == ENXIO) { 335 /* if it becomes our loop device */ 336 if (ioctl(loop, LOOP_SET_FD, fd) >= 0) [all...] |
| /toolchain/binutils/binutils-2.25/bfd/ |
| cofflink.c | 1266 int loop = 1; local [all...] |
| oasys.c | 72 bfd_boolean loop = TRUE; local 101 while (loop) 178 loop = FALSE; 344 bfd_boolean loop = TRUE; local 363 while (loop) 532 loop = FALSE; 547 bfd_boolean loop = TRUE; local 563 while (loop) 623 loop = FALSE; [all...] |
| versados.c | 456 int loop = 1; local 469 while (loop) 480 loop = 0;
|
| /art/compiler/optimizing/ |
| bounds_check_elimination.cc | 285 * of an existing value range, NewArray or a loop phi corresponding to an 486 const int32_t increment_; // Increment for each loop iteration. 504 // Added blocks for loop body entry test. 564 // Clear the loop data structures. 615 // Make sure the comparison is in the loop header so each increment is 635 // Comparison needs to be in loop header to make sure it's done after each 711 // if it's not defined in the loop header. 886 HLoopInformation* loop = bounds_check->GetBlock()->GetLoopInformation(); variable 1165 HLoopInformation* loop = array_get->GetBlock()->GetLoopInformation(); variable [all...] |
| intrinsics_arm.cc | 99 // Slow path implementing the SystemArrayCopy intrinsic copy loop with read barriers. 133 Label loop; variable 134 __ Bind(&loop); variable 155 // TODO: Load the entrypoint once before the loop, instead of 164 __ b(&loop, NE); 783 // Potentially need temps for ldrexd-strexd loop. 1138 Label loop; local 1368 Label loop; local 2065 Label loop; local 2083 Label loop; local 2535 Label loop, remainder; local [all...] |
| intrinsics_mips.cc | 632 // A(n unrolled) loop-based algorithm required 25 instructions. 638 // instructions compared to a loop-based algorithm which required 47 2093 MipsLabel loop; local 2689 MipsLabel loop; local 3060 MipsLabel loop; local [all...] |
| intrinsics_mips64.cc | 409 // A(n unrolled) loop-based algorithm requires 25 instructions. 412 // to a(n unrolled) loop based algorithm which requires 38 instructions. 1713 Mips64Label loop; local 2040 Mips64Label loop; local 2213 Mips64Label loop; local [all...] |
| nodes.cc | 169 // set the loop information on each block. 334 // Make sure the loop has only one pre header. This simplifies SSA building by having 336 // loop. Also, don't allow the entry block to be a pre header: this simplifies inlining 354 // Make sure the first predecessor of a loop header is the incoming block. 404 // NOTE: We're appending new blocks inside the loop, so we need to use index because iterators 437 // a loop got dismantled. Just remove the suspend check. 445 // `PopulateRecursive` needs this guarantee to know whether a natural loop 446 // contains an irreducible loop. 470 os << " in loop: " << idx << std::endl; 595 // If `block` is in `finalized`, we know its membership in the loop has bee 2337 HLoopInformation* loop = header->GetLoopInformation(); local [all...] |
| /cts/tests/camera/src/android/hardware/cts/ |
| CameraGLTest.java | 141 Looper.loop(); // Blocks forever until Looper.quit() is called. [all...] |
| /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
| StaticMetadata.java | 361 loop: for (int mode : availableAfModes) { 368 break loop; local [all...] |
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| OpenSSLEngineImpl.java | 731 // write loop as otherwise we will produce an error on the next 761 // We haven't filled this buffer fully, break out of the loop 1232 break loop; local [all...] |
| /external/curl/tests/server/ |
| sws.c | 1419 int loop; local [all...] |
| /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| ICUJDKCompare.java | 664 loop: while (iter.hasNext()) { 671 continue loop; local 704 loop: while (iter.hasNext()) { 711 continue loop; local
|
| /external/iptables/libxtables/ |
| xtables.c | 1442 const char *loop = name; local 1747 const char *loop = name; local [all...] |
| /external/iputils/ |
| ping6.c | 1152 int loop = 0; local 1154 &loop, sizeof(loop)) == -1) { [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/libvncserver/libvncclient/ |
| rfbproto.c | 566 uint8_t loop=0; local 584 for (loop=0;loop<count;loop++) 586 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 1)) return FALSE; 587 rfbClientLog("%d) Received security type %d\n", loop, tAuth[loop]); 589 if (tAuth[loop]==rfbVncAuth || tAuth[loop]==rfbNoAuth || 591 tAuth[loop]==rfbVeNCrypt | 1851 int loop; local [all...] |
| /external/libxml2/ |
| xmlwriter.c | 2974 int loop; local [all...] |
| /external/skia/src/pathops/ |
| SkOpAngle.cpp | 676 // We're in a loop. If a sort was ambiguous, flip it to end the loop. 699 const SkOpAngle* loop = this; local 704 const SkOpSegment* lSegment = loop->fStart->segment(); 708 double lStart = loop->fStart->t(); 712 double lEnd = loop->fEnd->t(); 716 } while ((loop = loop->fNext) != first); [all...] |
| SkOpSegment.cpp | 209 const SkOpPtT* loop = testPtT->next(); local 210 while (loop != testPtT) { 211 if (loop->segment() == this && loop->fT == t && loop->fPt == pt) { 214 loop = loop->next(); [all...] |
| /external/v8/src/arm/ |
| code-stubs-arm.cc | 2104 Label loop_entry, loop; local 2201 Label loop; local 3873 Label loop, done_loop; local 4211 Label loop, done_loop; local [all...] |
| /external/v8/src/builtins/arm/ |
| builtins-arm.cc | 141 Label done_loop, loop; local 143 __ bind(&loop); 195 __ b(cc_done, &loop); 202 __ b(ne, &loop); 208 __ b(&loop); 214 __ b(&loop); 616 Label loop, entry; local 619 __ bind(&loop); 624 __ b(ge, &loop); 784 Label done_loop, loop; local 832 Label done_loop, loop; local 950 Label loop, entry; local 1983 Label loop; local 2250 Label done, loop; local 2521 Label loop, done_loop; local 2536 Label loop; local [all...] |
| /external/v8/src/builtins/arm64/ |
| builtins-arm64.cc | 141 Label done_loop, loop; local 143 __ Bind(&loop); 203 __ B(&loop); 604 // Copy 2 values every loop to use ldp/stp. 614 Label loop, entry, done_copying_arguments; local 616 __ Bind(&loop); 621 __ B(gt, &loop); 829 Label done_loop, loop; local 830 __ Bind(&loop); 835 __ B(&loop); 949 Label loop, entry; local 2004 Label loop; local 2309 Label done, loop; local 2588 Label loop, done_loop; local 2603 Label loop; local [all...] |