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 184 ULARGE_INTEGER available, total, total_free; local
196 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
  /external/e2fsprogs/resize/
resize2fs.c 1574 int total_free = 0; local
    [all...]
  /external/ppp/pppd/
tdb.c 563 long total_free = 0; local
592 total_free += rec.rec_len;
597 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
598 (int)total_free);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 3016 long total_free = 0; local
    [all...]

Completed in 38 milliseconds