Home
last modified time | relevance | path

Searched refs:LCS (Results 1 – 7 of 7) sorted by relevance

/external/lisa/tools/scripts/
Dcpuidle_sampling.sh16 LCS[$I]=`cat cpu$CPU/cpuidle/state$I/usage`
36 CCS=$(($U - ${LCS[$I]}))
38 LCS[$I]=$U
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp577 ImmutableCallSite LCS(L); in cmpOperandBundlesSchema() local
580 assert(LCS && RCS && "Must be calls or invokes!"); in cmpOperandBundlesSchema()
581 assert(LCS.isCall() == RCS.isCall() && "Can't compare otherwise!"); in cmpOperandBundlesSchema()
584 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema()
587 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
588 auto OBL = LCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp985 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local
988 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
1217 if (Optional<nonloc::LazyCompoundVal> LCS = in populateWorkList() local
1220 const SValListTy &Vals = getInterestingValues(*LCS); in populateWorkList()
2361 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local
2364 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
/external/libpcap/
DCREDITS15 Alan Bawden <Alan at LCS dot MIT dot EDU>
/external/llvm/lib/Target/PowerPC/
DREADME.txt287 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DREADME.txt500 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
/external/lisa/ipynb/tutorial/
D02_TestEnvUsage.ipynb189 "\t\tCCS=$(($U - ${LCS[$I]}))\r\n",