Searched refs:totalbytes (Results 1 – 4 of 4) sorted by relevance
48 totalbytes = 062 totalbytes += bytes78 line = '%d K' % ((totalbytes+1023) // 1024)
115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
112 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()307 g->totalbytes = sizeof(LG); in lua_newstate()
166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo) in get_geometry() argument188 if (gp->bytes == totalbytes) { in get_geometry()200 geo->cylinders = totalbytes / (geo->heads * geo->sectors << SECTOR_SHIFT); in get_geometry()236 uint64_t totalbytes, totalsectors; in patch_file_and_bootblock() local282 totalbytes = get_size(devfd); in patch_file_and_bootblock()283 get_geometry(devfd, totalbytes, &geo); in patch_file_and_bootblock()297 totalsectors = totalbytes >> SECTOR_SHIFT; in patch_file_and_bootblock()