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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c224 static size_t ZSTD_startingInputLength(ZSTD_format_e format) function
396 size_t const minInputSize = ZSTD_startingInputLength(format);
428 size_t const minInputSize = ZSTD_startingInputLength(format);
590 while (srcSize >= ZSTD_startingInputLength(ZSTD_f_zstd1)) {
955 while (srcSize >= ZSTD_startingInputLength(dctx->format)) {
1398 dctx->expected = ZSTD_startingInputLength(dctx->format); /* dctx->format must be properly set */
1570 * return : expected size, aka ZSTD_startingInputLength().
1577 return ZSTD_startingInputLength(zds->format);
1594 return ZSTD_startingInputLength(dctx->format);
1598 * return : expected size, aka ZSTD_startingInputLength()
[all...]

Completed in 111 milliseconds