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

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_ro.c547 int pdepth = 0, p = 0; local
559 while (pdepth > depth) {
563 pdepth--;
566 if (pdepth >= depth) {
574 pdepth++;
579 if (pdepth < (depth + 1))

Completed in 21 milliseconds