Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dcompress.c942 const BYTE *const vEnd = MIN(ip + (mEnd - match), iEnd); in ZSTD_count_2segments() local
943 size_t const matchLength = ZSTD_count(ip, match, vEnd); in ZSTD_count_2segments()