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

  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 166 llvm::ImmutableList<const MemRegion*> LS = state->get<LockSet>();
170 if (LS.isEmpty())
173 const MemRegion *firstLockR = LS.getHead();
191 state = state->set<LockSet>(LS.getTail());
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 48 LiveStacks* LS;
153 if (!LS->hasInterval(FI))
155 LiveInterval &li = LS->getInterval(FI);
176 for (LiveStacks::iterator i = LS->begin(), e = LS->end(); i != e; ++i) {
398 LS = &getAnalysis<LiveStacks>();
403 unsigned NumSlots = LS->getNumIntervals();
LiveDebugVariables.cpp 79 LexicalScopes &LS;
83 UserValueScopes(DebugLoc D, LexicalScopes &L) : DL(D), LS(L) {}
89 LS.getMachineBasicBlocks(DL, LBlocks);
90 if (LBlocks.count(MBB) != 0 || LS.dominates(DL, MBB))
285 LexicalScopes LS;
676 UserValueScopes UVS(userValues[i]->getDebugLoc(), LS);
688 LS.initialize(mf);
695 LS.releaseMemory();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 352 const LSBaseSDNode *LS = dyn_cast<LSBaseSDNode>(Parent);
354 if (LS &&
355 (LS->getMemoryVT() == MVT::f32 || LS->getMemoryVT() == MVT::f64) &&
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 35 EQ, NE, CS, CC, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV,
  /external/aac/libAACenc/src/
metadata_compressor.cpp 120 LS = 4,
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
530 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
538 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
546 drcComp->channelIdx[LS] = channelMapping.elInfo[2].ChannelIndex[0];
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 39 LS, // Unsigned lower or same Less than or equal
58 case HI: return LS;
59 case LS: return HI;
79 case ARMCC::LS: return "ls";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bcel.jar 
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java     [all...]
WifiStateMachine.java     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 372 LabelStmt *LS = new (Context) LabelStmt(IdentLoc, TheDecl, SubStmt);
373 TheDecl->setStmt(LS);
376 return Owned(LS);
383 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
384 return Owned(LS);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 115 LS = 0x90000000,
SH4Assembler.h 336 LS = 0x4, // Unsigend Lower or Same
679 case LS:
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
ArraysTest.java     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArraysTest.java     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/qemu/
ppc-dis.c 653 /* The LS field in an X (sync) form instruction. */
654 #define LS LIA + 1
658 #define ME LS + 1
    [all...]
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/translation/
commons-net-1.4.1.jar 

Completed in 847 milliseconds