Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_compress_internal.h1252 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex() local
1253 return matchLowest; in ZSTD_getLowestMatchIndex()
1268 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex() local
1269 return matchLowest; in ZSTD_getLowestPrefixIndex()