OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_compressed_size
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
dmg.c
80
uint32_t
max_compressed_size
=1,max_sectors_per_chunk=1,i;
local
163
if(s->lengths[i]>
max_compressed_size
)
164
max_compressed_size
= s->lengths[i];
173
s->compressed_chunk = qemu_malloc(
max_compressed_size
+1);
Completed in 189 milliseconds