Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h770 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments() local
771 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments()