Lines Matching refs:anchor
289 const BYTE** anchor,
299 if (debug) printf("literal : %u -- match : %u -- offset : %u\n", (U32)(*ip - *anchor), (U32)matchLength, (U32)(*ip-match));
303 length = (int)(*ip - *anchor);
310 LZ4_wildCopy(*op, *anchor, (*op) + length);
324 *anchor = *ip;
342 const BYTE* anchor = ip;
387 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
441 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
443 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0;
465 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
506 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
521 int lastRun = (int)(iend - anchor);
525 memcpy(op, anchor, iend - anchor);
526 op += iend-anchor;