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

/linux-master/lib/zstd/compress/
H A Dzstd_opt.c557 ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */
786 ZSTD_match_t*,
796 ZSTD_match_t* matches,
819 ZSTD_match_t* matches, \
959 static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches,
963 /* Note: ZSTD_match_t actually contains offCode and matchLength (before subtracting MINMATCH) */
988 ZSTD_match_t* matches, U32* nbMatches,
1061 ZSTD_match_t* const matches = optStatePtr->matchTable;
H A Dzstd_compress_internal.h128 } ZSTD_match_t; typedef in typeref:struct:__anon189
163 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */
H A Dzstd_compress.c1370 + ZSTD_cwksp_aligned_alloc_size((ZSTD_OPT_NUM+1) * sizeof(ZSTD_match_t))
1695 ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_match_t));

Completed in 152 milliseconds