Home
last modified time | relevance | path

Searched refs:h3Size (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/lib/zstd/compress/
Dzstd_compress.c1237 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState() local
1242 + h3Size * sizeof(U32); in ZSTD_sizeof_matchState()
1254 (U32)chainSize, (U32)hSize, (U32)h3Size); in ZSTD_sizeof_matchState()
1494 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState() local
1514 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState()
1861 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_resetCCtx_byCopyingCDict() local
1863 ZSTD_memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict()
1944 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_copyCCtx_internal() local
1954 h3Size * sizeof(U32)); in ZSTD_copyCCtx_internal()
2052 U32 const h3Size = (U32)1 << ms->hashLog3; in ZSTD_reduceIndex() local
[all …]