Searched refs:LCM (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlcm.cpp102 // LCM : in&out.
107 int _cvConstructLCM(CvLCM* LCM);
279 CvLCM LCM = {NULL, VoronoiDiagram,NULL,NULL,maxWidth}; local
301 LCM.EdgeStorage = cvCreateChildMemStorage(LCMstorage);
302 LCM.ContourStorage = cvCreateChildMemStorage(LCMstorage);
303 LCM.Graph = cvCreateGraph(CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED,
308 if(!_cvConstructLCM(&LCM))
309 cvReleaseLinearContorModelStorage(&LCM.Graph);
313 return LCM.Graph;
351 int _cvConstructLCM(CvLCM* LCM) argument
[all...]
/external/llvm/lib/CodeGen/
H A DTargetSchedule.cpp49 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); local
50 assert((LCM >= A && LCM >= B) && "LCM overflow");
51 return LCM;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp157 LocationContextMap &LCM) {
171 assert(LCM.count(&call->path));
172 if (R->isInteresting(LCM[&call->path])) {
177 if (!removeUnneededCalls(call->path, R, LCM))
185 if (!removeUnneededCalls(macro->subPieces, R, LCM))
562 LocationContextMap &LCM,
584 LCM[&C->path] = CE->getCalleeContext();
608 LCM[&C->path] = CE->getCalleeContext();
1398 LocationContextMap &LCM,
1429 LCM[
156 removeUnneededCalls(PathPieces &pieces, BugReport *R, LocationContextMap &LCM) argument
559 GenerateMinimalPathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1395 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1639 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
2332 optimizeEdges(PathPieces &path, SourceManager &SM, OptimizedCallsSet &OCS, LocationContextMap &LCM) argument
2518 dropFunctionEntryEdge(PathPieces &Path, LocationContextMap &LCM, SourceManager &SM) argument
3135 LocationContextMap LCM; local
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...

Completed in 264 milliseconds