Searched refs:h3Size (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 1277 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState() local 1282 + h3Size * sizeof(U32); in ZSTD_sizeof_matchState() 1294 (U32)chainSize, (U32)hSize, (U32)h3Size); in ZSTD_sizeof_matchState() 1536 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState() local 1556 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState() 1902 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_resetCCtx_byCopyingCDict() local 1904 ZSTD_memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict() 1984 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_copyCCtx_internal() local 1994 h3Size * sizeof(U32)); in ZSTD_copyCCtx_internal() 2103 U32 const h3Size = (U32)1 << ms->hashLog3; in ZSTD_reduceIndex() local [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 14189 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_sizeof_matchState() local 14194 + h3Size * sizeof(U32); in ZSTD_sizeof_matchState() 14206 (U32)chainSize, (U32)hSize, (U32)h3Size); in ZSTD_sizeof_matchState() 14439 size_t const h3Size = hashLog3 ? ((size_t)1) << hashLog3 : 0; in ZSTD_reset_matchState() local 14459 ms->hashTable3 = (U32*)ZSTD_cwksp_reserve_table(ws, h3Size * sizeof(U32)); in ZSTD_reset_matchState() 14800 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_resetCCtx_byCopyingCDict() local 14802 memset(cctx->blockState.matchState.hashTable3, 0, h3Size * sizeof(U32)); in ZSTD_resetCCtx_byCopyingCDict() 14882 size_t const h3Size = h3log ? ((size_t)1 << h3log) : 0; in ZSTD_copyCCtx_internal() local 14892 h3Size * sizeof(U32)); in ZSTD_copyCCtx_internal() 15001 U32 const h3Size = (U32)1 << ms->hashLog3; in ZSTD_reduceIndex() local [all …]
|