Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dph.c43 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/
Dnodes_file.c23 static int node_print(semanage_handle_t * handle, in node_print() function
160 .print = node_print,