Searched refs:loop (Results 101 - 125 of 740) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_high_subpixel_bilinear_sse2.asm184 .loop:
189 jnz .loop
210 .loop:
215 jnz .loop
236 .loop:
243 jnz .loop
264 .loop:
269 jnz .loop
290 .loop:
295 jnz .loop
[all...]
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Dn_faced_peerd_main.py50 loop = dbus.mainloop.glib.DBusGMainLoop()
53 bus = dbus.SystemBus(private=True, mainloop=loop)
94 loop = gobject.MainLoop()
95 loop.run()
/external/fec/
H A Ddotprod_mmx_assist.s30 # MMX dot product loop unrolled 4 times, crunching 16 terms per loop
58 # MMX dot product loop, not unrolled, crunching 4 terms per loop
59 # This could be redone as Duff's Device on the unrolled loop above
/external/llvm/test/MC/Hexagon/
H A Dendloop.s3 # Check that a branch in an end-loop packet is caught.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_getpshared/
H A D2-1.c25 * 5. Parent and Child execute same code: loop N times, calling pthread_barrier_wait()
68 int loop; local
163 for (loop = 0; loop < LOOP_NUM; loop++) {
/external/v8/src/compiler/
H A Dosr.cc18 #include "src/compiler/loop-analysis.h"
63 // Make a copy of the graph for each outer loop.
65 for (LoopTree::Loop* loop = osr_loop->parent(); loop; loop = loop->parent()) {
71 loop->depth(), loop_tree->HeaderNode(loop)->id(),
72 loop_tree->HeaderNode(loop)->op()->mnemonic());
74 // Prepare the mapping for OSR values and the OSR loop entr
260 SetTypeForOsrValue(Node* osr_value, Node* loop, CommonOperatorBuilder* common) argument
334 LoopTree::Loop* loop = loop_tree->ContainingLoop(osr_loop); local
[all...]
/external/valgrind/exp-bbv/tests/ppc32-linux/
H A Dmillion.S12 bne 0,test_loop # loop until zero
/external/libvncserver/libvncclient/
H A Dtls_openssl.c365 uint8_t loop=0; local
388 for (loop=0;loop<count;loop++)
390 if (!ReadFromRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
391 t=rfbClientSwap32IfLE(tAuth[loop]);
392 rfbClientLog("%d) Received security type %d\n", loop, t);
403 rfbClientLog("Selecting security type %d (%d/%d in the list)\n", authScheme, loop, count);
405 if (!WriteToRFBServer(client, (char *)&tAuth[loop], 4)) return FALSE;
407 tAuth[loop]
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
H A Dfilter-mode.rb48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
/external/autotest/client/cros/
H A Dverity_utils.py85 for attr in ['mountpoint', 'device', 'loop', 'file', 'hash_file']:
99 if self.loop is not None:
100 self._device_release('losetup -d %s' % (self.loop), self.loop)
101 self.loop = None
161 # Setup a loop device
162 self.loop = utils.system_output('losetup -f --show %s' % (self.file))
165 # Update the table with the loop dev
166 self.table = self.table.replace('HASH_DEV', self.loop)
167 self.table = self.table.replace('ROOT_DEV', self.loop)
[all...]
/external/icu/icu4j/perf-tests/
H A Dcollationperf.pl49 # Outer loop runs through the locales to test
68 # Inner loop runs over the set of data files specified for each locale.
78 $iStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch`;
80 doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen",
90 $wStrCol = `java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -binsearch -java`;
92 doKeyTimes("java -classpath $classPath com.ibm.icu.dev.test.perf.CollationPerformanceTest -terse -file data/collation/$data -locale $locale -loop 1000 -keygen -java",
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
H A DMakefile11 # loop.S can only be built 64-bit
12 count_instructions: loop.S count_instructions.c $(EXTRA_SOURCES)
38 rm -f $(TEST_PROGS) loop.o
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml17 (* Run the main "interpreter loop" now. *)
/external/mesa3d/src/glsl/tests/lower_jumps/
H A Dlower_breaks_6.opt_test5 # If a loop contains conditional breaks and continues, and
8 # of the loop after the final break is added.
15 ((loop () () () ()
H A Dlower_pulled_out_jump.opt_test22 (loop () () () ()
/external/pdfium/third_party/
H A Dpdfiumbigint.mk10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java93 public void setLoop(boolean loop) { argument
94 mLoop = loop;
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dtoy.ml17 (* Run the main "interpreter loop" now. *)
/external/syslinux/core/
H A Dwritedec.inc51 loop .dloop
/external/syslinux/memdisk/
H A Dstart32.S44 loop 1b
63 loop 1b
/external/v8/src/builtins/
H A Dbuiltins-global.cc113 // We might need to loop once for ToNumber conversion.
115 Label loop(assembler, &var_num);
117 assembler->Goto(&loop);
118 assembler->Bind(&loop);
147 assembler->Goto(&loop);
168 // We might need to loop once for ToNumber conversion.
170 Label loop(assembler, &var_num);
172 assembler->Goto(&loop);
173 assembler->Bind(&loop);
200 assembler->Goto(&loop);
[all...]
/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_file.h65 bool loop = false,
92 bool loop = false,
/external/webrtc/webrtc/voice_engine/
H A Dvoe_file_impl.h25 bool loop = false,
46 bool loop = false,
/external/ltp/testcases/realtime/func/rt-migrate/
H A Drt-migrate.c147 static int loop; variable
186 "-r time Run time (ms) to busy loop the threads (20)\n"
227 if (loop >= nr_runs)
232 rec.x = loop;
235 rec.x = loop;
238 rec.x = loop;
474 for (loop = 0; loop < nr_runs; loop++) {
479 ftrace_write("Loop %d now=%lld\n", loop, no
[all...]
/external/curl/docs/examples/
H A Dmulti-uv.c46 uv_loop_t *loop; variable
63 uv_poll_init_socket(loop, &context->poll_handle, sockfd);
210 loop = uv_default_loop();
220 uv_timer_init(loop, &timeout);
230 uv_run(loop, UV_RUN_DEFAULT);

Completed in 3257 milliseconds

1234567891011>>