Home
last modified time | relevance | path

Searched refs:totalbytes (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Demo/scripts/
Dlpwatch.py48 totalbytes = 0
62 totalbytes += bytes
78 line = '%d K' % ((totalbytes+1023) // 1024)
/external/syslinux/com32/lua/src/
Dlstate.h115 lu_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
219 #define gettotalbytes(g) ((g)->totalbytes + (g)->GCdebt)
Dlstate.c112 g->totalbytes -= (debt - g->GCdebt); in luaE_setdebt()
307 g->totalbytes = sizeof(LG); in lua_newstate()
/external/syslinux/extlinux/
Dmain.c166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo) in get_geometry() argument
188 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() local
282 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()