Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp63 for (const auto &LCS : getLineCoverageStats(CD)) { in get() local
64 if (!LCS.isMapped()) in get()
67 if (LCS.getExecutionCount()) in get()
H A DCoverageExporterLcov.cpp71 const coverage::LineCoverageStats &LCS = *LCI; in renderLineExecutionCounts() local
72 if (LCS.isMapped()) { in renderLineExecutionCounts()
73 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n'; in renderLineExecutionCounts()
H A DSourceCoverageViewText.cpp97 const LineCoverageStats &LCS, in renderLine() argument
102 auto *WrappedSegment = LCS.getWrappedSegment(); in renderLine()
103 CoverageSegmentArray Segments = LCS.getLineSegments(); in renderLine()
207 const LineCoverageStats &LCS, in renderExpansionSite() argument
212 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
H A DSourceCoverageViewHTML.cpp498 const LineCoverageStats &LCS, in renderLine() argument
511 CoverageSegmentArray Segments = LCS.getLineSegments(); in renderLine()
549 if (CheckIfUncovered(LCS.getWrappedSegment())) { in renderLine()
586 if (shouldRenderRegionMarkers(LCS)) { in renderLine()
592 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine()
643 const LineCoverageStats &LCS, in renderExpansionSite() argument
647 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
H A DSourceCoverageViewText.h52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
56 const LineCoverageStats &LCS, unsigned ExpansionCol,
H A DSourceCoverageViewHTML.h61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
65 const LineCoverageStats &LCS, unsigned ExpansionCol,
H A DSourceCoverageView.h203 const LineCoverageStats &LCS, unsigned ExpansionCol,
220 const LineCoverageStats &LCS,
251 bool shouldRenderRegionMarkers(const LineCoverageStats &LCS) const;
H A 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()
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DIANA-arp-parameters94 826, MIT-LCS, November 1982.
115 [GXP] Gill Pratt <gill%mit-ccc@MC.LCS.MIT.EDU>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h335 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp325 const FunctionSamples *LCS = LHS.CalleeSamples; in operator ()() local
327 assert(LCS && RCS && "Expect non-null FunctionSamples"); in operator ()()
330 if (LCS->getBodySamples().size() != RCS->getBodySamples().size()) in operator ()()
331 return LCS->getBodySamples().size() > RCS->getBodySamples().size(); in operator ()()
334 return LCS->getGUID(LCS->getName()) < RCS->getGUID(RCS->getName()); in operator ()()
/netbsd-src/sys/arch/sandpoint/
H A DREADME.NAS35 re.15 satalink.16 Netronix NH-231, Allnet ALL6260, Longshine LCS-8311,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1043 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local
1046 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
1301 if (Optional<nonloc::LazyCompoundVal> LCS = in populateWorkList() local
1304 const SValListTy &Vals = getInterestingValues(*LCS); in populateWorkList()
2548 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local
2551 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dzones.inc.rst146 | **XX.LCS.MIT.EDU.** | **IN A** | **10.0.0.44** |
151 This shows two addresses for **XX.LCS.MIT.EDU**, each of a
/netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dst/
H A Dtest2.data435 A.ISI.EDU XX.LCS.MIT.EDU SRI-NIC.ARPA
1236 and a name GW.LCS.MIT.EDU, the domain database would contain:
1239 10.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1240 18.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1244 77.0.0.10.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1245 4.0.10.18.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1254 10.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1257 GW.ISI.EDU. and GW.LCS.MIT.EDU. to discover the Internet addresses of
H A Dtest1.data435 A.ISI.EDU XX.LCS.MIT.EDU SRI-NIC.ARPA
1236 and a name GW.LCS.MIT.EDU, the domain database would contain:
1239 10.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1240 18.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1244 77.0.0.10.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1245 4.0.10.18.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1254 10.IN-ADDR.ARPA. PTR GW.LCS.MIT.EDU.
1257 GW.ISI.EDU. and GW.LCS.MIT.EDU. to discover the Internet addresses of
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DREADME.txt229 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgames488 # GTA 3D-Era (III/VC/SA/LCS/VCS) - used by the RenderWare engine by Criterion Games
/netbsd-src/sys/dev/usb/
H A Dusbdevs666 product ABOCOM LCS8138TX 0x401a LCS-8138TX
/netbsd-src/share/misc/
H A Dairport4142 LCS:Las Canas, Costa Rica
/netbsd-src/etc/
H A Dservices14634 lcs-ap 9082/sctp # LCS Application Protocol [Kimmo_Kymalainen] …