HomeSort by relevance Sort by last modified time
    Searched defs:Loop (Results 1 - 20 of 20) sorted by null

  /external/openssl/crypto/
ppccpuid.pl 50 Loop: lwarx r5,0,r3
53 bne- Loop
  /system/vold/
Loop.h 21 #include <linux/loop.h>
25 class Loop {
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayerAction.h 41 Loop,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 90 Loop
134 BGT Loop
omxVCM4P2_QuantInvIntra_I_s.s 126 Loop
170 BGT Loop
omxVCM4P2_DecodePadMV_PVOP_s.s 204 Loop
322 BLT Loop ;// If BlkCount<Count Continue the Loop
  /external/llvm/include/llvm/CodeGen/
MachineLoopRanges.h 13 // covered by a loop.
29 /// MachineLoopRange - Range information for a single loop.
38 /// The mapped loop.
39 const MachineLoop *const Loop;
42 /// Bit 0 = inside loop block.
45 /// Loop area as measured by SlotIndex::distance.
52 /// getLoop - Return the mapped machine loop.
53 const MachineLoop *getLoop() const { return Loop; }
55 /// overlaps - Return true if this loop overlaps the given range of machine
59 /// getNumber - Return the loop number. This is the same as the number of th
    [all...]
GCMetadata.h 51 Loop, //< Instr is a loop (backwards branch).
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 232 function Loop() {
248 Loop();
323 Loop();
  /external/v8/test/cctest/
test-thread-termination.cc 55 v8::Handle<v8::Value> Loop(const v8::Arguments& args) {
115 global->Set(v8::String::New("loop"), v8::FunctionTemplate::New(Loop));
130 // Run a loop that will be infinite if thread termination does not work.
132 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
142 // itself in a loop that performs no calls.
150 // Run a loop that will be infinite if thread termination does not work.
152 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }");
185 // Run a loop that will be infinite if thread termination does not work.
187 v8::String::New("try { loop(); fail(); } catch(e) { fail(); }")
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h 41 enum Type { Loop, Switch, NamedLabel };
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_QuantInvInter_I_s.s 119 Loop
152 BGT Loop
omxVCM4P2_DecodePadMV_PVOP_s.s 204 Loop
322 BLT Loop ;// If BlkCount<Count Continue the Loop
omxVCM4P2_QuantInvIntra_I_s.s 160 Loop
193 BGT Loop
  /external/mesa3d/src/pixelflinger2/
llvm_helper.h 139 struct Loop {
143 std::stack<Loop> m_loopStack;
194 BasicBlock *begin = BasicBlock::Create(m_builder.getContext(), name("loop"), function,0);
198 Loop loop; local
199 loop.begin = begin;
200 loop.end = end;
202 m_loopStack.push(loop);
207 Loop loop = m_loopStack.top() local
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
11 // and determine the loop depth of various nodes of the CFG. A natural loop
16 // each natural loop identified, this analysis identifies natural loops
17 // contained entirely within the loop and the basic blocks the make up the loop.
21 // * whether there is a preheader for the loop
23 // * whether or not a particular block branches out of the loop
24 // * the successor blocks of the loop
25 // * the loop dept
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 162 // Loop over basic blocks where CurLI is live.
261 // Loop over basic blocks where li is live.
666 const MachineLoop *Loop = Loops.getLoopFor(MBB);
668 // MBB isn't in a loop, it doesn't get any better. All dominators have a
670 if (!Loop) {
677 if (Loop == DefLoop) {
679 << MBB->getNumber() << " in the same loop\n");
684 unsigned Depth = Loop->getLoopDepth();
692 // Leave loop by going to the immediate dominator of the loop header
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 378 // MB loop to set local segmentation map
409 // Set up the loop segment data
455 // MB loop to set local segmentation map
502 // Set up the loop segment data
766 // Only do recode loop on key frames, golden frames and
789 sf->recode_loop = 0; // recode loop off
798 sf->auto_filter = 0; // Faster selection of loop filter
950 sf->auto_filter = 0; // Faster selection of loop filter
987 sf->auto_filter = 0; // Faster selection of loop filter
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 277 milliseconds