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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_rw.c 342 int nodelen; local
363 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
365 err = _fdt_splice_struct(fdt, nh, 0, nodelen);
372 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
  /external/dtc/libfdt/
fdt_rw.c 337 int nodelen; local
358 nodelen = sizeof(*nh) + FDT_TAGALIGN(namelen+1) + FDT_TAGSIZE;
360 err = _fdt_splice_struct(fdt, nh, 0, nodelen);
367 endtag = (fdt32_t *)((char *)nh + nodelen - FDT_TAGSIZE);
  /external/libxml2/include/libxml/
parser.h 253 int nodelen; /* Those two fields are there to */ member in struct:_xmlParserCtxt
    [all...]

Completed in 126 milliseconds