Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10893 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex() local
10894 return matchLowest; in ZSTD_getLowestMatchIndex()
10906 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex() local
10907 return matchLowest; in ZSTD_getLowestPrefixIndex()