HomeSort by relevance Sort by last modified time
    Searched full:supernodeoffset (Results 1 - 3 of 3) sorted by null

  /external/dtc/tests/
supernode_atdepth_offset.c 74 int nodeoffset, supernodeoffset, superpathoffset, pathprefixlen; local
93 supernodeoffset = fdt_supernode_atdepth_offset(fdt, nodeoffset,
95 if (supernodeoffset < 0)
97 fdt_strerror(supernodeoffset));
99 if (supernodeoffset != superpathoffset)
101 supernodeoffset, superpathoffset);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_ro.c 414 int supernodeoffset = -FDT_ERR_INTERNAL; local
425 supernodeoffset = offset;
434 return supernodeoffset;
  /external/dtc/libfdt/
fdt_ro.c 445 int supernodeoffset = -FDT_ERR_INTERNAL; local
456 supernodeoffset = offset;
465 return supernodeoffset;

Completed in 174 milliseconds