Searched refs:hashTable3 (Results 1 – 3 of 3) sorted by relevance
357 U32* const hashTable3 = ms->hashTable3; in ZSTD_insertAndFindFirstIndexHash3() local366 hashTable3[ZSTD_hash3Ptr(base+idx, hashLog3)] = idx; in ZSTD_insertAndFindFirstIndexHash3()371 return hashTable3[hash3]; in ZSTD_insertAndFindFirstIndexHash3()
1514 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState()1863 ZSTD_memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict()1952 ZSTD_memcpy(dstCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()1953 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()2053 ZSTD_reduceTable(ms->hashTable3, h3Size, reducerValue); in ZSTD_reduceIndex()
158 U32* hashTable3; member