Home
last modified time | relevance | path

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

/openbmc/linux/lib/lz4/
H A Dlz4_compress.c540 BYTE * const oMaxLit = op + targetDstSize - 2 /* offset */ in LZ4_compress_destSize_generic() local
544 BYTE * const oMaxSeq = oMaxLit - 1 /* token */; in LZ4_compress_destSize_generic()
616 + litLength > oMaxLit) { in LZ4_compress_destSize_generic()