Searched defs:chunk_sz (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/libsparse/src/
H A Dsparse_format.h45 __le32 chunk_sz; /* in blocks in output image */ member in struct:chunk_header
50 * For a Raw chunk, it's the data in chunk_sz * blk_sz.
/external/ltrace/sysdeps/linux-gnu/ia64/
H A Dfetch.c161 size_t chunk_sz = size > 8 ? 8 : size; local
168 memcpy(buf, value_get_data(&tmp, NULL), chunk_sz);

Completed in 1041 milliseconds