Lines Matching refs:anchor
555 const BYTE *anchor = ip; in LZ4_compressCtx() local
602 while ((ip > anchor) && (ref > (const BYTE *) source) && in LZ4_compressCtx()
609 length = ip - anchor; in LZ4_compressCtx()
627 LZ4_BLINDCOPY(anchor, op, length); in LZ4_compressCtx()
636 anchor = ip; in LZ4_compressCtx()
662 len = (ip - anchor); in LZ4_compressCtx()
683 anchor = ip; in LZ4_compressCtx()
698 anchor = ip++; in LZ4_compressCtx()
705 int lastRun = iend - anchor; in LZ4_compressCtx()
718 (void) memcpy(op, anchor, iend - anchor); in LZ4_compressCtx()
719 op += iend - anchor; in LZ4_compressCtx()
749 const BYTE *anchor = ip; in LZ4_compress64kCtx() local
795 while ((ip > anchor) && (ref > (const BYTE *) source) && in LZ4_compress64kCtx()
802 length = ip - anchor; in LZ4_compress64kCtx()
820 LZ4_BLINDCOPY(anchor, op, length); in LZ4_compress64kCtx()
829 anchor = ip; in LZ4_compress64kCtx()
855 len = (ip - anchor); in LZ4_compress64kCtx()
876 anchor = ip; in LZ4_compress64kCtx()
891 anchor = ip++; in LZ4_compress64kCtx()
898 int lastRun = iend - anchor; in LZ4_compress64kCtx()
910 (void) memcpy(op, anchor, iend - anchor); in LZ4_compress64kCtx()
911 op += iend - anchor; in LZ4_compress64kCtx()