Searched refs:indent (Results 1 – 1 of 1) sorted by relevance
| /external/platform/pico/common/pico_util/ |
| A D | pheap.c | 118 …eap, pheap_node_id_t id, void (*dump_key)(pheap_node_id_t, void *), void *user_data, uint indent) { in ph_dump_node() argument 122 for (uint i = 0; i < indent * 2; i++) { in ph_dump_node() 129 count += ph_dump_node(heap, node->child, dump_key, user_data, indent + 1); in ph_dump_node() 130 count += ph_dump_node(heap, node->sibling, dump_key, user_data, indent); in ph_dump_node()
|
Completed in 2 milliseconds