Searched refs:num_roots (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_ucast_updn.c69 unsigned num_roots; member in struct:updn
354 if (!p_updn->num_roots) {
501 p_updn->num_roots++;
564 updn->num_roots++;
593 p_updn->num_roots = 0;
609 p_updn->num_roots > 1)
630 if (p_updn->num_roots) {
H A Dosm_ucast_ftree.c3630 unsigned num_roots; local
3649 num_roots = cl_list_count(p_ranking_bfs_list);
3650 if (!num_roots) {
3657 "Ranked %u valid root switches\n", num_roots);
/freebsd-11-stable/sys/dev/xen/pcifront/
H A Dpcifront.c452 int i, num_roots, len, err; local
459 "root_num", "%d", &num_roots);
469 for (i = 0; i < num_roots; i++) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h382 unsigned num_roots() const { return Roots.size(); } function in class:clang::ento::ExplodedGraph
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp82 if (G.num_roots() == 0) { // Initialize the analysis by constructing
H A DBugReporter.cpp2519 assert(TrimmedGraph->num_roots() == 1);

Completed in 188 milliseconds