Searched refs:FCS (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewHTML.cpp | 469 const std::string &FirstCol, const FileCoverageSummary &FCS, in emitTableRow() argument 496 AddCoverageTripleToColumn(FCS.FunctionCoverage.getExecuted(), in emitTableRow() 497 FCS.FunctionCoverage.getNumFunctions(), in emitTableRow() 498 FCS.FunctionCoverage.getPercentCovered()); in emitTableRow() 500 AddCoverageTripleToColumn(FCS.InstantiationCoverage.getExecuted(), in emitTableRow() 501 FCS.InstantiationCoverage.getNumFunctions(), in emitTableRow() 502 FCS.InstantiationCoverage.getPercentCovered()); in emitTableRow() 503 AddCoverageTripleToColumn(FCS.LineCoverage.getCovered(), in emitTableRow() 504 FCS.LineCoverage.getNumLines(), in emitTableRow() 505 FCS.LineCoverage.getPercentCovered()); in emitTableRow() [all …]
|
H A D | CoverageSummaryInfo.cpp | 120 for (const auto &FCS : Summaries.drop_front()) { 121 Summary.RegionCoverage.merge(FCS.RegionCoverage); 122 Summary.LineCoverage.merge(FCS.LineCoverage); 123 Summary.BranchCoverage.merge(FCS.BranchCoverage); 124 Summary.MCDCCoverage.merge(FCS.MCDCCoverage); 100 for (const auto &FCS : Summaries.drop_front()) { get() local
|
H A D | CoverageReport.cpp | 533 for (const FileCoverageSummary &FCS : FileReports) in renderFileReports() local 534 Filenames.emplace_back(FCS.Name); in renderFileReports() 568 for (const FileCoverageSummary &FCS : FileReports) { in renderFileReports() local 569 if (FCS.FunctionCoverage.getNumFunctions()) in renderFileReports() 570 render(FCS, OS); in renderFileReports() 572 EmptyFiles.push_back(&FCS); in renderFileReports() 579 for (auto FCS : EmptyFiles) in renderFileReports() local 580 render(*FCS, OS); in renderFileReports()
|
H A D | SourceCoverageViewHTML.h | 46 const FileCoverageSummary &FCS, 49 const FileCoverageSummary &FCS) const;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | fcs | 4 # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files 6 0 string FCS1.0 Flow Cytometry Standard (FCS) data, version 1.0 7 0 string FCS2.0 Flow Cytometry Standard (FCS) data, version 2.0 8 0 string FCS3.0 Flow Cytometry Standard (FCS) data, version 3.0
|
H A D | sniffer | 189 >20 belong&0x03FFFFFF 195 (802.15.4 with FCS 215 >20 belong&0x03FFFFFF 230 (802.15.4 without FCS
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BasicObjCFoundationChecks.cpp | 825 void checkPostStmt(const ObjCForCollectionStmt *FCS, CheckerContext &C) const; 862 const ObjCForCollectionStmt *FCS) { in checkCollectionNonNil() argument 866 SVal CollectionVal = C.getSVal(FCS->getCollection()); in checkCollectionNonNil() 888 const ObjCForCollectionStmt *FCS) { in checkElementNonNil() argument 893 if (!isKnownNonNilCollectionType(FCS->getCollection()->getType())) in checkElementNonNil() 897 const Stmt *Element = FCS->getElement(); in checkElementNonNil() 952 const ObjCForCollectionStmt *FCS, in assumeCollectionNonEmpty() argument 957 SymbolRef CollectionS = C.getSVal(FCS->getCollection()).getAsSymbol(); in assumeCollectionNonEmpty() 963 const ObjCForCollectionStmt *FCS) { in alreadyExecutedAtLeastOneLoopIteration() argument 969 return BE->getSrc()->getLoopTarget() == FCS; in alreadyExecutedAtLeastOneLoopIteration() [all …]
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.dag | 97 CRC/FCS. If the card is not configured to discard the CRC/FCS, this 99 packets to have an FCS. 102 how many bits of CRC/FCS to strip from the end of the captured 104 configured to strip the CRC/FCS, then set ERF_FCS_BITS=0. If used with 105 a HDLC/PoS/PPP/Frame Relay link with 16 bit CRC/FCS, then set 108 If you wish to create a pcap file that DOES contain the Ethernet FCS, 110 the existing FCS to be captured into the pcap file. Note some
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1718 CodeGenFunction::FieldConstructionScope FCS(CGF, Dest.getAddress()); in VisitCXXParenListOrInitListExpr() local
|
H A D | CGClass.cpp | 1336 FieldConstructionScope FCS(*this, LoadCXXThisAddress()); in EmitCtorPrologue() local
|
/freebsd/contrib/tcpdump/ |
H A D | CHANGES | 959 Handle frames with an FCS
|