Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h122 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
H A Dzstd_opt.c952 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c1573 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c594 ZSTDv06_match_t* matchTable; member
H A Dzstd_v07.c2829 ZSTDv07_match_t* matchTable; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10017 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
14476 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()
20964 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()