Searched refs:LCM (Results 1 – 5 of 5) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvlcm.cpp | 107 int _cvConstructLCM(CvLCM* LCM); 279 CvLCM LCM = {NULL, VoronoiDiagram,NULL,NULL,maxWidth}; in cvLinearContorModelFromVoronoiDiagram() local 301 LCM.EdgeStorage = cvCreateChildMemStorage(LCMstorage); in cvLinearContorModelFromVoronoiDiagram() 302 LCM.ContourStorage = cvCreateChildMemStorage(LCMstorage); in cvLinearContorModelFromVoronoiDiagram() 303 LCM.Graph = cvCreateGraph(CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED, in cvLinearContorModelFromVoronoiDiagram() 308 if(!_cvConstructLCM(&LCM)) in cvLinearContorModelFromVoronoiDiagram() 309 cvReleaseLinearContorModelStorage(&LCM.Graph); in cvLinearContorModelFromVoronoiDiagram() 313 return LCM.Graph; in cvLinearContorModelFromVoronoiDiagram() 351 int _cvConstructLCM(CvLCM* LCM) in _cvConstructLCM() argument 364 for(CvSet* SiteSet = LCM->VoronoiDiagram->sites; in _cvConstructLCM() [all …]
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 157 LocationContextMap &LCM) { in removeUnneededCalls() argument 171 assert(LCM.count(&call->path)); in removeUnneededCalls() 172 if (R->isInteresting(LCM[&call->path])) { in removeUnneededCalls() 177 if (!removeUnneededCalls(call->path, R, LCM)) in removeUnneededCalls() 185 if (!removeUnneededCalls(macro->subPieces, R, LCM)) in removeUnneededCalls() 558 LocationContextMap &LCM, in GenerateMinimalPathDiagnostic() argument 580 LCM[&C->path] = CE->getCalleeContext(); in GenerateMinimalPathDiagnostic() 604 LCM[&C->path] = CE->getCalleeContext(); in GenerateMinimalPathDiagnostic() 1391 LocationContextMap &LCM, in GenerateExtensivePathDiagnostic() argument 1422 LCM[&C->path] = CE->getCalleeContext(); in GenerateExtensivePathDiagnostic() [all …]
|
/external/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 48 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local 49 assert((LCM >= A && LCM >= B) && "LCM overflow"); in lcm() 50 return LCM; in lcm()
|
/external/owasp/sanitizer/lib/htmlparser-1.3/ |
D | htmlparser-1.3.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |
D | htmlparser-1.3-with-transitions.jar | META-INF/MANIFEST.MF
nu/validator/htmlparser/tools/XSLT4HTML5XOM.class
XSLT4HTML5XOM ... |