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

<<21222324252627282930>>

  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
webcomponents-lite.js 111 loop: while ((input[cursor - 1] != EOF || cursor == 0) && !this._isInvalid) {
124 break loop;
135 break loop;
155 break loop;
158 break loop;
204 break loop;
339 break loop;
346 break loop;
373 break loop;
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 1040 Label loop; local
1076 Label loop, done; local
1089 Label loop, leftover2, leftover1, done; local
2258 Label loop, entry; local
2403 Label loop, entry; local
3605 Label done, loop; local
    [all...]
  /external/libavc/common/arm/
ih264_weighted_bi_pred_a9q.s 204 bgt loop_4 @if greater than 0 repeat the loop again
259 bgt loop_8 @if greater than 0 repeat the loop again
348 bgt loop_16 @if greater than 0 repeat the loop again
513 bgt loop_2_uv @if greater than 0 repeat the loop again
546 bgt loop_4_uv @if greater than 0 repeat the loop again
635 bgt loop_8_uv @if greater than 0 repeat the loop again
  /external/libvpx/libvpx/vpx_dsp/arm/
variance_media.asm 36 mov r12, #16 ; set loop counter to 16 (=block height)
167 mov r12, #8 ; set loop counter to 8 (=block height)
254 mov r12, #16 ; set loop counter to 16 (=block height)
intrapred_neon_asm.asm 434 ; Process 8 rows in each single loop and loop 2 times to process 16 rows.
530 ; Process 8 rows in each single loop and loop 4 times to process 32 rows.
  /external/skia/tests/
PathOpsDebug.cpp 910 int loop = 0; local
916 } while ((!limit || ++loop <= limit) && (ptT = ptT->next()) && ptT != this);
951 int loop = 0; local
958 if (limit && ++loop >= limit) {
959 SkDebugf("*** abort loop ***\n");
1039 int loop = 0; local
1042 if (!ok && ++loop > 10) {
1043 SkDebugf("*** abort loop ***\n");
    [all...]
  /external/v8/src/mips/
codegen-mips.cc 98 // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
103 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
105 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
205 // Here we have less than 32 bytes to copy. Set up for a loop to copy
208 // all the word chunks have been copied. We will loop, incrementing a0
265 // loop, incrementing a0 and a1 until a0 equals a3.
505 // Less than 32 bytes to copy. Set up for a loop to
646 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
712 // Prepare for conversion loop.
752 __ bind(&loop);
797 Label entry, loop, convert_hole, gc_required, only_change_map; local
    [all...]
  /external/v8/src/mips64/
codegen-mips64.cc 99 // copied. We will loop, incrementing a0 and a1 until a0 equals a3.
104 __ addu(a3, a0, a3); // Now a3 is the final dst after loop.
106 // When in the loop we prefetch with kPrefHintPrepareForStore hint,
206 // Here we have less than 32 bytes to copy. Set up for a loop to copy
209 // all the word chunks have been copied. We will loop, incrementing a0
266 // loop, incrementing a0 and a1 until a0 equals a3.
507 // Less than 32 bytes to copy. Set up for a loop to
647 Label loop, entry, convert_hole, gc_required, only_change_map, done; local
713 // Prepare for conversion loop.
753 __ bind(&loop);
798 Label entry, loop, convert_hole, gc_required, only_change_map; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 129 ; v is kept in r12 during the token pack loop
132 ; loop start
203 ; r10 is used earlier in the loop, but r10 is used as
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 226 | The prediction loop has exceeded a maximum limit of 50000 iterations
290 | The prediction loop has exceeded a maximum limit of 50000 iterations
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg 541 loop<decisionNumber>:
550 if ( cnt<decisionNumber> >= 1 ) break loop<decisionNumber>;
567 loop<decisionNumber>:
576 break loop<decisionNumber>;
843 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
CPP.stg 621 goto loop<decisionNumber>;
628 loop<decisionNumber>: ;
647 goto loop<decisionNumber>;
650 loop<decisionNumber>: ;
912 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
Java.stg 596 loop<decisionNumber>:
605 if ( cnt<decisionNumber> >= 1 ) break loop<decisionNumber>;
624 loop<decisionNumber>:
633 break loop<decisionNumber>;
919 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
Python.stg 683 while True: #loop<decisionNumber>
691 break #loop<decisionNumber>
715 while True: #loop<decisionNumber>
722 break #loop<decisionNumber>
1002 * loop. If end-of-token (EOT) predicts any of the targets then it
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 489 loop = SymbolizationLoop(binary_name_filter) variable in class:SymbolizationLoop
490 loop.process_logfile()
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Application.java 97 loop(); method
108 private void loop() { method in class:Lwjgl3Application
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 49 ; calculate the rounding bit outside the loop
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 53 ; calculate the rounding bit outside the loop
  /external/skia/src/pathops/
SkOpSegment.cpp 329 SkOpPtT* loop; local
336 loop = result->next();
338 while (loop != result) {
339 bool ptMatch = loop->fPt == pt;
340 if (loop->segment() == this && loop->fT == t && ptMatch) {
344 loop = loop->next();
    [all...]
  /external/v8/test/mjsunit/compiler/
assignment.js 143 // Tests for compound assignments in a loop at the top level
math-floor-global.js 142 // Test in a loop to cover the custom IC and GC-related issues.
math-floor-local.js 142 // Test in a loop to cover the custom IC and GC-related issues.
  /external/v8/test/mjsunit/es6/
block-const-assign-sloppy.js 78 // For loop.
block-const-assign.js 80 // For loop.
  /external/v8/test/mjsunit/
math-abs.js 95 // Test in a loop to cover the custom IC and GC-related issues.

Completed in 1336 milliseconds

<<21222324252627282930>>