| /external/v8/test/mjsunit/compiler/ |
| dead-loops.js | 30 // Presents opportunities for dead loop removal. 33 while (false) ; // doesn't even loop. 47 for (var i = 0; i < 10; i++) a++; // {a} is dead after the loop.
|
| load-elimination-global.js | 110 total = a.x; // a.x not affected by loop 115 total = a.x; // a.x not affected by loop 124 total = a.x; // a.x not affected by loop
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/ |
| audiofile.h | 132 AF_INST_LOOP_CONTINUOUS = 1, /* loop continuously through decay */ 133 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ 145 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */ 146 AF_INST_RELLOOPID = 309, /* loop id for AIFF release loop */ 280 AF_BAD_NO_LOOPDATA = 19, /* failed to allocate loop struct */ 288 AF_BAD_LOOPMODE = 27, /* unrecognized loop mode value */ 325 AF_BAD_LOOPCOUNT = 64, /* bad loop count */ 337 AF_BAD_AIFF_LOOPMODE = 116 /* unrecognized loop mode (forw, etc)* [all...] |
| /external/autotest/client/site_tests/hardware_TPMTakeOwnership/ |
| hardware_TPMTakeOwnership.py | 74 def run_once(self, loop=-1, max_acceptable_delay=-1): 111 for i in range(loop):
|
| /external/icu/icu4c/source/test/perf/collationperf/ |
| Makefile.in | 58 $(INVOKE) ./$(TARGET) -loop 200 -file $(top_srcdir)/extra/uconv/samples/utf8/utf-8-demo.txt -keygen -shifted
|
| /external/libbrillo/brillo/message_loops/ |
| glib_message_loop.cc | 21 // Cancel all pending tasks when destroying the message loop. 168 scheduled_task->loop->tasks_.erase(scheduled_task->task_id); 184 scheduled_task->loop->tasks_.erase(scheduled_task->task_id);
|
| /external/libpcap/ |
| pcap-septel.c | 58 * error occured, or -2 if we were told to break out of the loop. 86 loop: 91 * we were told to break out of the loop. 106 /* a couter is added here to avoid an infinite loop 123 goto loop ;
|
| /external/libselinux/src/ |
| avc_sidtab.c | 87 loop: 96 goto loop; /* find the newly inserted node */
|
| /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/pdfium/core/ |
| pdfiumfpdfdoc.mk | 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
|
| pdfiumfxcrt.mk | 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
|
| /external/pdfium/fpdfsdk/ |
| pdfiumpdfwindow.mk | 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
|
| /external/pdfium/third_party/ |
| pdfiumjpeg.mk | 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
|
| pdfiumlcms.mk | 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
|
| /external/selinux/libselinux/src/ |
| avc_sidtab.c | 87 loop: 96 goto loop; /* find the newly inserted node */
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| ARM-E_mastergain_gnu.s | 72 loop:
label 95 BGT loop
|
| /external/v8/test/mjsunit/es6/regress/ |
| regress-3683.js | 36 // Shadowing loop variable in same scope as continue
|
| /frameworks/wilhelm/src/android/ |
| android_GenericPlayer.h | 75 void loop(bool loop); 101 // Constants used to identify the messages in this player's AHandler message loop 133 // Async event handlers (called from GenericPlayer's event loop) 175 // Only accessed from event loop, does not need a mutex
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| memclr_386.s | 42 loop: label 62 JAE loop
|
| memclr_amd64.s | 41 loop: label 61 JAE loop
|
| /prebuilts/go/linux-x86/src/runtime/ |
| memclr_386.s | 42 loop: label 62 JAE loop
|