Home
last modified time | relevance | path

Searched refs:targetDstSize (Results 1 – 1 of 1) sorted by relevance

/linux/lib/lz4/
H A Dlz4_compress.c526 const int targetDstSize, in LZ4_compress_destSize_generic() argument
538 BYTE * const oend = op + targetDstSize; in LZ4_compress_destSize_generic()
539 BYTE * const oMaxLit = op + targetDstSize - 2 /* offset */ in LZ4_compress_destSize_generic()
541 BYTE * const oMaxMatch = op + targetDstSize in LZ4_compress_destSize_generic()
549 if (targetDstSize < 1) in LZ4_compress_destSize_generic()
724 int targetDstSize) in LZ4_compress_destSize_extState() argument
734 if (targetDstSize >= LZ4_COMPRESSBOUND(*srcSizePtr)) { in LZ4_compress_destSize_extState()
738 targetDstSize, 1); in LZ4_compress_destSize_extState()
744 targetDstSize, byU16); in LZ4_compress_destSize_extState()
749 targetDstSize, tableType); in LZ4_compress_destSize_extState()
[all …]