| /external/libhevc/common/arm/ |
| ihevc_intra_pred_filters_luma_mode_11_to_17.s | 470 vst1.8 d24, [r5], r3 @(from previous loop)st (row 5) 471 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6) 485 vst1.8 d20, [r5], r3 @(from previous loop)st (row 6) 486 vrshrn.i16 d18, q9, #5 @(from previous loop)round shft (row 7) 497 vst1.8 d18, [r5], r3 @(from previous loop)st (row 7) 579 vst1.8 d24, [r5], r3 @(from previous loop)st (row 5) 580 vrshrn.i16 d20, q10, #5 @(from previous loop)round shft (row 6) 582 vst1.8 d20, [r5], r3 @(from previous loop)st (row 6) 583 vrshrn.i16 d18, q9, #5 @(from previous loop)round shft (row 7)
|
| ihevc_sao_edge_offset_class2_chroma.s | 98 MOV r9,r7 @Move width to r9 for loop count 114 SUBS r9,r9,#8 @Decrement the loop count by 8 296 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case 348 SUBS r4,r4,#1 @decrement the loop count 436 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 481 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1 578 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1 [all...] |
| ihevc_sao_edge_offset_class3_chroma.s | 97 MOV r9,r7 @Move width to r9 for loop count 112 SUBS r9,r9,#8 @Decrement the loop count by 8 289 BLT WIDTH_RESIDUE @If not jump to WIDTH_RESIDUE where loop is unrolled for 8 case 343 SUBS r4,r4,#1 @decrement the loop count 424 SUB r7,r7,#1 @I Decrement the ht_tmp loop count by 1 455 SUB r7,r7,#1 @II Decrement the ht_tmp loop count by 1 567 SUB r7,r7,#1 @III Decrement the ht_tmp loop count by 1 [all...] |
| /external/v8/src/ia32/ |
| codegen-ia32.cc | 78 // edx - loop count (number of 64 byte chunks) 87 Label loop, move_last_31, move_last_63; local 90 __ bind(&loop); 91 // Main loop. Copy in 64 byte chunks. 105 __ j(not_zero, &loop); 233 // dst is now aligned. Main copy loop. 239 // Copy loop for aligned source and destination. 250 // Copy loop for unaligned source and aligned destination. 266 // dst is now aligned, src can't be. Main copy loop. 299 // dst is now aligned. Main copy loop 532 Label loop, entry, convert_hole, gc_required, only_change_map; local 658 Label loop, entry, convert_hole, gc_required, only_change_map, success; local [all...] |
| builtins-ia32.cc | 168 Label loop, entry; local 171 __ bind(&loop); 175 __ j(greater_equal, &loop); 334 // Copy arguments to the stack in a loop. 335 Label loop, entry; local 338 __ bind(&loop); 344 __ j(not_equal, &loop); 437 Label done_loop, loop; local 438 __ bind(&loop); 442 __ jmp(&loop); 481 Label done_loop, loop; local 1348 Label loop; local 1586 Label done_loop, loop; local 2096 Label done, loop; local 2373 Label loop; local 2386 Label loop; local [all...] |
| /bionic/libc/arch-x86/atom/string/ |
| sse2-strchr-atom.S | 103 je L(loop) 133 /* Loop start on aligned string. */ 134 L(loop): 178 jmp L(loop)
|
| /external/v8/src/parsing/ |
| parser.cc | 3136 DoWhileStatement* loop = local 3164 WhileStatement* loop = factory()->NewWhileStatement(labels, peek_position()); local 3666 ForEachStatement* loop = local 3791 ForEachStatement* loop = local 3831 ForStatement* loop = factory()->NewForStatement(labels, stmt_pos); local 5870 ForEachStatement* loop = factory()->NewForEachStatement( local 6050 WhileStatement* loop = factory->NewWhileStatement(nullptr, nopos); local [all...] |
| /external/v8/src/regexp/arm64/ |
| regexp-macro-assembler-arm64.cc | 334 Label loop; local 335 __ Bind(&loop); 357 __ B(lt, &loop); 485 Label loop; local 486 __ Bind(&loop); 498 __ B(lt, &loop); 908 // We can unroll the loop here, we should not unroll for less than 2 936 Label loop, start; local 1300 Label loop; local [all...] |
| /external/v8/src/x64/ |
| builtins-x64.cc | 168 Label loop, entry; local 171 __ bind(&loop); 175 __ j(greater_equal, &loop); 411 // Copy arguments to the stack in a loop. 414 Label loop, entry; local 415 __ Set(rcx, 0); // Set loop variable to 0. 417 __ bind(&loop); 423 __ j(not_equal, &loop); 514 Label done_loop, loop; local 515 __ bind(&loop); 559 Label done_loop, loop; local 1406 Label loop; local 1655 Label done_loop, loop; local 2363 Label done, loop; local 2642 Label loop; local 2655 Label loop; local [all...] |
| /external/v8/src/x87/ |
| builtins-x87.cc | 168 Label loop, entry; local 171 __ bind(&loop); 175 __ j(greater_equal, &loop); 335 // Copy arguments to the stack in a loop. 336 Label loop, entry; local 339 __ bind(&loop); 345 __ j(not_equal, &loop); 438 Label done_loop, loop; local 439 __ bind(&loop); 443 __ jmp(&loop); 482 Label done_loop, loop; local 1349 Label loop; local 1587 Label done_loop, loop; local 2116 Label done, loop; local 2397 Label loop; local 2410 Label loop; local [all...] |
| /external/webrtc/talk/media/base/ |
| testutils.cc | 172 // Which loop and which index in the loop are we reading now. 173 size_t loop = i / GetTestPacketCount(); local 197 loop * GetTestPacketCount()), 199 loop * kRtpTimestampIncrease),
|
| /frameworks/wilhelm/src/android/ |
| android_AudioSfDecoder.cpp | 158 // it is strictly verboten to call those methods outside of the event loop 399 int32_t loop; local 400 CHECK(msg->findInt32(WHATPARAM_LOOP_LOOPING, &loop)); 402 if (loop) {
|
| /toolchain/binutils/binutils-2.25/opcodes/ |
| z8kgen.c | 931 int loop = 1; local [all...] |
| /build/core/clang/ |
| config.mk | 73 -fprefetch-loop-arrays \
|
| /build/core/combo/ |
| TARGET_linux-arm64.mk | 134 -frerun-cse-after-loop \
|
| TARGET_linux-mips64.mk | 131 -frerun-cse-after-loop \
|
| /cts/tests/tests/os/src/android/os/cts/ |
| TokenWatcherTest.java | 56 Looper.loop();
|
| /external/autotest/client/deps/fakemodem/src/ |
| fakemodem.c | 218 GMainLoop* loop; local 265 loop = g_main_loop_new (NULL, FALSE); 311 g_main_loop_run (loop); 313 g_main_loop_unref (loop);
|
| /external/autotest/client/site_tests/network_DhcpStaticIP/ |
| network_DhcpStaticIP.py | 242 main loop.
|
| /external/chromium-trace/catapult/third_party/webtest/webtest/ |
| http.py | 88 self.asyncore.loop(.5, map=self._map)
|
| /external/freetype/src/truetype/ |
| ttobjs.h | 75 FT_Long loop; member in struct:TT_GraphicsState_
|
| /external/iproute2/lib/ |
| ll_proto.c | 37 __PF(LOOP,loop)
|
| /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
| TemplateInterpreter.java | 311 * <?cs loop:10 > ... <?cs /loop > command. Loops over a range of numbers, starting at 321 return; // Incrementing the wrong way. Avoid infinite loop. 324 loop(node.getVariable(), 0, end, 1, node.getCommand()); 328 * <?cs loop:0,10 > ... <?cs /loop > command. Loops over a range of numbers. 338 return; // Incrementing the wrong way. Avoid infinite loop. 341 loop(node.getVariable(), start, end, 1, node.getCommand()); 345 * <?cs loop:0,10,2 > ... <?cs /loop > command. Loops over a range of numbers, with 540 private void loop(PVariable loopVar, int start, int end, int incr, PCommand command) { method in class:TemplateInterpreter [all...] |
| /external/libchrome/base/ |
| cancelable_callback_unittest.cc | 164 MessageLoop loop; local 177 // Cancel before running the message loop.
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/ |
| ttobjs.h | 79 FT_Long loop; member in struct:TT_GraphicsState_
|