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

  /external/qemu/distrib/libsparse/src/
sparse_format.h 29 __le32 total_chunks; /* total chunks in the sparse input image */ member in struct:sparse_header
simg_dump.py 65 total_chunks = header[7]
86 % (path, total_blks, blk_sz, total_chunks))
96 for i in xrange(1,total_chunks+1):
output_file.c 581 .total_chunks = chunks,
586 sparse_header.total_chunks++;
sparse_read.c 325 for (i = 0; i < sparse_header.total_chunks; i++) {
  /system/core/libsparse/
sparse_format.h 29 __le32 total_chunks; /* total chunks in the sparse input image */ member in struct:sparse_header
simg_dump.py 65 total_chunks = header[7]
86 % (path, total_blks, blk_sz, total_chunks))
96 for i in xrange(1,total_chunks+1):
output_file.c 581 .total_chunks = chunks,
586 sparse_header.total_chunks++;
sparse_read.c 325 for (i = 0; i < sparse_header.total_chunks; i++) {
  /external/e2fsprogs/misc/
e2freefrag.c 148 unsigned long total_chunks; local
164 total_chunks = (ext2fs_blocks_count(fs->super) +
168 total_chunks, info->free_chunks,
169 (double)info->free_chunks * 100 / total_chunks);
  /build/tools/releasetools/
sparse_img.py 41 total_chunks = header[7]
57 % (total_blks, blk_sz, total_chunks))
63 for i in range(total_chunks):
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 791 UInt total_pools = 0, total_chunks = 0; local
799 total_chunks++;
805 total_pools, total_chunks);
    [all...]

Completed in 219 milliseconds