| /external/v8/src/interpreter/ |
| interpreter-assembler.cc | 728 Label loop(this, &var_index), done_loop(this); 729 Goto(&loop); 730 Bind(&loop); 743 Goto(&loop); 762 Label loop(this, &var_index), done_loop(this); 763 Goto(&loop); 764 Bind(&loop); 779 Goto(&loop);
|
| /external/v8/test/mjsunit/compiler/ |
| regress-4.js | 28 // Test deoptimization after a loop.
|
| /external/v8/test/mjsunit/ |
| math-ceil.js | 74 // Test in a loop to cover the custom IC and GC-related issues.
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
| lattice_neon.c | 16 // Contains a function for the core loop in the normalized lattice MA 33 int loop = (HALF_SUBFRAMELEN - 1) >> 3; local 46 for (n = 0; n < loop; n++) {
|
| /frameworks/base/tests/AccessoryDisplay/common/src/com/android/accessorydisplay/common/ |
| Transport.java | 286 loop(); method 290 private void loop() { method in class:Transport.ReaderThread
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
| dequantize_v6.asm | 28 mov r12, #2 ;loop counter
|
| sixtappredict8x4_v6.asm | 59 orr r2, r2, #0x4 ; construct loop counter. width=8=4x2 85 tst r2, #0xff ; test loop counter 146 orr r2, r2, #2 ; loop counter 182 add sp, sp, #12 ; updata src for next loop (20-8)
|
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
| vp8_fast_quantize_b_armv6.asm | 41 ; PART 1: quantization and dequantization loop 42 loop label 96 lsls r2, r2, #2 ; update loop counter 102 bne loop
|
| /prebuilts/go/darwin-x86/src/sync/atomic/ |
| asm_arm.s | 190 // which will make uses of the 64-bit atomic operations loop forever. 198 loop: label 205 BNE loop
|
| /prebuilts/go/linux-x86/src/sync/atomic/ |
| asm_arm.s | 190 // which will make uses of the 64-bit atomic operations loop forever. 198 loop: label 205 BNE loop
|
| /external/compiler-rt/lib/sanitizer_common/ |
| sanitizer_deadlock_detector2.cc | 411 rep->loop[i].thr_ctx = link->tid; 412 rep->loop[i].mtx_ctx0 = link0->id; 413 rep->loop[i].mtx_ctx1 = link->id; 414 rep->loop[i].stk[0] = flags.second_deadlock_stack ? link->stk0 : 0; 415 rep->loop[i].stk[1] = link->stk1;
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/ |
| otvgpos.c | 177 FT_Int loop; local 184 for ( loop = 7; loop >= 0; loop-- ) 187 res += ( format >> loop ) & 1;
|
| /external/libhevc/common/arm/ |
| ihevc_inter_pred_chroma_vert_w16inp.s | 123 bgt core_loop_ht_2 @jumps to loop handles wd 2 126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4 159 bgt inner_loop_ht_2 @inner loop -again 161 @inner loop ends 166 bgt inner_loop_ht_2 @loop again
|
| ihevc_inter_pred_chroma_vert_w16inp_w16out.s | 123 bgt core_loop_ht_2 @jumps to loop handles wd 2 126 beq core_loop_ht_4 @jumps to loop handles ht mul of 4 157 bgt inner_loop_ht_2 @inner loop -again 159 @inner loop ends 164 bgt inner_loop_ht_2 @loop again
|
| ihevc_sao_band_offset_chroma.s | 83 MOV r11,r10 @Move the ht to r9 for loop counter 93 SUBS r11,r11,#1 @Decrement the loop counter 115 MOV r11,r9 @Move the wd to r9 for loop counter 119 SUBS r11,r11,#8 @Decrement the loop counter by 8 313 SUBS r11,r11,#4 @Decrement the ht loop count by 4 330 SUB r9,r9,#16 @Decrement the width loop by 16 374 SUBS r10,r10,#4 @Decrement the ht loop count by 4
|
| ihevc_intra_pred_filters_chroma_mode_11_to_17.s | 487 vst1.8 d24, [r5], r3 @(from previous loop)st (row 5) 488 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6) 503 vst1.8 d20, [r5], r3 @(from previous loop)st (row 6) 504 vrshrn.i16 d18, q9, #5 @(from previous loop)round shft (row 7) 515 vst1.8 d18, [r5], r3 @(from previous loop)st (row 7) 600 vst1.8 d24, [r5], r3 @(from previous loop)st (row 5) 601 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6) 603 vst1.8 d20, [r5], r3 @(from previous loop)st (row 6) 604 vrshrn.i16 d18, q9, #5 @(from previous loop)round shft (row 7)
|
| /external/webrtc/webrtc/modules/media_file/ |
| media_file_impl.cc | 336 const bool loop, 356 if((startPointMs && stopPointMs && !loop) && 376 if(inputStream->OpenFile(fileName, true, loop) != 0) 384 if(StartPlayingStream(*inputStream, loop, notificationTimeMs, 413 bool loop,
|
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| NuPlayerDriver.cpp | 500 status_t NuPlayerDriver::setLooping(int loop) { 501 mLooping = loop != 0; 718 ALOGD("notifyListener_l(%p), (%d, %d, %d), loop setting(%d, %d)", 730 ALOGW("disabling auto-loop for notification"); 806 int32_t loop; local 808 && meta->findInt32(kKeyAutoLoop, &loop) && loop != 0) {
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| codegen.ml | 121 (* Make the new basic block for the loop header, inserting after current 125 let loop_bb = append_block context "loop" the_function in 137 (* Within the loop, the variable is defined equal to the PHI node. If it 145 (* Emit the body of the loop. This, like any other expr, can change the 167 (* Create the "after loop" block and insert it. *)
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| asm_arm.s | 404 loop: \ label 410 B loop; \ 808 loop: label 814 BEQ loop 870 loop: label 876 BEQ loop 904 loop: label 910 BEQ loop 927 loop: label 933 B.EQ loop [all...] |
| /prebuilts/go/linux-x86/src/runtime/ |
| asm_arm.s | 404 loop: \ label 410 B loop; \ 808 loop: label 814 BEQ loop 870 loop: label 876 BEQ loop 904 loop: label 910 BEQ loop 927 loop: label 933 B.EQ loop [all...] |
| /external/v8/src/arm/ |
| builtins-arm.cc | 146 Label done_loop, loop; local 147 __ bind(&loop); 200 __ b(cc_done, &loop); 207 __ b(ne, &loop); 213 __ b(&loop); 219 __ b(&loop); 578 Label loop, entry; local 581 __ bind(&loop); 586 __ b(ge, &loop); 748 Label done_loop, loop; local 796 Label done_loop, loop; local 917 Label loop, entry; local 1860 Label loop; local 2153 Label done, loop; local 2423 Label loop, done_loop; local 2438 Label loop; local [all...] |
| /external/curl/tests/server/ |
| sws.c | 1419 int loop; local [all...] |
| /external/v8/src/ppc/ |
| codegen-ppc.cc | 99 Label loop, entry, convert_hole, only_change_map, done; local 153 // Prepare for conversion loop. 185 __ bind(&loop); 214 __ blt(&loop); 224 Label loop, convert_hole, gc_required, only_change_map; local 268 // Prepare for conversion loop. 282 // Allocating heap numbers in the loop below can fail and cause a jump to 305 __ b(&loop); 319 __ bind(&loop); 353 __ blt(&loop); [all...] |
| /external/v8/src/s390/ |
| codegen-s390.cc | 91 Label loop, entry, convert_hole, gc_required, only_change_map, done; local 143 // Prepare for conversion loop. 177 __ bind(&loop); 208 __ blt(&loop); 218 Label loop, convert_hole, gc_required, only_change_map; local 262 // Prepare for conversion loop. 276 // Allocating heap numbers in the loop below can fail and cause a jump to 299 __ b(&loop, Label::kNear); 313 __ bind(&loop); 349 __ blt(&loop); [all...] |