Searched refs:restSize (Results 1 – 1 of 1) sorted by relevance
2117 size_t const restSize = length - copySize; in LZ4_decompress_generic() local2120 if (restSize > (size_t)(op - lowPrefix)) { /* overlap copy */ in LZ4_decompress_generic()2121 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic()2125 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()2126 op += restSize; in LZ4_decompress_generic()2301 size_t const restSize = length - copySize; in LZ4_decompress_generic() local2304 if (restSize > (size_t)(op - lowPrefix)) { /* overlap copy */ in LZ4_decompress_generic()2305 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic()2309 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()2310 op += restSize; in LZ4_decompress_generic()