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

  /system/extras/ext4_utils/
sparse_format.h 25 __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 152 .total_chunks = 0,
347 if (out->chunk_cnt != sparse_header.total_chunks)
349 sparse_header.total_chunks);
398 sparse_header.total_chunks = chunks;
400 sparse_header.total_chunks++;
simg2img.c 244 for (i=0; i<sparse_header.total_chunks; i++) {
img2simg.c 275 file_hdr.sparse_hdr.total_chunks = my_htole32(2);
  /external/e2fsprogs/misc/
e2freefrag.c 144 unsigned long total_chunks; local
160 total_chunks = (fs->super->s_blocks_count +
164 total_chunks, info->free_chunks,
165 (double)info->free_chunks * 100 / total_chunks);
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 672 UInt total_pools = 0, total_chunks = 0; local
680 total_chunks++;
686 total_pools, total_chunks);

Completed in 92 milliseconds