| /external/libhevc/common/arm/ |
| ihevc_inter_pred_filters_luma_vert.s | 129 @ble end_loops @end loop jump 139 blt core_loop_wd_4 @core loop wd 4 jump 424 ble end_inner_loop_wd_4 @outer loop jump 577 @ble end_loops_16out @end loop jump 587 blt core_loop_wd_4_16out @core loop wd 4 jump [all...] |
| ihevc_inter_pred_luma_horz_w16out.s | 101 @r5 - inner loop counter 415 subs r5,r5,#8 @decrement the wd loop 421 subs r14,r14,#2 @decrement the ht loop
|
| ihevc_inter_pred_luma_copy_w16out.s | 91 ble end_loops @loop
|
| ihevc_intra_pred_chroma_horz.s | 183 subs r4,r4,#16 @decrement the loop count by 16
|
| ihevc_intra_pred_luma_horz.s | 181 subs r4,r4,#16 @decrement the loop count by 16
|
| ihevc_weighted_pred_bi.s | 249 bgt core_loop @if greater than 0 repeat the core loop again
|
| /external/opencv3/modules/cudafeatures2d/src/cuda/ |
| bf_match.cu | 405 __device__ void loop(int queryIdx, const PtrStepSz<T>& query, volatile int imgIdx, const PtrStepSz<T>& train, const Mask& mask, 466 loop<BLOCK_SIZE, Dist>(queryIdx, query, 0, train, mask, s_query, s_train, myBestDistance, myBestTrainIdx, myBestTrainIdx); 519 loop<BLOCK_SIZE, Dist>(queryIdx, query, imgIdx, train, m, s_query, s_train, myBestDistance, myBestTrainIdx, myBestImgIdx); [all...] |
| /external/webrtc/webrtc/voice_engine/ |
| channel.cc | [all...] |
| /ndk/build/core/ |
| definitions-graph.mk | 311 # the function should not loop infinitely). 369 -test-ndk-mod-get-topo-list.no-infinite-loop = \ 533 -test-ndk-mod-get-bfs-depends.loop = \
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
| target.def | [all...] |
| /external/iputils/ |
| ping6.c | 1152 int loop = 0; local 1154 &loop, sizeof(loop)) == -1) { [all...] |
| /cts/hostsidetests/sustainedperf/dhrystone/ |
| Drystone-2.1.sh | 93 Xperformance measurement, i.e. within the measurement loop - the 103 Xoutside the measaurement loop. As a concession to older compilers, 110 Xprocedure of Dhrystone in a loop and to measure the execution time. If 138 Xsubtract the time for the measurement loop overhead. (This calculation 140 Xmakes the program simpler.) However, since the loop check is now part 150 XIn addition to adding the measurement loop and the printout statements, 161 X to Str_2_Loc (5'th statement of "main") out of the measurement loop 169 X loop in "main ", the role of some variables has been exchanged, to 211 Xthe measurement loop iteration (1 additional statement, 4 additional 411 X * - strcpy, strcmp (inside the measurement loop) [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| AudioHelper.java | 194 Looper.loop();
|
| ClearKeySystemTest.java | 251 Looper.loop(); // Blocks forever until Looper.quit() is called.
|
| StreamingMediaPlayerTest.java | 445 Looper.loop();
|
| VirtualizerTest.java | 666 Looper.loop(); // Blocks forever until Looper.quit() is called.
|
| VisualizerTest.java | 535 Looper.loop(); // Blocks forever until Looper.quit() is called.
|
| /cts/tests/tests/mediastress/src/android/mediastress/cts/ |
| MediaRecorderStressTest.java | 105 Looper.loop(); 182 output.write("No of loop: "); 254 output.write("No of loop: "); 309 output.write("No of loop: "); 414 output.write("No of loop: ");
|
| /external/ImageMagick/coders/ |
| gif.c | 1108 loop; 1111 Read Netscape Loop extension. 1113 loop=MagickFalse; 1115 loop=LocaleNCompare((char *) buffer,"NETSCAPE2.0",11) == 0 ? 1117 if (loop != MagickFalse) 1099 loop; local [all...] |
| /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
| socket.rb | 281 loop do
|
| /external/icu/icu4c/source/common/ |
| ucnvscsu.c | 268 * conversion "loop" 270 * For performance, this is not a normal C loop. 276 * - a fast-path loop for the most common codes in the mode 277 * - a loop for all other codes in the mode 278 * When the fast-path runs into a code that it cannot handle, its loop ends and it 279 * runs into the following loop to handle the other codes. 280 * The end of the input or output buffer is also handled by the slower loop. 281 * The slow loop jumps (goto) to the fast-path loop again as soon as possible. 614 * conversion "loop" [all...] |
| /external/jetty/src/java/org/eclipse/jetty/util/resource/ |
| Resource.java | 562 loop: 573 break loop; local
|
| /external/libavc/common/arm/ |
| ih264_inter_pred_filters_luma_horz_a9q.s | 123 vld1.8 {d2, d3, d4}, [r0], r2 @// Load row0 ;for checking loop 176 b loop_16 @ loop if height == 8 or 16
|
| /external/skia/src/views/unix/ |
| SkOSWindow_Unix.cpp | 175 // Check for pending events before entering the select loop. There might 265 void SkOSWindow::loop() { function in class:SkOSWindow
|
| /external/v8/src/ia32/ |
| macro-assembler-ia32.cc | 2027 Label loop, entry; local 2080 Label done, loop; local 2280 Label loop, entry; local [all...] |