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

/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt_ro.c391 int pdepth = 0, p = 0; local
403 while (pdepth > depth) {
407 pdepth--;
410 if (pdepth >= depth) {
418 pdepth++;
423 if (pdepth < (depth + 1))
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt_ro.c461 int pdepth = 0, p = 0; local
473 while (pdepth > depth) {
477 pdepth--;
480 if (pdepth >= depth) {
488 pdepth++;
493 if (pdepth < (depth + 1))

Completed in 197 milliseconds