Lines Matching defs:lowest
1018 const BYTE *const lowest = base + lowestIndex;
1025 ip += (ip == lowest);
1027 U32 const maxRep = (U32)(ip - lowest);
1055 while (((ip > anchor) & (match > lowest)) && (ip[-1] == match[-1])) {
1266 const BYTE *const lowest = base + lowestIndex;
1273 ip += (ip == lowest);
1275 U32 const maxRep = (U32)(ip - lowest);
1303 while (((ip > anchor) & (matchLong > lowest)) && (ip[-1] == matchLong[-1])) {
1317 while (((ip > anchor) & (match3 > lowest)) && (ip[-1] == match3[-1])) {
1325 while (((ip > anchor) & (match > lowest)) && (ip[-1] == match[-1])) {