Home
last modified time | relevance | path

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

/Linux-v5.4/lib/lz4/
Dlz4_decompress.c348 size_t const restSize = length - copySize; in LZ4_decompress_generic() local
352 if (restSize > (size_t)(op - lowPrefix)) { in LZ4_decompress_generic()
354 BYTE * const endOfMatch = op + restSize; in LZ4_decompress_generic()
360 memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()
361 op += restSize; in LZ4_decompress_generic()