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

  /src/external/bsd/zstd/dist/lib/decompress/
zstd_ddict.c 173 return ZSTD_createDDict_advanced(dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto, allocator);
183 return ZSTD_createDDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, allocator);
zstd_decompress.c 1717 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1722 return ZSTD_DCtx_loadDictionary_advanced(dctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
  /src/external/bsd/zstd/dist/tests/fuzz/
dictionary_round_trip.c 34 ZSTD_dictContentType_e dictContentType = ZSTD_dct_auto;
  /src/external/bsd/zstd/dist/contrib/diagnose_corruption/
check_flipped_bits.c 133 ddict = ZSTD_createDDict_advanced(*buf, *size, ZSTD_dlm_byRef, ZSTD_dct_auto, ZSTD_defaultCMem);
  /src/external/bsd/zstd/dist/tests/regression/
method.c 462 ZSTD_dct_auto,
  /src/external/bsd/zstd/dist/tests/
fuzzer.c 2500 { const ZSTD_DDict* const ddict = ZSTD_initStaticDDict(ddictBuffer, ddictBufferSize, CNBuffer, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
2797 ZSTD_dlm_byRef, ZSTD_dct_auto,
2837 ZSTD_dlm_byCopy, ZSTD_dct_auto,
2857 ZSTD_CDict* const cdict = ZSTD_createCDict_advanced(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, cParams, ZSTD_defaultCMem);
2963 DISPLAYLEVEL(3, "test%3i : Loading rawContent starting with dict header w/ ZSTD_dct_auto should fail : ", testNb++);
2968 cctx, (const char*)rawDictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
3172 CHECK_Z( ZSTD_DCtx_refPrefix_advanced(dctx, dictBuffer, dictSize, ZSTD_dct_auto) );
3194 cdict = ZSTD_createCDict_advanced2(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, cctxParams, customMem);
3221 cdict = ZSTD_createCDict_advanced2(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, cctxParams, customMem);
3251 cdict = ZSTD_createCDict_advanced2(dictBuffer, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto, cctxParams, customMem)
    [all...]
zstreamtest.c 1304 CHECK_Z( ZSTD_DCtx_refPrefix_advanced(dctx, dictionary.start, dictionary.filled, ZSTD_dct_auto) );
1347 ZSTD_CDict* const cdict = ZSTD_createCDict_advanced(dictionary.start, dictionary.filled, ZSTD_dlm_byRef, ZSTD_dct_auto, cParams, ZSTD_defaultCMem);
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 238 ZSTD_CDict* const cdict = ZSTD_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZSTD_dct_auto, zparams.cParams, cmem);
  /src/external/bsd/zstd/dist/lib/
zstd.h 1374 ZSTD_dct_auto = 0, /* dictionary is "full" when starting with ZSTD_MAGIC_DICTIONARY, otherwise it is "rawContent" */
2653 * Note: dict is loaded with ZSTD_dct_auto (treated as a full zstd dictionary if
2670 * dict is loaded with ZSTD_dct_auto and ZSTD_dlm_byCopy.
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c 1318 cctx, dict, dictSize, ZSTD_dlm_byRef, ZSTD_dct_auto);
1324 cctx, dict, dictSize, ZSTD_dlm_byCopy, ZSTD_dct_auto);
5218 if (dictContentType == ZSTD_dct_auto) {
5312 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast,
5325 return ZSTD_compressBegin_internal(cctx, dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
5467 dict, dictSize, ZSTD_dct_auto, ZSTD_dtlm_fast, NULL,
5714 ZSTD_dlm_byCopy, ZSTD_dct_auto,
5725 ZSTD_dlm_byRef, ZSTD_dct_auto,
5854 NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast,
6034 * dict is loaded with default parameters ZSTD_dct_auto and ZSTD_dlm_byCopy. *
    [all...]
zstdmt_compress.c 729 size_t const initError = ZSTD_compressBegin_advanced_internal(cctx, NULL, 0, ZSTD_dct_auto, ZSTD_dtlm_fast, job->cdict, &jobParams, job->fullFrameSize);
  /src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c 1026 ZSTD_dictContentType_e dictContentType = ZSTD_dct_auto;

Completed in 53 milliseconds