Searched refs:n_nodes (Results 1 – 7 of 7) sorted by relevance
/external/avahi/avahi-core/ |
D | prioq.c | 39 q->n_nodes = 0; in avahi_prio_queue_new() 51 assert(!q->n_nodes); in avahi_prio_queue_free() 302 assert(q->n_nodes); in avahi_prio_queue_put() 324 assert(!q->n_nodes); in avahi_prio_queue_put() 333 q->n_nodes++; in avahi_prio_queue_put() 379 assert(q->n_nodes == 1); in avahi_prio_queue_remove() 385 assert(q->n_nodes > 0); in avahi_prio_queue_remove() 386 q->n_nodes--; in avahi_prio_queue_remove()
|
D | prioq-test.c | 99 assert(q->n_nodes == q2->n_nodes); in main()
|
D | prioq.h | 30 unsigned n_nodes; member
|
/external/dbus/dbus/ |
D | dbus-marshal-recursive-util.c | 1081 int n_nodes; member 1176 while (i < nid->n_nodes) in run_test_values_only_write() 1189 while (i < nid->n_nodes) in run_test_values_only_write() 1194 if (i + 1 == nid->n_nodes) in run_test_values_only_write() 1234 while (i < nid->n_nodes) in run_test_set_values() 1241 if (i + 1 == nid->n_nodes) in run_test_set_values() 1254 while (i < nid->n_nodes) in run_test_set_values() 1260 if (i + 1 == nid->n_nodes) in run_test_set_values() 1394 while (i < nid->n_nodes) in run_test_nodes_iteration() 1413 while (i < nid->n_nodes) in run_test_nodes_iteration() [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | 2006-01-12-BadSetCCFold.ll | 19 %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/libxml2/ |
D | testapi.c | 5350 int n_nodes; in test_xmlC14NDocDumpMemory() local 5361 for (n_nodes = 0;n_nodes < gen_nb_xmlNodeSetPtr;n_nodes++) { in test_xmlC14NDocDumpMemory() 5368 nodes = gen_xmlNodeSetPtr(n_nodes, 1); in test_xmlC14NDocDumpMemory() 5378 des_xmlNodeSetPtr(n_nodes, nodes, 1); in test_xmlC14NDocDumpMemory() 5389 printf(" %d", n_nodes); in test_xmlC14NDocDumpMemory() 5419 int n_nodes; in test_xmlC14NDocSave() local 5432 for (n_nodes = 0;n_nodes < gen_nb_xmlNodeSetPtr;n_nodes++) { in test_xmlC14NDocSave() 5440 nodes = gen_xmlNodeSetPtr(n_nodes, 1); in test_xmlC14NDocSave() 5451 des_xmlNodeSetPtr(n_nodes, nodes, 1); in test_xmlC14NDocSave() 5463 printf(" %d", n_nodes); in test_xmlC14NDocSave() [all …]
|
/external/valgrind/memcheck/ |
D | mc_main.c | 939 Int i, n_nodes = 0, n_survivors = 0; in gcSecVBitTable() local 966 n_nodes = VG_(OSetGen_Size)(secVBitTable); in gcSecVBitTable() 973 if (VG_(clo_verbosity) > 1 && n_nodes != 0) { in gcSecVBitTable() 975 n_nodes, n_survivors, n_survivors * 100.0 / n_nodes); in gcSecVBitTable()
|