Home
last modified time | relevance | path

Searched refs:ZSTD_dct_rawContent (Results 301 – 309 of 309) sorted by relevance

1...<<111213

/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_compress.c1184 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_CCtx_refPrefix()
4417 if (dictContentType == ZSTD_dct_rawContent) in ZSTD_compress_insertDictionary()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_compress.c1184 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_CCtx_refPrefix()
4418 if (dictContentType == ZSTD_dct_rawContent) in ZSTD_compress_insertDictionary()
/dports/x11/aclip/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_compress.c1184 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent);
4418 if (dictContentType == ZSTD_dct_rawContent)
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dfuzzer.c1425 … cctx, (const char*)dictBuffer+2, dictSize-2, ZSTD_dlm_byRef, ZSTD_dct_rawContent); in basicUnitTests()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dfuzzer.c1425 … cctx, (const char*)dictBuffer+2, dictSize-2, ZSTD_dlm_byRef, ZSTD_dct_rawContent); in basicUnitTests()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dfuzzer.c1425 … cctx, (const char*)dictBuffer+2, dictSize-2, ZSTD_dlm_byRef, ZSTD_dct_rawContent); in basicUnitTests()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dfuzzer.c1425 … cctx, (const char*)dictBuffer+2, dictSize-2, ZSTD_dlm_byRef, ZSTD_dct_rawContent); in basicUnitTests()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dfuzzer.c1425 … cctx, (const char*)dictBuffer+2, dictSize-2, ZSTD_dlm_byRef, ZSTD_dct_rawContent); in basicUnitTests()
/dports/archivers/py-zstandard/zstandard-0.16.0/zstd/
H A Dzstdlib.c5114ZSTD_dct_rawContent = 1, /* ensures dictionary is always loaded as rawContent, even if it starts w… enumerator
15772 return ZSTD_CCtx_refPrefix_advanced(cctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_CCtx_refPrefix()
19005 if (dictContentType == ZSTD_dct_rawContent) in ZSTD_compress_insertDictionary()
26879 if (dictContentType == ZSTD_dct_rawContent) { in ZSTDMT_serialState_reset()
27069 …job->prefix.start, job->prefix.size, ZSTD_dct_rawContent, /* load dictionary in "content-only" mod… in ZSTDMT_compressionJob()
31256 if (dictContentType == ZSTD_dct_rawContent) return 0; in ZSTD_loadEntropy_intoDDict()
33025 return ZSTD_DCtx_refPrefix_advanced(dctx, prefix, prefixSize, ZSTD_dct_rawContent); in ZSTD_DCtx_refPrefix()
40545 …D_createCDict_advanced(dictBuffer, dictBufferSize, ZSTD_dlm_byRef, ZSTD_dct_rawContent, params.cPa… in ZDICT_analyzeEntropy()

1...<<111213