OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uncompressed_chunk
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
dmg.c
47
uint8_t *
uncompressed_chunk
;
member in struct:BDRVDMGState
174
s->
uncompressed_chunk
= qemu_malloc(512*max_sectors_per_chunk);
243
s->zstream.next_out = s->
uncompressed_chunk
;
254
s->
uncompressed_chunk
, s->lengths[chunk]);
259
memset(s->
uncompressed_chunk
, 0, 512*s->sectorcounts[chunk]);
278
memcpy(buf+i*512,s->
uncompressed_chunk
+sector_offset_in_chunk*512,512);
294
free(s->
uncompressed_chunk
);
Completed in 168 milliseconds