Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDzstd_compress_internal.h106 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
HDzstd_opt.c818 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
HDzstd_compress.c1392 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()
/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_compress_internal.h169 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
HDzstd_opt.c1061 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
HDzstd_compress.c1774 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()
/freebsd-14-stable/sys/contrib/zstd/lib/legacy/
HDzstd_v06.c591 ZSTDv06_match_t* matchTable; member
HDzstd_v07.c2825 ZSTDv07_match_t* matchTable; member