Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c739 …BYTE* const oMaxLit = op + targetDstSize - 2 /* offset */ - 8 /* because 8+MINMATCH==MFLIMIT */ - … in LZ4_compress_destSize_generic() local
741 BYTE* const oMaxSeq = oMaxLit - 1 /* token */; in LZ4_compress_destSize_generic()
789 if (op + ((litLength+240)/255) + litLength > oMaxLit) { in LZ4_compress_destSize_generic()