Home
last modified time | relevance | path

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

/linux-6.15/lib/lz4/
H A Dlz4_decompress.c358 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
362 if (restSize > (size_t)(op - lowPrefix)) { in LZ4_decompress_generic()
364 BYTE * const endOfMatch = op + restSize; in LZ4_decompress_generic()
370 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()
371 op += restSize; in LZ4_decompress_generic()