HomeSort by: relevance | last modified time | path
    Searched refs:num_roots (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/xen/xen/
xpci_xenbus.c 290 u_long num_roots; local
299 "root_num", &num_roots, 10);
313 aprint_verbose_dev(sc->sc_dev, "%lu bus%s\n", num_roots,
314 (num_roots > 1) ? "ses" : "");
316 for (i = 0; i < num_roots; i++) {
pciback.c 686 int num_roots = 0; local
694 snprintf(root, sizeof(root), "root-%d", num_roots);
703 num_roots++;
708 "%d", num_roots);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 382 unsigned num_roots() const { return Roots.size(); } function in class:clang::ento::ExplodedGraph
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 81 if (G.num_roots() == 0) { // Initialize the analysis by constructing
BugReporter.cpp 2568 assert(TrimmedGraph->num_roots() == 1);

Completed in 21 milliseconds