Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h200 ZSTD_match_t *matchTable; member
H A Dzstd_opt.h424 ZSTD_match_t *matches = seqStorePtr->matchTable; in ZSTD_compressBlock_opt_generic()
721 ZSTD_match_t *matches = seqStorePtr->matchTable; in ZSTD_compressBlock_opt_extDict_generic()
H A Dcompress.c312 zc->seqStore.matchTable = (ZSTD_match_t *)ptr; in ZSTD_resetCCtx_advanced()
313 ptr = zc->seqStore.matchTable + ZSTD_OPT_NUM + 1; in ZSTD_resetCCtx_advanced()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_internal.h163 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
H A Dzstd_opt.c1061 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c1695 ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_match_t)); in ZSTD_reset_matchState()

Completed in 25 milliseconds