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

/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1927 size_t const remainingInput = (size_t)(iend-ip); local
1929 if (toLoad > remainingInput) { /* not enough input to load full header */
1930 if (remainingInput > 0) {
1931 ZSTD_memcpy(zds->headerBuffer + zds->lhSize, ip, remainingInput);
1932 zds->lhSize += remainingInput;

Completed in 81 milliseconds