Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_lazy.c907 const U32 dictLowestIndex = isDxS ? dms->window.dictLimit : 0; in ZSTD_compressBlock_lazy_generic() local
909 const BYTE* const dictLowest = isDxS ? dictBase + dictLowestIndex : NULL; in ZSTD_compressBlock_lazy_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c19037 const U32 dictLowestIndex = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_lazy_generic() local
19042 dictBase + dictLowestIndex : NULL; in ZSTD_compressBlock_lazy_generic()