Searched refs:ZSTD_overlap_src_before_dst (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/lib/zstd/common/ |
H A D | zstd_internal.h | 196 ZSTD_overlap_src_before_dst enumerator 215 if (ovtype == ZSTD_overlap_src_before_dst && diff < WILDCOPY_VECLEN) { in ZSTD_wildcopy()
|
/openbmc/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 797 (ovtype == ZSTD_overlap_src_before_dst && diff >= 0)); in ZSTD_safecopy() 804 if (ovtype == ZSTD_overlap_src_before_dst) { in ZSTD_safecopy() 900 ZSTD_safecopy(op, oend_w, match, sequence.matchLength, ZSTD_overlap_src_before_dst); in ZSTD_execSequenceEnd() 948 ZSTD_safecopy(op, oend_w, match, sequence.matchLength, ZSTD_overlap_src_before_dst); in ZSTD_execSequenceEndSplitLitBuffer() 1040 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength - 8, ZSTD_overlap_src_before_dst); in ZSTD_execSequence() 1131 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8, ZSTD_overlap_src_before_dst); in ZSTD_execSequenceSplitLitBuffer()
|