Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_internal.h1041 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex() local
1042 return matchLowest; in ZSTD_getLowestMatchIndex()
1057 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex() local
1058 return matchLowest; in ZSTD_getLowestPrefixIndex()