HomeSort by relevance Sort by last modified time
    Searched refs:pdepth (Results 1 - 11 of 11) sorted by null

  /external/dtc/tests/
supernode_atdepth_offset.c 72 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/
callstack.c 189 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...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/libfdt/
fdt_ro.c 391 int pdepth = 0, p = 0; local
403 while (pdepth > depth) {
407 pdepth--;
410 if (pdepth >= depth) {
418 pdepth++;
423 if (pdepth < (depth + 1))
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 360 int pdepth = 0, p = 0; local
372 while (pdepth > depth) {
376 pdepth--;
379 if (pdepth >= depth) {
387 pdepth++;
392 if (pdepth < (depth + 1))
  /external/dtc/libfdt/
fdt_ro.c 391 int pdepth = 0, p = 0; local
403 while (pdepth > depth) {
407 pdepth--;
410 if (pdepth >= depth) {
418 pdepth++;
423 if (pdepth < (depth + 1))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
esc.go 392 pdepth int // for debug printing in recursions.
1120 e.pdepth++
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
esc.go 392 pdepth int // for debug printing in recursions.
1120 e.pdepth++
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
nekohtml-1.9.6.2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 

Completed in 491 milliseconds