OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_chunks
(Results
1 - 6
of
6
) sorted by null
/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
592
.
total_chunks
= chunks,
597
sparse_header.
total_chunks
++;
sparse_read.c
328
for (i = 0; i < sparse_header.
total_chunks
; i++) {
/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
692
UInt total_pools = 0,
total_chunks
= 0;
local
700
total_chunks
++;
706
total_pools,
total_chunks
);
Completed in 49 milliseconds