Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_unzstd.c88 #define ZSTD_IOBUF_SIZE (1 << 17) macro
205 in_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
216 in_len = fill(in_buf, ZSTD_IOBUF_SIZE); in __unzstd()
228 out_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
235 out_len = ZSTD_IOBUF_SIZE; in __unzstd()
293 in_len = fill ? fill(in_buf, ZSTD_IOBUF_SIZE) : -1; in __unzstd()