Searched refs:hashLog3 (Results 1 – 4 of 4) sorted by relevance
346 U32 const hashLog3 = ms->hashLog3; in ZSTD_insertAndFindFirstIndexHash3() local350 size_t const hash3 = ZSTD_hash3Ptr(ip, hashLog3); in ZSTD_insertAndFindFirstIndexHash3()351 assert(hashLog3 > 0); in ZSTD_insertAndFindFirstIndexHash3()354 hashTable3[ZSTD_hash3Ptr(base+idx, hashLog3)] = idx; in ZSTD_insertAndFindFirstIndexHash3()
1276 …U32 const hashLog3 = (forCCtx && cParams->minMatch==3) ? MIN(ZSTD_HASHLOG3_MAX, cParams->window… in ZSTD_sizeof_matchState() local1277 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState()1535 …U32 const hashLog3 = ((forWho == ZSTD_resetTarget_CCtx) && cParams->minMatch==3) ? MIN(ZSTD_HAS… in ZSTD_reset_matchState() local1536 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState()1544 ms->hashLog3 = hashLog3; in ZSTD_reset_matchState()1901 { int const h3log = cctx->blockState.matchState.hashLog3; in ZSTD_resetCCtx_byCopyingCDict()1903 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()1975 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()1983 int const h3log = srcCCtx->blockState.matchState.hashLog3; in ZSTD_copyCCtx_internal()2102 if (ms->hashLog3) { in ZSTD_reduceIndex()[all …]
162 … U32 hashLog3; /* dispatch table for matches of len==3 : larger == faster, more memory */ member
14189 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState()14439 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState()14447 ms->hashLog3 = hashLog3; in ZSTD_reset_matchState()14801 assert(cdict->matchState.hashLog3 == 0); in ZSTD_resetCCtx_byCopyingCDict()14873 assert(dstCCtx->blockState.matchState.hashLog3 == srcCCtx->blockState.matchState.hashLog3); in ZSTD_copyCCtx_internal()15000 if (ms->hashLog3) { in ZSTD_reduceIndex()15001 U32 const h3Size = (U32)1 << ms->hashLog3; in ZSTD_reduceIndex()20492 U32 const hashLog3 = ms->hashLog3; in ZSTD_insertAndFindFirstIndexHash3() local20496 size_t const hash3 = ZSTD_hash3Ptr(ip, hashLog3); in ZSTD_insertAndFindFirstIndexHash3()20497 assert(hashLog3 > 0); in ZSTD_insertAndFindFirstIndexHash3()[all …]