Searched refs:restSize (Results 1 – 2 of 2) sorted by relevance
692 size_t const restSize = length - copySize; in LZ4_decompress_generic() local695 if (restSize > (size_t)(op - lowPrefix)) { /* overlap copy */ in LZ4_decompress_generic()696 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic()700 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()701 op += restSize; in LZ4_decompress_generic()881 size_t const restSize = length - copySize; in LZ4_decompress_generic() local884 if (restSize > (size_t)(op - lowPrefix)) { /* overlap copy */ in LZ4_decompress_generic()885 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic()889 LZ4_memcpy(op, lowPrefix, restSize); in LZ4_decompress_generic()890 op += restSize; in LZ4_decompress_generic()
2122 size_t const restSize = (size_t)(restEnd - restPtr); in FIO_fwriteSparse() local2125 if (fwrite(restPtr, 1, restSize, file) != restSize) in FIO_fwriteSparse()