Home
last modified time | relevance | path

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

/external/dtc/tests/
Dsupernode_atdepth_offset.c72 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/valgrind/callgrind/
Dcallstack.c189 UInt* pdepth; in CLG_() local
220 pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_()
223 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)++; in CLG_()
225 else (*pdepth)++; in CLG_()
227 if (*pdepth>1) in CLG_()
233 if (*pdepth == 1) function_entered(to_fn); in CLG_()
338 UInt* pdepth = CLG_(get_fn_entry)(to_fn->number); in CLG_() local
341 if (jcc->from->cxt->fn[0] != to_fn) (*pdepth)--; in CLG_()
343 else (*pdepth)--; in CLG_()
344 depth = *pdepth; in CLG_()
/external/dtc/libfdt/
Dfdt_ro.c391 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()