Lines Matching refs:lastLLSize
1516 size_t const lastLLSize = litBufferEnd - litPtr; local
1517 RETURN_ERROR_IF(lastLLSize > (size_t)(oend - op), dstSize_tooSmall, "");
1519 ZSTD_memmove(op, litPtr, lastLLSize);
1520 op += lastLLSize;
1526 { size_t const lastLLSize = litBufferEnd - litPtr; local
1527 RETURN_ERROR_IF(lastLLSize > (size_t)(oend-op), dstSize_tooSmall, "");
1529 ZSTD_memcpy(op, litPtr, lastLLSize);
1530 op += lastLLSize;
1615 { size_t const lastLLSize = litEnd - litPtr; local
1616 RETURN_ERROR_IF(lastLLSize > (size_t)(oend-op), dstSize_tooSmall, "");
1618 ZSTD_memcpy(op, litPtr, lastLLSize);
1619 op += lastLLSize;
1813 size_t const lastLLSize = litBufferEnd - litPtr; local
1814 RETURN_ERROR_IF(lastLLSize > (size_t)(oend - op), dstSize_tooSmall, "");
1816 ZSTD_memmove(op, litPtr, lastLLSize);
1817 op += lastLLSize;
1822 { size_t const lastLLSize = litBufferEnd - litPtr; local
1823 RETURN_ERROR_IF(lastLLSize > (size_t)(oend-op), dstSize_tooSmall, "");
1825 ZSTD_memmove(op, litPtr, lastLLSize);
1826 op += lastLLSize;