Home
last modified time | relevance | path

Searched defs:dictIndexDelta (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
HDzstd_fast.c234 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_fast_dictMatchState_generic() local
HDzstd_double_fast.c90 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() local
HDzstd_lazy.c176 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; in ZSTD_DUBT_findBetterDictMatch() local
911 const U32 dictIndexDelta = isDxS ? in ZSTD_compressBlock_lazy_generic() local
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
HDzstd.c17452 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_doubleFast_generic() local
18119 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); in ZSTD_compressBlock_fast_dictMatchState_generic() local
18559 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; in ZSTD_DUBT_findBetterDictMatch() local
19043 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? in ZSTD_compressBlock_lazy_generic() local