HomeSort by: relevance | last modified time | path
    Searched refs:ZSTD_match_t (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_opt.c 591 ZSTD_match_t* matches, /* store result (found matches) in this table (presumed large enough) */
821 ZSTD_match_t*,
833 ZSTD_match_t* matches,
856 ZSTD_match_t* matches, \
996 static void ZSTD_optLdm_maybeAddMatch(ZSTD_match_t* matches, U32* nbMatches,
1001 /* Note: ZSTD_match_t actually contains offBase and matchLength (before subtracting MINMATCH) */
1026 ZSTD_match_t* matches, U32* nbMatches,
1101 ZSTD_match_t* const matches = optStatePtr->matchTable;
zstd_compress_internal.h 197 } ZSTD_match_t;
233 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_SIZE */
zstd_compress.c 1676 + ZSTD_cwksp_aligned64_alloc_size(ZSTD_OPT_SIZE * sizeof(ZSTD_match_t))
2060 ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned64(ws, ZSTD_OPT_SIZE * sizeof(ZSTD_match_t));

Completed in 53 milliseconds