Home
last modified time | relevance | path

Searched refs:sizeleft (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dflattree.c808 int sizeleft; in dt_from_blob() local
851 sizeleft = totalsize - sizeof(magic) - sizeof(totalsize); in dt_from_blob()
854 while (sizeleft) { in dt_from_blob()
859 rc = fread(p, 1, sizeleft, f); in dt_from_blob()
864 sizeleft -= rc; in dt_from_blob()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c822 int sizeleft; in dt_from_blob() local
865 sizeleft = totalsize - sizeof(magic) - sizeof(totalsize); in dt_from_blob()
868 while (sizeleft) { in dt_from_blob()
873 rc = fread(p, 1, sizeleft, f); in dt_from_blob()
878 sizeleft -= rc; in dt_from_blob()