Searched refs:node_print (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | ph.c | 42 node_print(const node_t *node, unsigned depth) in node_print() function 54 node_print(leftmost_child, depth + 1); in node_print() 58 node_print(sibling, depth + 1); in node_print() 71 node_print(heap->ph_root, 0); in heap_print() 78 node_print(auxelm, 0); in heap_print()
|
/external/jemalloc_new/test/unit/ |
D | ph.c | 43 node_print(const node_t *node, unsigned depth) { in node_print() function 56 node_print(leftmost_child, depth + 1); in node_print() 60 node_print(sibling, depth + 1); in node_print() 73 node_print(heap->ph_root, 0); in heap_print() 80 node_print(auxelm, 0); in heap_print()
|
/external/selinux/libsemanage/src/ |
D | nodes_file.c | 23 static int node_print(semanage_handle_t * handle, in node_print() function 160 .print = node_print,
|