HomeSort by: relevance | last modified time | path
    Searched defs:matchState (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h 296 int dedicatedDictSearch; /* Indicates whether this matchState is using the
320 ZSTD_MatchState_t matchState;
1068 * Inspects the provided matchState and figures out what dictMode should be
zstd_compress.c 86 ZSTD_MatchState_t matchState;
259 /* We always should allocate a chaintable if we are allocating a matchstate for a DDS dictionary matchstate.
1944 * Controls, for this matchState reset, whether the tables need to be cleared /
1948 * the matchState contents in from a CDict).
1956 * Controls, for this matchState reset, whether indexing can continue where it
2142 int const indexTooClose = ZSTD_indexTooCloseToMax(zc->blockState.matchState.window);
2192 zc->blockState.matchState.cParams = params->cParams;
2193 zc->blockState.matchState.prefetchCDictTables = params->prefetchCDictTables == ZSTD_ps_enable;
2211 &zc->blockState.matchState,
    [all...]

Completed in 27 milliseconds