Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddecompress_unzstd.c90 #define ZSTD_IOBUF_SIZE (1 << 17) macro
200 * ZSTD_IOBUF_SIZE large. in __unzstd()
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()
/kernel/linux/linux-6.6/lib/
H A Ddecompress_unzstd.c88 #define ZSTD_IOBUF_SIZE (1 << 17) macro
202 * ZSTD_IOBUF_SIZE large. in __unzstd()
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()

Completed in 2 milliseconds