Lines Matching refs:lowLimit
928 const BYTE* lowLimit;
967 lowLimit = (const BYTE*)source - (dictDirective == withPrefix64k ? dictSize : 0);
1039 lowLimit = dictionary;
1042 lowLimit = (const BYTE*)source;
1050 lowLimit = dictionary;
1053 lowLimit = (const BYTE*)source;
1080 while (((ip>anchor) & (match > lowLimit)) && (unlikely(ip[-1]==match[-1]))) { ip--; match--; }
1114 * - lowLimit : must be == dictionary to mean "match is within extDict"; must be == source otherwise
1140 && (lowLimit==dictionary) /* match within extDict */ ) {
1229 lowLimit = dictionary; /* required for match length counter */
1233 lowLimit = (const BYTE*)source; /* required for match length counter */
1239 lowLimit = dictionary; /* required for match length counter */
1242 lowLimit = (const BYTE*)source; /* required for match length counter */