Home
last modified time | relevance | path

Searched defs:hashLog3 (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/
Dzstd_opt.h218 U32 const hashLog3 = zc->hashLog3; in ZSTD_insertAndFindFirstIndexHash3() local
Dcompress.c61 U32 hashLog3; /* dispatch table : larger == faster, more memory */ member
98 U32 const hashLog3 = (cParams.searchLength > 3) ? 0 : MIN(ZSTD_HASHLOG3_MAX, cParams.windowLog); in ZSTD_CCtxWorkspaceBound() local
258 …U32 const hashLog3 = (params.cParams.searchLength > 3) ? 0 : MIN(ZSTD_HASHLOG3_MAX, params.cParams… in ZSTD_resetCCtx_advanced() local