Searched defs:hashLog3 (Results 1 – 6 of 6) sorted by relevance
347 U32 const hashLog3 = ms->hashLog3; in ZSTD_insertAndFindFirstIndexHash3() local
1105 …U32 const hashLog3 = (forCCtx && cParams->minMatch==3) ? MIN(ZSTD_HASHLOG3_MAX, cParams->window… in ZSTD_sizeof_matchState() local1355 …U32 const hashLog3 = ((forWho == ZSTD_resetTarget_CCtx) && cParams->minMatch==3) ? MIN(ZSTD_HAS… in ZSTD_reset_matchState() local
147 … U32 hashLog3; /* dispatch table for matches of len==3 : larger == faster, more memory */ member
387 U32 const hashLog3 = ms->hashLog3; in ZSTD_insertAndFindFirstIndexHash3() local
218 … U32 hashLog3; /* dispatch table for matches of len==3 : larger == faster, more memory */ member
1427 …U32 const hashLog3 = (forCCtx && cParams->minMatch==3) ? MIN(ZSTD_HASHLOG3_MAX, cParams->window… in ZSTD_sizeof_matchState() local1735 …U32 const hashLog3 = ((forWho == ZSTD_resetTarget_CCtx) && cParams->minMatch==3) ? MIN(ZSTD_HAS… in ZSTD_reset_matchState() local