Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c527 const int targetDstSize, in LZ4_compress_destSize_generic() argument
539 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() argument
735 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 …]