Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress_internal.h85 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
Dzstd_opt.c685 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
Dzstd_compress.c925 ms->opt.matchTable = (ZSTD_match_t*)ptr; in ZSTD_reset_matchState()
926 ptr = ms->opt.matchTable + ZSTD_OPT_NUM+1; in ZSTD_reset_matchState()
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v06.c588 ZSTDv06_match_t* matchTable; member
Dzstd_v07.c2823 ZSTDv07_match_t* matchTable; member