Lines Matching defs:targetDstSize
527 const int targetDstSize,
539 BYTE * const oend = op + targetDstSize;
540 BYTE * const oMaxLit = op + targetDstSize - 2 /* offset */
542 BYTE * const oMaxMatch = op + targetDstSize
550 if (targetDstSize < 1)
725 int targetDstSize)
735 if (targetDstSize >= LZ4_COMPRESSBOUND(*srcSizePtr)) {
739 targetDstSize, 1);
745 targetDstSize, byU16);
750 targetDstSize, tableType);
759 int targetDstSize,
763 targetDstSize);