OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_chunks
(Results
1 - 3
of
3
) 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
/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 469 milliseconds