Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h1303 U32 const isDictionary = (ms->loadedDictEnd != 0); in ZSTD_getLowestMatchIndex() local
1308 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()
1320 U32 const isDictionary = (ms->loadedDictEnd != 0); in ZSTD_getLowestPrefixIndex() local
1324 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()
H A Dzstd_lazy.c667 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_HcFindBestMatch() local
668 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch()
1150 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_RowFindBestMatch() local
1151 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h1401 U32 const isDictionary = (ms->loadedDictEnd != 0); in ZSTD_getLowestMatchIndex() local
1406 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestMatchIndex()
1418 U32 const isDictionary = (ms->loadedDictEnd != 0); in ZSTD_getLowestPrefixIndex() local
1422 U32 const matchLowest = isDictionary ? lowestValid : withinWindow; in ZSTD_getLowestPrefixIndex()
H A Dzstd_lazy.c687 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_HcFindBestMatch() local
688 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_HcFindBestMatch()
1163 const U32 isDictionary = (ms->loadedDictEnd != 0); in ZSTD_RowFindBestMatch() local
1164 const U32 lowLimit = isDictionary ? lowestValid : withinMaxDistance; in ZSTD_RowFindBestMatch()