Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/
D.editorconfig12 # [LCS] Linux Coding Style
20 # set default to match [LCS] .c/.h settings.
29 # [LCS] Chapter 1: Indentation
33 # [LCS] Chapter 1: Indentation
37 # Not specified by [LCS], but sensible
40 # [LCS] Chapter 2: Breaking long lines and strings
46 # [LCS] Chapter 1: Indentation
50 # [LCS] Chapter 1: Indentation
52 # [LCS] Chapter 3.1: Spaces
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterLcov.cpp67 const coverage::LineCoverageStats &LCS = *LCI; in renderLineExecutionCounts() local
68 if (LCS.isMapped()) { in renderLineExecutionCounts()
69 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n'; in renderLineExecutionCounts()
DCoverageSummaryInfo.cpp35 for (const auto &LCS : getLineCoverageStats(CD)) { in get() local
36 if (!LCS.isMapped()) in get()
39 if (LCS.getExecutionCount()) in get()
DSourceCoverageViewText.cpp96 const LineCoverageStats &LCS, in renderLine() argument
101 auto *WrappedSegment = LCS.getWrappedSegment(); in renderLine()
102 CoverageSegmentArray Segments = LCS.getLineSegments(); in renderLine()
206 const LineCoverageStats &LCS, in renderExpansionSite() argument
211 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
DSourceCoverageViewHTML.cpp492 const LineCoverageStats &LCS, in renderLine() argument
505 CoverageSegmentArray Segments = LCS.getLineSegments(); in renderLine()
543 if (CheckIfUncovered(LCS.getWrappedSegment())) { in renderLine()
580 if (shouldRenderRegionMarkers(LCS)) { in renderLine()
586 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine()
637 const LineCoverageStats &LCS, in renderExpansionSite() argument
641 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
DSourceCoverageViewText.h52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
56 const LineCoverageStats &LCS, unsigned ExpansionCol,
DSourceCoverageViewHTML.h61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
65 const LineCoverageStats &LCS, unsigned ExpansionCol,
DSourceCoverageView.h183 const LineCoverageStats &LCS, unsigned ExpansionCol,
200 const LineCoverageStats &LCS,
227 bool shouldRenderRegionMarkers(const LineCoverageStats &LCS) const;
DSourceCoverageView.cpp118 const LineCoverageStats &LCS) const { in shouldRenderRegionMarkers()
122 CoverageSegmentArray Segments = LCS.getLineSegments(); in shouldRenderRegionMarkers()
127 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp171 ImmutableCallSite LCS(L); in cmpOperandBundlesSchema() local
174 assert(LCS && RCS && "Must be calls or invokes!"); in cmpOperandBundlesSchema()
175 assert(LCS.isCall() == RCS.isCall() && "Can't compare otherwise!"); in cmpOperandBundlesSchema()
178 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema()
181 for (unsigned i = 0, e = LCS.getNumOperandBundles(); i != e; ++i) { in cmpOperandBundlesSchema()
182 auto OBL = LCS.getOperandBundleAt(i); in cmpOperandBundlesSchema()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h335 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/external/llvm-project/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp179 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, in cmpOperandBundlesSchema() argument
181 assert(LCS.getOpcode() == RCS.getOpcode() && "Can't compare otherwise!"); in cmpOperandBundlesSchema()
184 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema()
187 for (unsigned I = 0, E = LCS.getNumOperandBundles(); I != E; ++I) { in cmpOperandBundlesSchema()
188 auto OBL = LCS.getOperandBundleAt(I); in cmpOperandBundlesSchema()
/external/llvm-project/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp679 for (const auto &LCS : getLineCoverageStats(Data)) { in TEST_P() local
680 ASSERT_EQ(Line + 1, LCS.getLine()); in TEST_P()
681 errs() << "Line: " << Line + 1 << ", count = " << LCS.getExecutionCount() << "\n"; in TEST_P()
682 ASSERT_EQ(LineCounts[Line], LCS.getExecutionCount()); in TEST_P()
/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/llvm-project/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1044 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local
1047 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
1302 if (Optional<nonloc::LazyCompoundVal> LCS = in populateWorkList() local
1305 const SValListTy &Vals = getInterestingValues(*LCS); in populateWorkList()
2549 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local
2552 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
/external/libpcap/
DCREDITS12 Alan Bawden <Alan at LCS dot MIT dot EDU>
/external/llvm-project/llvm/lib/Target/PowerPC/
DREADME.txt229 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME.txt290 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
/external/llvm/lib/Target/PowerPC/
DREADME.txt287 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
/external/cpuinfo/test/dmesg/
Dhuawei-mate-8.log1470 [ 6.824523s][pid:1,cpu4,swapper/0]last_bootloader_log: --LCS:5
2395 [ 6.828002s][pid:1,cpu4,swapper/0]current_bootloader_log: --LCS:5
Dhuawei-mate-9.log2802 [ 8.439514s][pid:1,cpu6,swapper/0]current_bootloader_log: --LCS:5
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart1.csv536 ,"AR","LCS","Las Catitas","Las Catitas","M","--3-----","RL","1207",,"3318S 06802W",
9543 ,"CA","LCS","Lancaster","Lancaster","ON","--3-----","RL","1107",,,
11785 ,"CH","LCS","Lucens","Lucens","VD","--3-----","RQ","0901",,"4643N 00650E",
14860 ,"CR","LCS","Las Canas","Las Canas",,"---4----","RQ","0901",,,
26066 ,"DO","LCS","Las Calderas","Las Calderas","17","-----6--","RL","1007",,"1813N 07030W",
29544 ,"ES","LCS","Loeches","Loeches",,"--3-----","RL","0201",,"4023N 00324W",
36747 ,"FR","LCS","La Chapelle-en-Serval","La Chapelle-en-Serval","60","--3-----","RL","0207",,"4908N 002…
D2013-1_UNLOCODE_CodeListPart2.csv2994 ,"GB","LCS","Leicester","Leicester","LEC","1-------","AF","9511","QEW",,
12706 ,"IT","LCS","La Cassa","La Cassa","TO","--3-----","RQ","0901",,"4510N 00731E",
D2013-1_UNLOCODE_CodeListPart3.csv18237 ,"US","LCS","Lancaster","Lancaster","MA","--3--6--","RL","0401",,"4227N 07140W",