Home
last modified time | relevance | path

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

/external/zstd/lib/compress/
Dzstd_double_fast.c174 U32 const dictMatchIndexL = dictHashLong[dictHL]; in ZSTD_compressBlock_doubleFast_generic() local
175 const BYTE* dictMatchL = dictBase + dictMatchIndexL; in ZSTD_compressBlock_doubleFast_generic()
180 offset = (U32)(curr - dictMatchIndexL - dictIndexDelta); in ZSTD_compressBlock_doubleFast_generic()