Home | History | Annotate | Download | only in tests

Lines Matching refs:depth

33 	int depth = 0;
42 depth++;
48 return depth;
51 static int path_prefix(const char *path, int depth)
59 if (depth == 0)
63 for (i = 0; i < depth; i++)
70 int depth)
77 pathprefixlen = path_prefix(path, depth);
82 verbose_printf("Path %s (%d), depth %d, supernode is %s\n",
83 path, pdepth, depth, superpath);
94 depth, &nodedepth);
104 FAIL("fdt_supernode_atdept_offset() returns node depth %d "