Searched refs:anchor (Results 1 – 1 of 1) sorted by relevance
1172 const BYTE *anchor = (const BYTE *)source; in LZ4_compress_generic_validated() local1343 while (((ip > anchor) & (match > lowLimit)) && (unlikely(ip[-1] == match[-1]))) in LZ4_compress_generic_validated()1351 unsigned const litLength = (unsigned)(ip - anchor); in LZ4_compress_generic_validated()1376 LZ4_wildCopy8(op, anchor, op + litLength); in LZ4_compress_generic_validated()1379 … (int)(anchor - (const BYTE *)source), litLength, (int)(ip - (const BYTE *)source)); in LZ4_compress_generic_validated()1494 anchor = ip; in LZ4_compress_generic_validated()1565 (int)(anchor - (const BYTE *)source), 0, (int)(ip - (const BYTE *)source)); in LZ4_compress_generic_validated()1577 size_t lastRun = (size_t)(iend - anchor); in LZ4_compress_generic_validated()1607 LZ4_memcpy(op, anchor, lastRun); in LZ4_compress_generic_validated()1608 ip = anchor + lastRun; in LZ4_compress_generic_validated()