Home
last modified time | relevance | path

Searched refs:priceTable (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h199 ZSTD_optimal_t *priceTable; member
H A Dzstd_opt.h423 ZSTD_optimal_t *opt = seqStorePtr->priceTable; in ZSTD_compressBlock_opt_generic()
720 ZSTD_optimal_t *opt = seqStorePtr->priceTable; in ZSTD_compressBlock_opt_extDict_generic()
H A Dcompress.c314 zc->seqStore.priceTable = (ZSTD_optimal_t *)ptr; in ZSTD_resetCCtx_advanced()
315 ptr = zc->seqStore.priceTable + ZSTD_OPT_NUM + 1; in ZSTD_resetCCtx_advanced()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h164 ZSTD_optimal_t* priceTable; /* All positions tracked by optimal parser, of size ZSTD_OPT_NUM+1 */ member
H A Dzstd_opt.c1060 ZSTD_optimal_t* const opt = optStatePtr->priceTable; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c1696 ms->opt.priceTable = (ZSTD_optimal_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_optimal_t)); in ZSTD_reset_matchState()

Completed in 26 milliseconds