HomeSort by relevance Sort by last modified time
    Searched refs:total_free (Results 1 - 5 of 5) sorted by null

  /external/srec/portable/src/
pmalloc.c 255 psize_t total_free; member in struct:_DB_Altab
266 pd->total_free += d_free;
273 psize_t total_free = 0; local
278 total_free += q->_Size;
287 passert(pd->total_heap == pd->total_alloc + pd->total_free);
288 passert(total_free == pd->total_free);
  /external/qemu/block/
raw-win32.c 180 ULARGE_INTEGER available, total, total_free; local
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
  /external/e2fsprogs/misc/
tune2fs.c 1331 int total_free = 0; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1781 int total_free = 0; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 3016 long total_free = 0; local
    [all...]

Completed in 322 milliseconds