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

<<21222324252627282930>>

  /external/valgrind/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
  /external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
AndroidTest.java     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 97 simple_decoder.DESCRIPTION = Simplified decoder loop
123 simple_encoder.DESCRIPTION = Simplified encoder loop
130 twopass_encoder.DESCRIPTION = Two-pass encoder loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
sixtappredict16x16_neon.asm 68 mov r2, #7 ;loop counter
204 mov r3, #2 ;loop counter
223 mov r12, #4 ;loop counter
301 mov r2, #8 ;loop counter
396 mov r3, #2 ;loop counter
413 mov r12, #4 ;loop counter
vp8_subpixelvariance16x16s_neon.asm 35 mov r12, #4 ;loop counter
135 mov r12, #4 ;loop counter
240 mov r12, #4 ;loop counter
367 mov r2, #4 ;loop counter
407 mov r2, #2 ;loop counter
459 mov r2, #2 ;loop counter
  /hardware/intel/img/hwcomposer/merrifield/common/base/
DisplayAnalyzer.cpp 341 int loop = 0; local
342 while (loop++ < 6) {
347 if (loop >= 6) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 19 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
24 self.loop = self
60 # since tuples are immutable we close the loop with a list
348 """Exercise make_nested() in a loop."""
559 del c0.loop # now only c1 keeps c0 alive
635 del d0.loop # now only c1 keeps d0 alive
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 19 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
24 self.loop = self
60 # since tuples are immutable we close the loop with a list
348 """Exercise make_nested() in a loop."""
559 del c0.loop # now only c1 keeps c0 alive
635 del d0.loop # now only c1 keeps d0 alive
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 19 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
24 self.loop = self
60 # since tuples are immutable we close the loop with a list
348 """Exercise make_nested() in a loop."""
559 del c0.loop # now only c1 keeps c0 alive
635 del d0.loop # now only c1 keeps d0 alive
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 19 # An instance of C1055820 has a self-loop, so becomes cyclic trash when
24 self.loop = self
60 # since tuples are immutable we close the loop with a list
348 """Exercise make_nested() in a loop."""
559 del c0.loop # now only c1 keeps c0 alive
635 del d0.loop # now only c1 keeps d0 alive
  /toolchain/binutils/binutils-2.25/bfd/
versados.c 456 int loop = 1; local
469 while (loop)
480 loop = 0;
  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 162 bgt loop_4 @if greater than 0 repeat the loop again
202 bgt loop_8 @if greater than 0 repeat the loop again
263 bgt loop_16 @if greater than 0 repeat the loop again
383 bgt loop_2_uv @if greater than 0 repeat the loop again
411 bgt loop_4_uv @if greater than 0 repeat the loop again
472 bgt loop_8_uv @if greater than 0 repeat the loop again
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_halfpixvar16x16_hv_media.asm 35 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
207 bne loop
  /external/skia/src/pathops/
SkOpAngle.cpp 671 const SkOpAngle* loop = this; local
676 const SkOpSegment* lSegment = loop->fStart->segment();
680 double lStart = loop->fStart->t();
684 double lEnd = loop->fEnd->t();
688 } while ((loop = loop->fNext) != first);
    [all...]
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 252 Label loop;
253 __ bind(&loop);
276 __ b(lt, &loop);
386 Label loop;
387 __ bind(&loop);
399 __ b(lt, &loop);
753 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 230 Label loop; local
231 __ bind(&loop);
260 // Compare to end of match, and loop if not done.
262 __ j(below, &loop);
391 Label loop; local
392 __ bind(&loop);
407 __ j(below, &loop);
760 } else { // Unroll the loop.
    [all...]
  /external/v8/src/regexp/mips/
regexp-macro-assembler-mips.cc 257 Label loop;
258 __ bind(&loop);
280 __ Branch(&loop, lt, a0, Operand(a1));
402 Label loop; local
403 __ bind(&loop);
417 __ Branch(&loop, lt, a0, Operand(a1));
753 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/regexp/mips64/
regexp-macro-assembler-mips64.cc 293 Label loop;
294 __ bind(&loop);
316 __ Branch(&loop, lt, a0, Operand(a1));
432 Label loop; local
433 __ bind(&loop);
447 __ Branch(&loop, lt, a0, Operand(a1));
789 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/regexp/ppc/
regexp-macro-assembler-ppc.cc 268 Label loop;
269 __ bind(&loop);
294 __ blt(&loop);
405 Label loop;
406 __ bind(&loop);
422 __ blt(&loop);
795 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.cc 253 // r1 - Loop index
257 Label loop;
258 __ bind(&loop);
283 __ blt(&loop);
394 Label loop;
395 __ bind(&loop);
408 __ blt(&loop);
775 // unroll the loop once to add an operation between a load of a register
    [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 252 Label loop;
253 __ bind(&loop);
281 // Compare to end of capture, and loop if not done.
283 __ j(below, &loop);
421 Label loop;
422 __ bind(&loop);
437 __ j(below, &loop);
808 } else { // Unroll the loop.
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 229 Label loop; local
230 __ bind(&loop);
259 // Compare to end of match, and loop if not done.
261 __ j(below, &loop);
390 Label loop; local
391 __ bind(&loop);
406 __ j(below, &loop);
759 } else { // Unroll the loop.
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance_halfpixvar16x16_hv_armv6.asm 35 mov r12, #16 ; set loop counter to 16 (=block height)
37 loop label
207 bne loop
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_armv5.asm 79 ; v is kept in r12 during the token pack loop
82 ; loop start
153 ; r10 is used earlier in the loop, but r10 is used as
vp8_packtokens_mbrow_armv5.asm 100 ; v is kept in r12 during the token pack loop
103 ; loop start
174 ; r10 is used earlier in the loop, but r10 is used as

Completed in 2227 milliseconds

<<21222324252627282930>>