HomeSort by relevance Sort by last modified time
    Searched refs:loop (Results 326 - 350 of 609) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 309 bne strcat @ if not loop
389 bne div_by_10 @ if Q not zero, loop
416 ble divide_loop @ if not, loop
  /frameworks/av/media/libmedia/
mediaplayer.cpp 514 status_t MediaPlayer::setLooping(int loop)
518 mLoop = (loop != 0);
520 return mPlayer->setLooping(loop);
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_mbrow_armv5.asm 84 ; v is kept in r12 during the token pack loop
87 ; loop start
155 ; r10 is used earlier in the loop, but r10 is used as
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 31 mov r12, #16 ; set loop counter to 16 (=block height)
33 loop label
201 bne loop
  /external/mesa3d/src/glsl/
ir_reader.cpp 395 } else if (strcmp(tag->value(), "loop") == 0) {
520 ir_read_error(st, list, "expected (loop <counter> <from> <to> "
533 ir_loop *loop = new(ctx) ir_loop; local
534 read_instructions(st, &loop->body_instructions, body_expr, loop);
536 delete loop;
537 loop = NULL;
539 return loop;
    [all...]
  /external/v8/src/arm/
regexp-macro-assembler-arm.cc 320 Label loop;
321 __ bind(&loop);
339 __ b(lt, &loop);
414 Label loop; local
415 __ bind(&loop);
427 __ b(lt, &loop);
738 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.cc 327 Label loop; local
328 __ bind(&loop);
349 // Compare to end of match, and loop if not done.
351 __ j(below, &loop);
450 Label loop; local
451 __ bind(&loop);
466 __ j(below, &loop);
    [all...]
  /external/v8/src/mips/
regexp-macro-assembler-mips.cc 323 Label loop;
324 __ bind(&loop);
340 __ Branch(&loop, lt, a0, Operand(a1));
424 Label loop; local
425 __ bind(&loop);
439 __ Branch(&loop, lt, a0, Operand(a1));
733 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.cc 364 Label loop;
365 __ bind(&loop);
388 // Compare to end of capture, and loop if not done.
390 __ j(below, &loop);
499 Label loop;
500 __ bind(&loop);
515 __ j(below, &loop);
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 215 Looper.loop();
244 Looper.loop();
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 89 loop:
98 continue loop; local
270 // implied branch of loop etc...
  /external/chromium/base/
message_loop.cc 41 // loop, if one exists. This should be safe and free of static constructors.
45 // Logical events for Histogram profiling. Run with -message-loop-histogrammer
131 DCHECK(!current()) << "should only have one message loop per thread";
177 // tasks. Normally, we should only pass through this loop once or twice. If
178 // we end up hitting the loop limit, then it is probably due to one task that
184 // If we end up with empty queues, then break out of the loop.
203 // DCHECK(loop) << "Ouch, did you forget to initialize me?";
309 // Runs the loop in two different SEH modes:
313 // that was existed before the loop was run.
391 // We couldn't run the task now because we're in a nested message loop
    [all...]
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 119 int loop = 0; local
130 !busy0(dbx, ++loop)) {
  /external/libvpx/vp8/common/arm/neon/
bilinearpredict16x16_neon.asm 48 mov r2, #3 ;loop counter
181 mov r12, #4 ;loop counter
232 mov r2, #4 ;loop counter
300 mov r12, #4 ;loop counter
  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16_neon.asm 51 mov r2, #3 ;loop counter
187 mov r12, #4 ;loop counter
236 mov r2, #4 ;loop counter
308 mov r12, #4 ;loop counter
  /external/linux-tools-perf/util/
svghelper.c 61 int loop = 100; local
66 while (loop--) {
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 15 # For reference, [4x] unrolled loop is >40% faster than folded one.
16 # It's possible to unroll loop 8 times on PA-RISC 2.0, but improvement
164 ldo 1($XX[0]),$XX[0] ; warm up loop
228 ldo -1($XX[0]),$XX[0] ; chill out loop
  /external/openssl/crypto/
x86cpuid.pl 344 &set_label("loop");
347 &loop (&label("loop"));
  /external/v8/test/mjsunit/
codegen-coverage.js 144 x = 3; // Terminate while loop.
debug-step.js 74 // for loop (line 2) will only make i 0 as a real break point breaks even when
string-fromcharcode.js 80 // Use loop to test the custom IC.
  /external/v8/test/mjsunit/regress/
regress-1015.js 44 // in loop.
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 160 status_t VideoEditorPlayer::setLooping(int loop) {
162 return mPlayer->setLooping(loop);
  /frameworks/av/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 473 loop:
477 BCS loop
  /ndk/toolchains/mipsel-linux-android-4.4.3/
setup.mk 35 -frerun-cse-after-loop \

Completed in 1722 milliseconds

<<11121314151617181920>>