HomeSort by relevance Sort by last modified time
    Searched refs:Loop (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /external/llvm/unittests/Analysis/
ScalarEvolutionTest.cpp 103 // It's possible to produce an empty loop through the default constructor,
105 Loop L;
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 212 .Loop:
244 bpl .Loop
  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha512-armv4.pl 267 .Loop:
443 bne .Loop
  /external/openssl/crypto/modes/asm/
ghash-armv4.S 207 .Loop:
239 bpl .Loop
  /external/openssl/crypto/sha/asm/
sha256-armv4.pl 201 .Loop:
239 bne .Loop
sha512-armv4.pl 248 .Loop:
424 bne .Loop
sha256-mips.S 45 b .Loop
48 .Loop:
1960 bne $5,$23,.Loop
sha1-armv8.S 28 .Loop:
1061 cbnz x2,.Loop
sha256-armv8.S 33 .Loop:
965 b.ne .Loop
sha512-armv8.S 27 .Loop:
959 b.ne .Loop
  /external/chromium_org/v8/test/cctest/compiler/
test-scheduler.cc 35 TestLoop* loop = new TestLoop(); local
36 loop->count = count;
37 loop->nodes = new BasicBlock* [count];
39 loop->nodes[i] = schedule->NewBasicBlock();
40 if (i > 0) schedule->AddSuccessor(loop->nodes[i - 1], loop->nodes[i]);
42 schedule->AddSuccessor(loop->nodes[count - 1], loop->nodes[0]);
43 return loop;
161 BasicBlock* loop[] = {schedule.start()} local
173 BasicBlock* loop[] = {schedule.start(), schedule.end()}; local
241 BasicBlock* loop[] = {B, C}; local
262 BasicBlock* loop[] = {B, C}; local
304 BasicBlock* loop[] = {B, C, D, E, F}; local
    [all...]
  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/rc4/
rc4-md5-x86_64.S 45 jmp .Loop
48 .Loop:
1239 jb .Loop
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 43 jmp .Loop
46 .Loop:
1237 jb .Loop
  /art/compiler/dex/
mir_optimization_test.cc 338 TEST_F(ClassInitCheckEliminationTest, Loop) {
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 40 // Using "Loop Branch Heuristics" we predict weights of edges for the
306 // Calculate Edge Weights using "Loop Branch Heuristics". Predict backedges
309 Loop *L = LI->getLoopFor(BB);
315 SmallVector<unsigned, 8> InEdges; // Edges from header to the loop.
  /system/vold/
CommandListener.cpp 38 #include "Loop.h"
94 cli->sendMsg(0, "Dumping loop status", false);
95 if (Loop::dumpState(cli)) {
96 cli->sendMsg(ResponseCode::CommandOkay, "Loop dump failed", true);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 399 // are not called in the encoding loop, so we need to call it here to
555 // Set up the loop segment data
589 /* MB loop to set local segmentation map */
621 // Under aggressive denoising, use segmentation to turn off loop
626 // loop filtering on noisy input source.
649 /* Set up the loop segment data */
911 /* Only do recode loop on key frames, golden frames and
921 sf->recode_loop = 0; /* recode loop off */
928 sf->auto_filter = 0; /* Faster selection of loop filter */
951 sf->auto_filter = 0; /* Faster selection of loop filter *
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 396 // are not called in the encoding loop, so we need to call it here to
552 // Set up the loop segment data
586 /* MB loop to set local segmentation map */
626 /* Set up the loop segment data */
888 /* Only do recode loop on key frames, golden frames and
898 sf->recode_loop = 0; /* recode loop off */
905 sf->auto_filter = 0; /* Faster selection of loop filter */
928 sf->auto_filter = 0; /* Faster selection of loop filter */
938 sf->auto_filter = 0; /* Faster selection of loop filter */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 396 // are not called in the encoding loop, so we need to call it here to
552 // Set up the loop segment data
586 /* MB loop to set local segmentation map */
626 /* Set up the loop segment data */
888 /* Only do recode loop on key frames, golden frames and
898 sf->recode_loop = 0; /* recode loop off */
905 sf->auto_filter = 0; /* Faster selection of loop filter */
928 sf->auto_filter = 0; /* Faster selection of loop filter */
938 sf->auto_filter = 0; /* Faster selection of loop filter */
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
ghash-x86_64.pl 143 sub loop() {
158 jmp .Loop$N
161 .Loop$N:
189 jmp .Loop$N
236 &loop ($Xi);
142 sub loop() { subroutine
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 11 // individual loop or a parallel section, into a new function, replacing it with
78 // Loop over the blocks, adding them to our set-vector, and aborting with an
131 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs)
234 // Loop over all of the predecessors of OldPred that are in the region,
252 // Loop over all of the incoming value in PN, moving them to NewPN if they
390 // 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
707 // This takes place of the original loop
739 // Loop over all of the PHI nodes in the header block, and change any
  /external/chromium_org/third_party/readability/js/
readability.js 48 maxPages: 30, /* The maximum number of pages to loop through before we call it quits and just show a link. */
611 * Loop through all paragraphs, and assign a score to them based on how content-y they look.
662 * After we've calculated scores, loop through all of the possible candidate nodes we found
    [all...]
  /external/zlib/src/
make_vms.com 266 $Loop:
285 $ If arg .Le. 8 Then Goto Loop
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc     [all...]
  /external/bison/djgpp/
config.bat 50 Rem Loop over all arguments.

Completed in 1029 milliseconds

1 2 3 4 56 7