Home
last modified time | relevance | path

Searched refs:LZMA_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_bzimageloader.c337 #define LZMA_BLOCK_SIZE (128*1024*1024) macro
344 if ( lzma_stream_decoder(&stream, LZMA_BLOCK_SIZE, 0) != LZMA_OK ) in xc_try_xz_decode()
358 if ( lzma_alone_decoder(&stream, LZMA_BLOCK_SIZE) != LZMA_OK ) in xc_try_lzma_decode()

Completed in 3 milliseconds