Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_compress.c539 BYTE * const oMaxLit = op + targetDstSize - 2 /* offset */ in LZ4_compress_destSize_generic()
543 BYTE * const oMaxSeq = oMaxLit - 1 /* token */; in LZ4_compress_destSize_generic()
615 + litLength > oMaxLit) { in LZ4_compress_destSize_generic()
540 BYTE * const oMaxLit = op + targetDstSize - 2 /* offset */ LZ4_compress_destSize_generic() local