Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dflattree.c807 int sizeleft; in dt_from_blob() local
850 sizeleft = totalsize - sizeof(magic) - sizeof(totalsize); in dt_from_blob()
853 while (sizeleft) { in dt_from_blob()
858 rc = fread(p, 1, sizeleft, f); in dt_from_blob()
863 sizeleft -= rc; in dt_from_blob()