Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h234 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_SIZE */ member
H A Dzstd_opt.c1102 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c2061 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD_m… in ZSTD_reset_matchState()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h233 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_SIZE */ member
H A Dzstd_opt.c1101 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
H A Dzstd_compress.c2060 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD_m… in ZSTD_reset_matchState()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c535 ZSTDv06_match_t* matchTable; member
H A Dzstd_v07.c2770 ZSTDv07_match_t* matchTable; member