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

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/
fdt_sw.c 174 int struct_top, offset; local
182 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
183 if (fdt_totalsize(fdt) + offset < struct_top)
  /external/dtc/libfdt/
fdt_sw.c 206 int struct_top, offset; local
214 struct_top = fdt_off_dt_struct(fdt) + fdt_size_dt_struct(fdt);
215 if (fdt_totalsize(fdt) + offset < struct_top)
  /system/libufdt/
ufdt_convert.c 390 const char *struct_top = local
401 if (dest < struct_top) {

Completed in 148 milliseconds