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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block_386.s 121 loop: label
224 JB loop
sha1block_amd64.s 107 loop: label
207 JB loop
sha1block_amd64p32.s 111 loop: label
213 JB loop
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block_386.s 121 loop: label
224 JB loop
sha1block_amd64.s 107 loop: label
207 JB loop
sha1block_amd64p32.s 111 loop: label
213 JB loop
  /prebuilts/misc/common/swig/include/2.0.11/cffi/
cffi.swg 157 `(cl:progn ,@(cl:loop for value in enums
  /external/freetype/src/truetype/
ttinterp.c 545 exec->GS.loop = 1;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttinterp.c 555 exec->GS.loop = 1;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 51 /* within the run loop. A single stroke of interpretation is now */
564 exec->GS.loop = 1;
    [all...]
  /art/compiler/optimizing/
ssa_liveness_analysis.h 361 // Find the range that covers the positions after the loop.
370 // Uses are only in the loop.
375 // There are uses after the loop.
378 // The use after the loop is after a lifetime hole.
978 HLoopInformation* loop = header->GetLoopInformation(); local
    [all...]
  /build/core/combo/
TARGET_linux-arm.mk 154 -frerun-cse-after-loop \
TARGET_linux-mips.mk 125 -frerun-cse-after-loop \
  /cts/tests/tests/media/src/android/media/cts/
AudioRecordingConfigurationTest.java 55 * for the current thread. However, since we don't actually call loop() in the test,
76 Looper.loop();
BassBoostTest.java 409 Looper.loop(); // Blocks forever until Looper.quit() is called.
MediaDrmMockTest.java 687 Looper.loop(); // Blocks forever until Looper.quit() is called.
765 Looper.loop(); // Blocks forever until Looper.quit() is called.
838 Looper.loop(); // Blocks forever until Looper.quit() is called.
    [all...]
PresetReverbTest.java 370 Looper.loop(); // Blocks forever until Looper.quit() is called.
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 199 // Only one destroy loop, since only one inner init list is directly inited.
214 // Only one destroy loop, since only one inner init list is directly inited.
290 void loop(X &x1, X &x2) { function in namespace:rdar13325066
318 // Destruction loop for underlying array.
335 // Destruction loop for underlying array.
357 // Destruction loop for underlying array.
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 467 rep.AddMutex(r->loop[i].mtx_ctx0);
468 rep.AddUniqueTid((int)r->loop[i].thr_ctx);
469 rep.AddThread((int)r->loop[i].thr_ctx);
474 u32 stk = r->loop[i].stk[j];
  /external/curl/packages/vms/
compare_curl_source.com 187 $loop:
238 $ goto loop
252 $ if ref_type .eqs. ".DIR" then goto loop
284 $ goto loop
307 $ goto loop
312 $! For missing loop, check the latest generation.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 60 rem Slurp the command line arguments. This loop allows for an unlimited number
78 rem This label provides a place for the argument list loop to break out
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 274 loop: while (idx-- >= 0) {
277 if (kind < 2) break loop; local
280 if (kind < 3) break loop; local
283 if (kind < 4) break loop; local
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUJDKCompare.java 662 loop: while (iter.hasNext()) {
669 continue loop; local
702 loop: while (iter.hasNext()) {
709 continue loop; local
  /external/libhevc/common/arm/
ihevc_weighted_pred_bi_default.s 205 bgt core_loop_4 @if greater than 0 repeat the core loop again
246 bgt core_loop_chroma_4x2 @if greater than 0 repeat the core loop again
299 bgt core_loop_8 @if greater than 0 repeat the core loop again
348 bgt core_loop_chroma_8x2 @if greater than 0 repeat the core loop again
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 66 ; This loop loads one y value more than we actually need. Therefore we have to
70 ; This loop has 19 total instructions (10 cycles to issue, minimum), with
75 ; latter two categories, meaning the whole loop should run in 10 cycles per
282 ; thus "free". There should be no stalls in the body of the loop.

Completed in 2006 milliseconds

<<21222324252627282930>>