HomeSort by relevance Sort by last modified time
    Searched refs:Loop (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 43 jmp .Loop
46 .Loop:
1237 jb .Loop
  /external/openssl/crypto/sha/asm/
sha256-mips.S 45 b .Loop
48 .Loop:
1960 bnel $5,$23,.Loop
sha256-armv4.S 36 .Loop:
1504 bne .Loop
sha512-armv4.S 83 .Loop:
429 bne .Loop
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 159 // NOTE: this loop intentionally is not using an iterator. Instead, we
809 os << "Loop condition is true. ";
825 Start, End, "Loop condition is false. Exiting loop"));
837 os << "Loop condition is false. ";
851 Start, End, "Loop condition is true. Entering loop body"));
    [all...]
  /system/vold/
CommandListener.cpp 38 #include "Loop.h"
93 cli->sendMsg(0, "Dumping loop status", false);
94 if (Loop::dumpState(cli)) {
95 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true);
  /dalvik/vm/
Dvm.mk 219 compiler/Loop.cpp \
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 432 // Set up the loop segment data
466 /* MB loop to set local segmentation map */
506 /* Set up the loop segment data */
770 /* Only do recode loop on key frames, golden frames and
780 sf->recode_loop = 0; /* recode loop off */
787 sf->auto_filter = 0; /* Faster selection of loop filter */
810 sf->auto_filter = 0; /* Faster selection of loop filter */
820 sf->auto_filter = 0; /* Faster selection of loop filter */
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.cpp 669 LabelScope scope(type, name, scopeDepth(), newLabel(), type == LabelScope::Loop ? newLabel() : PassRefPtr<Label>()); // Only loops have continue targets.
    [all...]
NodesCodegen.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 11 // individual loop or a parallel section, into a new function, replacing it with
76 // Loop over the blocks, adding them to our set-vector, and aborting with an
129 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs)
233 // Loop over all of the predecessors of OldPred that are in the region,
251 // Loop over all of the incoming value in PN, moving them to NewPN if they
389 // Rewrite branches to basic blocks outside of the loop to new dummy blocks
519 // function return an unsigned, switch on that number. This loop iterates
708 // This takes place of the original loop
740 // Loop over all of the PHI nodes in the header block, and change any
  /external/llvm/tools/opt/
opt.cpp 274 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/zlib/src/
make_vms.com 266 $Loop:
285 $ If arg .Le. 8 Then Goto Loop
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc     [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 188 // a nested event loop. Using a stack enables nesting of message loop invocations.
    [all...]
  /external/bison/djgpp/
config.bat 50 Rem Loop over all arguments.
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 104 # Add a footnote id prefix to posts when inside a loop.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-tagcloud.js 42 i, // Loop counter.
102 i, // The loop counter.
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-tagcloud.js 42 i, // Loop counter.
102 i, // The loop counter.
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 128 "for if in is isnt loop new no not null of off on or return super then " +
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 128 "for if in is isnt loop new no not null of off on or return super then " +
    [all...]

Completed in 8291 milliseconds

1 2 3 45