Lines Matching refs:lowLimit
190 const BYTE *lowLimit; in LZ4_compress_generic() local
216 lowLimit = (const BYTE *)source; in LZ4_compress_generic()
220 lowLimit = (const BYTE *)source - dictPtr->dictSize; in LZ4_compress_generic()
224 lowLimit = (const BYTE *)source; in LZ4_compress_generic()
272 lowLimit = dictionary; in LZ4_compress_generic()
275 lowLimit = (const BYTE *)source; in LZ4_compress_generic()
294 while (((ip > anchor) & (match + refDelta > lowLimit)) in LZ4_compress_generic()
339 && (lowLimit == dictionary)) { in LZ4_compress_generic()
407 lowLimit = dictionary; in LZ4_compress_generic()
410 lowLimit = (const BYTE *)source; in LZ4_compress_generic()
532 const BYTE *lowLimit = (const BYTE *) src; in LZ4_compress_destSize_generic() local
604 && (match > lowLimit) in LZ4_compress_destSize_generic()