Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dzstd_internal.h263 #define WILDCOPY_VECLEN 16 macro
286 assert(diff >= 8 || (ovtype == ZSTD_no_overlap && diff <= -WILDCOPY_VECLEN)); in ZSTD_wildcopy()
288 if (ovtype == ZSTD_overlap_src_before_dst && diff < WILDCOPY_VECLEN) { in ZSTD_wildcopy()
294 assert(diff >= WILDCOPY_VECLEN || diff <= -WILDCOPY_VECLEN); in ZSTD_wildcopy()
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dzstd_decompress_block.c878 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequence()
886 assert(sequence.offset < WILDCOPY_VECLEN); in ZSTD_execSequence()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c6546 #define WILDCOPY_VECLEN 16 macro
6569 assert(diff >= 8 || (ovtype == ZSTD_no_overlap && diff <= -WILDCOPY_VECLEN)); in ZSTD_wildcopy()
6571 if (ovtype == ZSTD_overlap_src_before_dst && diff < WILDCOPY_VECLEN) { in ZSTD_wildcopy()
6577 assert(diff >= WILDCOPY_VECLEN || diff <= -WILDCOPY_VECLEN); in ZSTD_wildcopy()
27167 if (LIKELY(sequence.offset >= WILDCOPY_VECLEN)) { in ZSTD_execSequence()
27175 assert(sequence.offset < WILDCOPY_VECLEN); in ZSTD_execSequence()