oMaxLit           540 lib/lz4/lz4_compress.c 	BYTE * const oMaxLit = op + targetDstSize - 2 /* offset */
oMaxLit           544 lib/lz4/lz4_compress.c 	BYTE * const oMaxSeq = oMaxLit - 1 /* token */;
oMaxLit           616 lib/lz4/lz4_compress.c 				+ litLength > oMaxLit) {