Home | History | Annotate | Download | only in lib

Lines Matching refs:anchor

261     const BYTE** anchor,
271 if (debug) printf("literal : %u -- match : %u -- offset : %u\n", (U32)(*ip - *anchor), (U32)matchLength, (U32)(*ip-match));
275 length = (int)(*ip - *anchor);
282 LZ4_wildCopy(*op, *anchor, (*op) + length);
303 *anchor = *ip;
321 const BYTE* anchor = ip;
359 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
407 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
409 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0;
427 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
463 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
477 { int lastRun = (int)(iend - anchor);
481 memcpy(op, anchor, iend - anchor);
482 op += iend-anchor;