Searched refs:h3Size (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1428 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState() local 1433 + h3Size * sizeof(U32); in ZSTD_sizeof_matchState() 1454 (U32)chainSize, (U32)hSize, (U32)h3Size); in ZSTD_sizeof_matchState() 1736 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState() local 1757 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState() 2156 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_resetCCtx_byCopyingCDict() local 2158 ZSTD_memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict() 2249 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_copyCCtx_internal() local 2259 h3Size * sizeof(U32)); in ZSTD_copyCCtx_internal() 2376 U32 const h3Size = (U32)1 << ms->hashLog3; in ZSTD_reduceIndex() local [all …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1666 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState() local 1671 + h3Size * sizeof(U32); in ZSTD_sizeof_matchState() 1692 (U32)chainSize, (U32)hSize, (U32)h3Size); in ZSTD_sizeof_matchState() 2001 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState() local 2023 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState() 2461 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_resetCCtx_byCopyingCDict() local 2463 ZSTD_memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict() 2555 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_copyCCtx_internal() local 2565 h3Size * sizeof(U32)); in ZSTD_copyCCtx_internal() 2682 U32 const h3Size = (U32)1 << ms->hashLog3; in ZSTD_reduceIndex() local [all …]
|