Searched refs:targetDstSize (Results 1 – 1 of 1) sorted by relevance
527 const int targetDstSize, in LZ4_compress_destSize_generic() argument539 BYTE * const oend = op + targetDstSize; in LZ4_compress_destSize_generic()542 BYTE * const oMaxMatch = op + targetDstSize in LZ4_compress_destSize_generic()550 if (targetDstSize < 1) in LZ4_compress_destSize_generic()725 int targetDstSize) in LZ4_compress_destSize_extState() argument735 if (targetDstSize >= LZ4_COMPRESSBOUND(*srcSizePtr)) { in LZ4_compress_destSize_extState()739 targetDstSize, 1); in LZ4_compress_destSize_extState()745 targetDstSize, byU16); in LZ4_compress_destSize_extState()750 targetDstSize, tableType); in LZ4_compress_destSize_extState()759 int targetDstSize, in LZ4_compress_destSize() argument[all …]