Searched defs:total_free (Results 1 - 7 of 7) sorted by relevance

/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/compiler-rt/lib/asan/
H A Dasan_stats.cc168 uptr total_free = stats.mmaped local
174 // Return sane value if total_free < total_used due to racy
176 return (total_free > total_used) ? total_free - total_used : 1;
/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/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/e2fsprogs/misc/
H A Dtune2fs.c1668 int total_free = 0; local
1678 total_free++;
1689 total_free = EXT2FS_C2B(fs, total_free);
1690 ext2fs_free_blocks_count_set(fs->super, total_free);
1696 total_free = 0;
1704 total_free++;
1715 fs->super->s_free_inodes_count = total_free;
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c3014 long total_free = 0; local
3045 total_free += rec.rec_len;
3050 printf("total rec_len = [0x%08x (%d)]\n", (int)total_free,
3051 (int)total_free);

Completed in 215 milliseconds