Searched refs:REPCODE1_TO_OFFBASE (Results 1 – 5 of 5) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 280 offcode = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_fast_noDict_generic() 416 ZSTD_storeSeq(seqStore, 0 /*litLen*/, anchor, iend, REPCODE1_TO_OFFBASE, rLength); in ZSTD_compressBlock_fast_noDict_generic() 571 … ZSTD_storeSeq(seqStore, (size_t) (ip0 - anchor), anchor, iend, REPCODE1_TO_OFFBASE, mLength); in ZSTD_compressBlock_fast_dictMatchState_generic() 655 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, repLength2); in ZSTD_compressBlock_fast_dictMatchState_generic() 816 offcode = REPCODE1_TO_OFFBASE; in ZSTD_compressBlock_fast_extDict_generic() 949 … ZSTD_storeSeq(seqStore, 0 /*litlen*/, anchor, iend, REPCODE1_TO_OFFBASE, repLength2); in ZSTD_compressBlock_fast_extDict_generic()
|
H A D | zstd_double_fast.c | 194 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, REPCODE1_TO_OFFBASE, mLength); in ZSTD_compressBlock_doubleFast_noDict_generic() 317 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, rLength); in ZSTD_compressBlock_doubleFast_noDict_generic() 413 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, REPCODE1_TO_OFFBASE, mLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 530 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, repLength2); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 669 … ZSTD_storeSeq(seqStore, (size_t)(ip-anchor), anchor, iend, REPCODE1_TO_OFFBASE, mLength); in ZSTD_compressBlock_doubleFast_extDict_generic() 737 ZSTD_storeSeq(seqStore, 0, anchor, iend, REPCODE1_TO_OFFBASE, repLength2); in ZSTD_compressBlock_doubleFast_extDict_generic()
|
H A D | zstd_lazy.c | 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() [all …]
|
H A D | zstd_compress_internal.h | 710 #define REPCODE1_TO_OFFBASE REPCODE_TO_OFFBASE(1) macro
|
H A D | zstd_compress.c | 6418 offBase = REPCODE1_TO_OFFBASE; in ZSTD_finalizeOffBase()
|