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

/linux-master/scripts/dtc/libfdt/
H A Dfdt_ro.c544 int pdepth = 0, p = 0; local
556 while (pdepth > depth) {
560 pdepth--;
563 if (pdepth >= depth) {
571 pdepth++;
576 if (pdepth < (depth + 1))

Completed in 91 milliseconds