Lines Matching refs:anchor
518 const BYTE* anchor = (const BYTE*) source;
596 while ((ip>anchor) && (match+refDelta > lowLimit) && (unlikely(ip[-1]==match[refDelta-1]))) { ip--; match--; }
600 unsigned litLength = (unsigned)(ip - anchor);
614 LZ4_wildCopy(op, anchor, op+litLength);
660 anchor = ip;
696 int lastRun = (int)(iend - anchor);
701 memcpy(op, anchor, iend - anchor);
702 op += iend-anchor;