Searched refs:max_depth (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/uapp/lsusb/
H A Dlsusb.c64 int max_depth) {
87 int right_pad = (max_depth - depth) * 4;
297 static void do_list_tree(struct device_node* devices, uint64_t hub_id, int max_depth) { argument
301 do_list_device(node->fd, -1, false, node->devname, node->depth, max_depth);
302 do_list_tree(devices, node->device_id, max_depth);
359 int max_depth = 0; local
364 if (depth > max_depth) max_depth = depth;
371 for (int i = 0; i < max_depth; i++) {
377 do_list_tree(devices, 0, max_depth);
63 do_list_device(int fd, int configuration, bool verbose, const char* devname, int depth, int max_depth) argument
[all...]
/fuchsia/zircon/system/uapp/psutils/
H A Dvmaps.c89 size_t max_depth = 2; local
92 if (e->depth > max_depth) {
93 max_depth = e->depth;
122 printf("/%c%*s", tc, (int)(max_depth - 3), "");
125 tc, (int)(max_depth - e->depth), "");
/fuchsia/zircon/system/utest/fbl/
H A Dintrusive_wavl_tree_tests.cpp182 uint64_t max_depth = 0; local
200 max_depth = static_cast<uint64_t>(log2N * scale) + 1;
218 EXPECT_GE(max_depth, depth);

Completed in 81 milliseconds