Searched refs:ZSTD_match_t (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_opt.c | 592 … ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */ in ZSTD_insertBtAndGetAllMatches() 822 ZSTD_match_t*, 834 ZSTD_match_t* matches, in ZSTD_btGetAllMatches_internal() 857 ZSTD_match_t* matches, \ 997 static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_maybeAddMatch() 1027 ZSTD_match_t* matches, U32* nbMatches, in ZSTD_optLdm_processMatchCandidate() 1102 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
|
| H A D | zstd_compress_internal.h | 195 } ZSTD_match_t; typedef 231 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_SIZE */
|
| H A D | zstd_compress.c | 1612 + ZSTD_cwksp_aligned64_alloc_size(ZSTD_OPT_SIZE * sizeof(ZSTD_match_t)) in ZSTD_sizeof_matchState() 1986 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD_m… in ZSTD_reset_matchState()
|