Home
last modified time | relevance | path

Searched refs:WILDCOPY_VECLEN (Results 1 – 2 of 2) sorted by relevance

/linux/lib/zstd/common/
H A Dzstd_internal.h194 #define WILDCOPY_VECLEN 16 macro
217 if (ovtype == ZSTD_overlap_src_before_dst && diff < WILDCOPY_VECLEN) { in ZSTD_wildcopy()
223 assert(diff >= WILDCOPY_VECLEN || diff <= -WILDCOPY_VECLEN); in ZSTD_wildcopy()
/linux/lib/zstd/decompress/
H A Dzstd_decompress_block.c888 if (op <= oend - WILDCOPY_OVERLENGTH && diff < -WILDCOPY_VECLEN) { in ZSTD_safecopyDstBeforeSrc()
1078 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequence()
1086 assert(sequence.offset < WILDCOPY_VECLEN); in ZSTD_execSequence()
1170 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequenceSplitLitBuffer()
1178 assert(sequence.offset < WILDCOPY_VECLEN); in ZSTD_execSequenceSplitLitBuffer()