Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1058 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex() local
1059 return matchLowest; in ZSTD_getLowestMatchIndex()
1074 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex() local
1075 return matchLowest; in ZSTD_getLowestPrefixIndex()