Lines Matching refs:anchor
529 const BYTE *anchor = ip; in LZ4_compressCtx() local
576 while ((ip > anchor) && (ref > (BYTE *) source) && in LZ4_compressCtx()
583 length = ip - anchor; in LZ4_compressCtx()
601 LZ4_BLINDCOPY(anchor, op, length); in LZ4_compressCtx()
610 anchor = ip; in LZ4_compressCtx()
636 len = (ip - anchor); in LZ4_compressCtx()
657 anchor = ip; in LZ4_compressCtx()
672 anchor = ip++; in LZ4_compressCtx()
679 int lastRun = iend - anchor; in LZ4_compressCtx()
692 (void) memcpy(op, anchor, iend - anchor); in LZ4_compressCtx()
693 op += iend - anchor; in LZ4_compressCtx()
723 const BYTE *anchor = ip; in LZ4_compress64kCtx() local
769 while ((ip > anchor) && (ref > (BYTE *) source) && in LZ4_compress64kCtx()
776 length = ip - anchor; in LZ4_compress64kCtx()
794 LZ4_BLINDCOPY(anchor, op, length); in LZ4_compress64kCtx()
803 anchor = ip; in LZ4_compress64kCtx()
829 len = (ip - anchor); in LZ4_compress64kCtx()
850 anchor = ip; in LZ4_compress64kCtx()
865 anchor = ip++; in LZ4_compress64kCtx()
872 int lastRun = iend - anchor; in LZ4_compress64kCtx()
884 (void) memcpy(op, anchor, iend - anchor); in LZ4_compress64kCtx()
885 op += iend - anchor; in LZ4_compress64kCtx()