Lines Matching refs:hSize
1235 size_t const hSize = ((size_t)1) << cParams->hashLog; in ZSTD_sizeof_matchState() local
1241 + hSize * sizeof(U32) in ZSTD_sizeof_matchState()
1254 (U32)chainSize, (U32)hSize, (U32)h3Size); in ZSTD_sizeof_matchState()
1492 size_t const hSize = ((size_t)1) << cParams->hashLog; in ZSTD_reset_matchState() local
1512 ms->hashTable = (U32*)ZSTD_cwksp_reserve_table(ws, hSize * sizeof(U32)); in ZSTD_reset_matchState()
1849 size_t const hSize = (size_t)1 << cdict_cParams->hashLog; in ZSTD_resetCCtx_byCopyingCDict() local
1853 hSize * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict()
1942 size_t const hSize = (size_t)1 << srcCCtx->appliedParams.cParams.hashLog; in ZSTD_copyCCtx_internal() local
1948 hSize * sizeof(U32)); in ZSTD_copyCCtx_internal()
2039 { U32 const hSize = (U32)1 << params->cParams.hashLog; in ZSTD_reduceIndex() local
2040 ZSTD_reduceTable(ms->hashTable, hSize, reducerValue); in ZSTD_reduceIndex()