Home
last modified time | relevance | path

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

/linux-5.19.10/lib/
Ddecompress_unzstd.c86 #define ZSTD_IOBUF_SIZE (1 << 17) macro
203 in_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
214 in_len = fill(in_buf, ZSTD_IOBUF_SIZE); in __unzstd()
226 out_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()
233 out_len = ZSTD_IOBUF_SIZE; in __unzstd()
291 in_len = fill ? fill(in_buf, ZSTD_IOBUF_SIZE) : -1; in __unzstd()