Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h659 const BYTE* iEnd, const BYTE* mEnd, const BYTE* iStart) in ZSTD_count_2segments() argument
661 const BYTE* const vEnd = MIN( ip + (mEnd - match), iEnd); in ZSTD_count_2segments()
663 if (match + matchLength != mEnd) return matchLength; in ZSTD_count_2segments()
665 DEBUGLOG(7, "distance from match beginning to end dictionary = %zi", mEnd - match); in ZSTD_count_2segments()
/dragonfly/contrib/bmake/
H A Dbmake.cat11233 .endif End the body of the conditional.