Home
last modified time | relevance | path

Searched refs:nodes_count (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/tc/
Dtc_class.c37 int nodes_count; member
206 if (node->hlist.next && node->nodes_count) in graph_indent()
210 else if (node->nodes_count) in graph_indent()
243 cls->nodes_count++; in graph_cls_show()
283 if (cls->hlist.next || cls->nodes_count) { in graph_cls_show()
/external/v8/test/cctest/
Dtest-heap-profiler.cc1757 const int nodes_count = snapshot->GetNodesCount(); in TEST() local
1759 for (int i = 0; i < nodes_count; ++i) { in TEST()