Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zstd/
Dzstd_internal.h190 ZSTD_match_t *matchTable; member
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()
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()