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

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_double_fast.c90 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? local
H A Dzstd_fast.c234 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); local
H A Dzstd_lazy.c176 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; local
911 const U32 dictIndexDelta = isDxS ? local
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17454 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? local
18121 const U32 dictIndexDelta = prefixStartIndex - (U32)(dictEnd - dictBase); local
18561 U32 const dictIndexDelta = ms->window.lowLimit - dictHighLimit; local
19045 const U32 dictIndexDelta = dictMode == ZSTD_dictMatchState ? local
[all...]

Completed in 266 milliseconds