Searched refs:pdepth (Results 1 – 4 of 4) sorted by relevance
/external/dtc/tests/ |
D | supernode_atdepth_offset.c | 72 int pdepth = path_depth(path); in check_supernode_atdepth() local 83 path, pdepth, depth, superpath); in check_supernode_atdepth() 103 if (nodedepth != pdepth) in check_supernode_atdepth() 105 "instead of %d", nodedepth, pdepth); in check_supernode_atdepth() 110 int pdepth = path_depth(path); in check_supernode_overdepth() local 117 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL); in check_supernode_overdepth() 120 "of FDT_ERR_NOTFOUND", path, pdepth+1, err); in check_supernode_overdepth()
|
/external/u-boot/lib/libfdt/ |
D | fdt_ro.c | 370 int pdepth = 0, p = 0; in fdt_get_path() local 382 while (pdepth > depth) { in fdt_get_path() 386 pdepth--; in fdt_get_path() 389 if (pdepth >= depth) { in fdt_get_path() 397 pdepth++; in fdt_get_path() 402 if (pdepth < (depth + 1)) in fdt_get_path()
|
/external/dtc/libfdt/ |
D | fdt_ro.c | 391 int pdepth = 0, p = 0; in fdt_get_path() local 403 while (pdepth > depth) { in fdt_get_path() 407 pdepth--; in fdt_get_path() 410 if (pdepth >= depth) { in fdt_get_path() 418 pdepth++; in fdt_get_path() 423 if (pdepth < (depth + 1)) in fdt_get_path()
|
/external/u-boot/scripts/dtc/libfdt/ |
D | fdt_ro.c | 461 int pdepth = 0, p = 0; in fdt_get_path() local 473 while (pdepth > depth) { in fdt_get_path() 477 pdepth--; in fdt_get_path() 480 if (pdepth >= depth) { in fdt_get_path() 488 pdepth++; in fdt_get_path() 493 if (pdepth < (depth + 1)) in fdt_get_path()
|