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

  /src/external/bsd/zstd/dist/programs/
fileio_types.h 56 ZSTD_paramSwitch_e literalCompressionMode;
72 ZSTD_paramSwitch_e mmapDict;
benchzstd.h 112 ZSTD_paramSwitch_e literalCompressionMode;
fileio.h 98 ZSTD_paramSwitch_e mode);
109 void FIO_setMMapDict(FIO_prefs_t* const prefs, ZSTD_paramSwitch_e value);
zstdcli.c 855 ZSTD_paramSwitch_e mmapDict=ZSTD_ps_auto;
856 ZSTD_paramSwitch_e useRowMatchFinder = ZSTD_ps_auto;
897 ZSTD_paramSwitch_e literalCompressionMode = ZSTD_ps_auto;
fileio.c 426 ZSTD_paramSwitch_e mode) {
488 void FIO_setMMapDict(FIO_prefs_t* const prefs, ZSTD_paramSwitch_e value)
  /src/external/bsd/zstd/dist/lib/compress/
zstd_ldm.h 69 ZSTD_paramSwitch_e useRowMatchFinder,
zstd_compress_internal.h 191 ZSTD_paramSwitch_e literalCompressionMode;
292 ZSTD_paramSwitch_e enableLdm; /* ZSTD_ps_enable to enable LDM. ZSTD_ps_auto by default */
323 ZSTD_paramSwitch_e literalCompressionMode;
346 ZSTD_paramSwitch_e useBlockSplitter;
349 ZSTD_paramSwitch_e useRowMatchFinder;
358 ZSTD_paramSwitch_e prefetchCDictTables;
374 ZSTD_paramSwitch_e searchForExternalRepcodes;
514 ZSTD_blockCompressor ZSTD_selectBlockCompressor(ZSTD_strategy strat, ZSTD_paramSwitch_e rowMatchfinderMode, ZSTD_dictMode_e dictMode);
1491 const void* src, size_t blockSize, ZSTD_paramSwitch_e externalRepSearch);
1508 const void* src, size_t blockSize, ZSTD_paramSwitch_e externalRepSearch)
    [all...]
zstd_compress.c 90 ZSTD_paramSwitch_e useRowMatchFinder; /* Indicates whether the CDict was created with params that would use
230 static int ZSTD_rowMatchFinderUsed(const ZSTD_strategy strategy, const ZSTD_paramSwitch_e mode) {
236 static ZSTD_paramSwitch_e ZSTD_resolveRowMatchFinderMode(ZSTD_paramSwitch_e mode,
255 static ZSTD_paramSwitch_e ZSTD_resolveBlockSplitterMode(ZSTD_paramSwitch_e mode,
263 const ZSTD_paramSwitch_e useRowMatchFinder,
276 static ZSTD_paramSwitch_e ZSTD_resolveEnableLdm(ZSTD_paramSwitch_e mode,
295 static ZSTD_paramSwitch_e ZSTD_resolveExternalRepcodeSearch(ZSTD_paramSwitch_e value, int cLevel)
    [all...]
zstd_ldm.c 668 ZSTD_paramSwitch_e useRowMatchFinder,
  /src/external/bsd/zstd/dist/lib/
zstd.h 1422 } ZSTD_paramSwitch_e;
1979 /* Controlled with ZSTD_paramSwitch_e enum.
2135 * Controlled with ZSTD_paramSwitch_e enum.
2146 * Controlled with ZSTD_paramSwitch_e enum.
2178 * Controlled with ZSTD_paramSwitch_e enum. Default is ZSTD_ps_auto.
  /src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c 1028 ZSTD_paramSwitch_e prefetchCDictTables = ZSTD_ps_auto;

Completed in 61 milliseconds