Lines Matching refs:lowLimit
1160 const BYTE *lowLimit; in LZ4_compress_generic_validated() local
1204 lowLimit = (const BYTE *)source - (dictDirective == withPrefix64k ? dictSize : 0); in LZ4_compress_generic_validated()
1289 lowLimit = dictionary; in LZ4_compress_generic_validated()
1294 lowLimit = (const BYTE *)source; in LZ4_compress_generic_validated()
1304 lowLimit = dictionary; in LZ4_compress_generic_validated()
1309 lowLimit = (const BYTE *)source; in LZ4_compress_generic_validated()
1343 while (((ip > anchor) & (match > lowLimit)) && (unlikely(ip[-1] == match[-1]))) in LZ4_compress_generic_validated()
1419 …if ((dictDirective == usingExtDict || dictDirective == usingDictCtx) && (lowLimit == dictionary) /… in LZ4_compress_generic_validated()
1530 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
1536 lowLimit = (const BYTE *)source; /* required for match length counter */ in LZ4_compress_generic_validated()
1544 lowLimit = dictionary; /* required for match length counter */ in LZ4_compress_generic_validated()
1549 lowLimit = (const BYTE *)source; /* required for match length counter */ in LZ4_compress_generic_validated()