Lines Matching refs:REPCODE1_TO_OFFBASE
1583 size_t offBase = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_lazy_generic()
1639 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_generic()
1653 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_generic()
1675 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_generic()
1689 matchLength = mlRep, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_generic()
1749 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, matchLength); in ZSTD_compressBlock_lazy_generic()
1764 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, matchLength); in ZSTD_compressBlock_lazy_generic()
1981 size_t offBase = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_lazy_extDict_generic()
2040 matchLength = repLength, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
2072 matchLength = repLength, offBase = REPCODE1_TO_OFFBASE, start = ip; in ZSTD_compressBlock_lazy_extDict_generic()
2124 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, matchLength); in ZSTD_compressBlock_lazy_extDict_generic()