Searched refs:restSize (Results 1 – 1 of 1) sorted by relevance
253 size_t const restSize = length - copySize; in LZ4_decompress_generic() local258 if (restSize > (size_t)(op - lowPrefix)) { in LZ4_decompress_generic()260 BYTE * const endOfMatch = op + restSize; in LZ4_decompress_generic()266 memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()267 op += restSize; in LZ4_decompress_generic()