Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/compress/
Dzstd_opt.c557ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */ in ZSTD_insertBtAndGetAllMatches()
786 ZSTD_match_t*,
796 ZSTD_match_t* matches, in ZSTD_btGetAllMatches_internal()
819 ZSTD_match_t* matches, \
959 static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_maybeAddMatch()
988 ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_processMatchCandidate()
1061 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
Dzstd_compress_internal.h128 } ZSTD_match_t; typedef
163 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */
Dzstd_compress.c1370 + ZSTD_cwksp_aligned_alloc_size((ZSTD_OPT_NUM+1) * sizeof(ZSTD_match_t)) in ZSTD_sizeof_matchState()
1695 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()