Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unlz4.c28 #define LZ4_DEFAULT_UNCOMPRESSED_CHUNK_SIZE (8 << 20) macro
39 size_t uncomp_chunksize = LZ4_DEFAULT_UNCOMPRESSED_CHUNK_SIZE; in unlz4()