Home
last modified time | relevance | path

Searched refs:n_nodes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_impl/
Dgraph_functions_wrapper.c296 unsigned int n_nodes; in hexagon_controller_DumpPerf() local
299 if (hexagon_nn_get_perfinfo(nn_id, info, MAX_NODES, &n_nodes) != 0) { in hexagon_controller_DumpPerf()
303 TFMLOGD("Total %d nodes.", n_nodes); in hexagon_controller_DumpPerf()
304 qsort(info, n_nodes, sizeof(info[0]), CompareCycle); in hexagon_controller_DumpPerf()
305 for (i = 0; i < n_nodes; i++) { in hexagon_controller_DumpPerf()
309 for (i = 0; i < n_nodes; i++) { in hexagon_controller_DumpPerf()
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2006-01-12-BadSetCCFold.ll19 %n_nodes.4 = phi i32 [ 64, %then.3.i ], [ 64, %then.2.i ], [ 64, %endif.2.i ] ; <i32> [#uses=1]
20 %tmp.14.i1134.i.i = icmp sgt i32 %n_nodes.4, 1 ; <i1> [#uses=2]
/external/llvm/test/CodeGen/Generic/
D2006-01-12-BadSetCCFold.ll19 %n_nodes.4 = phi i32 [ 64, %then.3.i ], [ 64, %then.2.i ], [ 64, %endif.2.i ] ; <i32> [#uses=1]
20 %tmp.14.i1134.i.i = icmp sgt i32 %n_nodes.4, 1 ; <i1> [#uses=2]
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lpm_map.c209 size_t i, j, n_matches, n_matches_after_delete, n_nodes, n_lookups; in test_lpm_map() local
222 n_nodes = 1 << 8; in test_lpm_map()
241 for (i = 0; i < n_nodes; ++i) { in test_lpm_map()
/external/libxml2/
Dtestapi.c5375 int n_nodes; in test_xmlC14NDocDumpMemory() local
5386 for (n_nodes = 0;n_nodes < gen_nb_xmlNodeSetPtr;n_nodes++) { in test_xmlC14NDocDumpMemory()
5393 nodes = gen_xmlNodeSetPtr(n_nodes, 1); in test_xmlC14NDocDumpMemory()
5403 des_xmlNodeSetPtr(n_nodes, nodes, 1); in test_xmlC14NDocDumpMemory()
5414 printf(" %d", n_nodes); in test_xmlC14NDocDumpMemory()
5444 int n_nodes; in test_xmlC14NDocSave() local
5457 for (n_nodes = 0;n_nodes < gen_nb_xmlNodeSetPtr;n_nodes++) { in test_xmlC14NDocSave()
5465 nodes = gen_xmlNodeSetPtr(n_nodes, 1); in test_xmlC14NDocSave()
5476 des_xmlNodeSetPtr(n_nodes, nodes, 1); in test_xmlC14NDocSave()
5488 printf(" %d", n_nodes); in test_xmlC14NDocSave()
[all …]
/external/valgrind/memcheck/
Dmc_main.c954 Int i, n_nodes = 0, n_survivors = 0; in gcSecVBitTable() local
981 n_nodes = VG_(OSetGen_Size)(secVBitTable); in gcSecVBitTable()
988 if (VG_(clo_verbosity) > 1 && n_nodes != 0) { in gcSecVBitTable()
990 n_nodes, n_survivors, n_survivors * 100.0 / n_nodes); in gcSecVBitTable()