Searched refs:matchLowest (Results 1 – 2 of 2) sorted by relevance
1058 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex() local1059 return matchLowest; in ZSTD_getLowestMatchIndex()1074 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex() local1075 return matchLowest; in ZSTD_getLowestPrefixIndex()
10893 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex() local10894 return matchLowest; in ZSTD_getLowestMatchIndex()10906 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex() local10907 return matchLowest; in ZSTD_getLowestPrefixIndex()