Searched refs:inputLeft (Results 1 - 1 of 1) sorted by relevance
/third_party/lz4/lib/ | ||
H A D | lz4frame.c | 1796 size_t const inputLeft = (size_t)(srcEnd-srcPtr); in LZ4F_decompress() local 1797 size_t const sizeToCopy = MIN(wantedData, inputLeft); in LZ4F_decompress() |
Completed in 4 milliseconds