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/lua/src/
Dlstate.h140 l_mem totalbytes; /* number of bytes currently allocated - GCdebt */ member
243 #define gettotalbytes(g) cast(lu_mem, (g)->totalbytes + (g)->GCdebt)
Dlstate.c103 g->totalbytes = tb - debt; in luaE_setdebt()
326 g->totalbytes = sizeof(LG); in lua_newstate()
/external/u-boot/fs/ext4/
Dext4_common.c479 int totalbytes = 0; in ext4fs_update_parent_dentry() local
527 totalbytes = 0; in ext4fs_update_parent_dentry()
534 if (fs->blksz - totalbytes == le16_to_cpu(dir->direntlen)) { in ext4fs_update_parent_dentry()
585 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
595 totalbytes = totalbytes + templength; in ext4fs_update_parent_dentry()
608 dir->direntlen = cpu_to_le16(fs->blksz - totalbytes); in ext4fs_update_parent_dentry()