Searched refs:total_free (Results 1 - 8 of 8) sorted by relevance

/external/srec/portable/src/
H A Dpmalloc.c255 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/compiler-rt/lib/asan/
H A Dasan_stats.cc159 uptr total_free = accumulated_stats.mmaped local
165 // Return sane value if total_free < total_used due to racy
167 return (total_free > total_used) ? total_free - total_used : 1;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local
49 total_free += p->size;
55 total_used + total_free, total_used, total_free);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_mm.c42 int total_used = 0, total_free = 0; local
49 total_free += p->size;
55 total_used + total_free, total_used, total_free);
/external/qemu/block/
H A Draw-win32.c180 ULARGE_INTEGER available, total, total_free; local
192 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free))
/external/e2fsprogs/misc/
H A Dtune2fs.c1381 int total_free = 0; local
1391 total_free++;
1402 fs->super->s_free_blocks_count = total_free;
1408 total_free = 0;
1416 total_free++;
1427 fs->super->s_free_inodes_count = total_free;
/external/e2fsprogs/resize/
H A Dresize2fs.c1766 int total_free = 0; local
1798 total_free++;
1824 fs->super->s_free_blocks_count = total_free;
1830 total_free = 0;
1840 total_free++;
1857 fs->super->s_free_inodes_count = total_free;
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c3016 long total_free = 0; local
3047 total_free += rec.rec_len;
3052 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
3053 (int)total_free);

Completed in 208 milliseconds