Searched refs:hashTable3 (Results 1 – 3 of 3) sorted by relevance
345 U32* const hashTable3 = ms->hashTable3; in ZSTD_insertAndFindFirstIndexHash3() local354 hashTable3[ZSTD_hash3Ptr(base+idx, hashLog3)] = idx; in ZSTD_insertAndFindFirstIndexHash3()359 return hashTable3[hash3]; in ZSTD_insertAndFindFirstIndexHash3()
164 U32* hashTable3; member
1556 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState()1904 ZSTD_memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict()1992 ZSTD_memcpy(dstCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()1993 srcCCtx->blockState.matchState.hashTable3, in ZSTD_copyCCtx_internal()2104 ZSTD_reduceTable(ms->hashTable3, h3Size, reducerValue); in ZSTD_reduceIndex()