Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h224 #define ZSTD_OPT_SIZE (ZSTD_OPT_NUM+3) macro
H A Dzstd_opt.c1383 assert(storeEnd < ZSTD_OPT_SIZE); in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c1612 + ZSTD_cwksp_aligned64_alloc_size(ZSTD_OPT_SIZE * sizeof(ZSTD_match_t)) in ZSTD_sizeof_matchState()
1613 + ZSTD_cwksp_aligned64_alloc_size(ZSTD_OPT_SIZE * sizeof(ZSTD_optimal_t)); in ZSTD_sizeof_matchState()
1986 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD_m… in ZSTD_reset_matchState()
1987 …ms->opt.priceTable = (ZSTD_optimal_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD… in ZSTD_reset_matchState()