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

/external/dtc/tests/
H A Dsupernode_atdepth_offset.c72 int pdepth = path_depth(path); local
83 path, pdepth, depth, superpath);
103 if (nodedepth != pdepth)
105 "instead of %d", nodedepth, pdepth);
110 int pdepth = path_depth(path); local
117 err = fdt_supernode_atdepth_offset(fdt, nodeoffset, pdepth + 1, NULL);
120 "of FDT_ERR_NOTFOUND", path, pdepth+1, err);
/external/valgrind/callgrind/
H A Dcallstack.c189 UInt* pdepth; local
220 pdepth = CLG_(get_fn_entry)(to_fn->number);
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++;
225 else (*pdepth)++;
227 if (*pdepth>1)
233 if (*pdepth == 1) function_entered(to_fn);
338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number); local
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--;
343 else (*pdepth)--;
344 depth = *pdepth;
[all...]
/external/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))

Completed in 616 milliseconds