Home
last modified time | relevance | path

Searched defs:cLevel (Results 1 – 25 of 27) sorted by relevance

12

/external/zstd/tests/fuzz/
Dblock_round_trip.c36 int cLevel) in roundTripTest()
62 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in LLVMFuzzerTestOneInput() local
Dsimple_compress.c38 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in LLVMFuzzerTestOneInput() local
Dseekable_roundtrip.c30 int const cLevel = FUZZ_dataProducer_int32Range(producer, ZSTD_minCLevel(), ZSTD_maxCLevel()); in LLVMFuzzerTestOneInput() local
Ddictionary_round_trip.c38 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in roundTripTest() local
Dsequence_compression_api.c190 size_t wLog, unsigned cLevel, unsigned hasDict) in roundTripTest()
238 int cLevel; in LLVMFuzzerTestOneInput() local
Dsimple_round_trip.c54 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in roundTripTest() local
/external/zstd/examples/
Ddictionary_compression.c18 static ZSTD_CDict* createCDict_orDie(const char* dictFileName, int cLevel) in createCDict_orDie()
73 int const cLevel = 3; in main() local
Dstreaming_compression.c18 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, in compressFile_orDie()
119 int cLevel = 1; in main() local
Dmultiple_streaming_compression.c31 static resources createResources_orDie(int cLevel) in createResources_orDie()
106 int const cLevel = 7; in main() local
Dstreaming_compression_thread_pool.c23 int cLevel; member
/external/zstd/programs/
Dbenchzstd.c167 int cLevel, in BMK_initCCtx()
206 int cLevel; member
311 const int cLevel, in BMK_benchMemAdvancedNoAlloc()
560 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchMemAdvanced()
649 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchMem()
664 int cLevel, const ZSTD_compressionParameters* comprParams, in BMK_benchCLevel()
691 BMK_benchOutcome_t BMK_syntheticTest(int cLevel, double compressibility, in BMK_syntheticTest()
786 const char* dictFileName, int cLevel, in BMK_benchFilesAdvanced()
887 int cLevel, const ZSTD_compressionParameters* compressionParams, in BMK_benchFiles()
Dzstdcli.c657 static void printDefaultCParams(const char* filename, const char* dictFileName, int cLevel) { in printDefaultCParams()
673 static void printActualCParams(const char* filename, const char* dictFileName, int cLevel, const ZS… in printActualCParams()
816 int cLevel = init_cLevel(); in main() local
/external/lz4/programs/
Dbench.c153 int cLevel; member
278 int cLevel, in LZ4_buildCompressionParameters()
357 const char* displayName, int cLevel, in BMK_benchMem()
630 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel()
692 int cLevel, int cLevelLast, in BMK_benchFileTable()
735 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility, in BMK_syntheticTest()
759 int cLevel, int cLevelLast, in BMK_benchFilesSeparately()
775 int cLevel, int cLevelLast, in BMK_benchFiles()
Dlz4cli.c313 cLevel=1, in main() local
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c152 const char* displayName, int cLevel, in BMK_benchMem()
600 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel()
727 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable()
778 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest()
800 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles()
880 int cLevel = ZSTDCLI_CLEVEL_DEFAULT; in main() local
/external/lz4/lib/
Dlz4hc.c806 int cLevel, in LZ4HC_compress_generic_internal()
872 int cLevel, in LZ4HC_compress_generic_noDictCtx()
887 int cLevel, in LZ4HC_compress_generic_dictCtx()
913 int cLevel, in LZ4HC_compress_generic()
976 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize()
1077 { int const cLevel = ctxPtr->compressionLevel; in LZ4_loadDictHC() local
1205 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
1206 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput()
1209 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
1210 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC()
[all …]
/external/zstd/tests/
DroundTripCrash.c70 int const cLevel = h32 % maxClevel; in roundTripTest() local
93 int const cLevel = h32 % maxClevel; in cctxParamRoundTripTest() local
Dfullbench.c433 int cLevel, ZSTD_compressionParameters cparams) in benchMem()
701 int cLevel, ZSTD_compressionParameters cparams) in benchSample()
727 int cLevel, ZSTD_compressionParameters cparams) in benchFiles()
866 int cLevel = DEFAULT_CLEVEL; in main() local
Dparamgrill.c869 BMK_printWinner(FILE* f, const int cLevel, const BMK_benchResult_t result, const paramValues_t para… in BMK_printWinner()
897 BMK_printWinnerOpt(FILE* f, const U32 cLevel, const BMK_benchResult_t result, const paramValues_t p… in BMK_printWinnerOpt()
959 BMK_print_cLevelEntry(FILE* f, const int cLevel, in BMK_print_cLevelEntry()
999 int cLevel; in BMK_print_cLevelTable() local
1038 int cLevel; member
1553 int cLevel, const paramValues_t* comprParams, in BMK_benchMemInvertible()
1828 int cLevel; in BMK_seed() local
2052 benchOnce(const buffers_t buf, const contexts_t ctx, const int cLevel) in benchOnce()
2067 static int benchSample(double compressibility, int cLevel) in benchSample()
2116 const char* dictFileName, int cLevel) in benchFiles()
Dfuzzer.c3544 { int cLevel; in longUnitTests() local
3666 int cLevel; in longUnitTests() local
3864 int const cLevel = ((FUZ_rand(&lseed) & 15) == 3) ? in fuzzerTests() local
3972 int const cLevel = (FUZ_rand(&lseed) % in fuzzerTests() local
Dzstreamtest.c1869 U32 const cLevel = MIN(cLevelCandidate, cLevelMax); in fuzzerTests() local
2147 int const cLevel = MIN(cLevelCandidate, cLevelMax); in fuzzerTests_newAPI() local
/external/zstd/contrib/seekable_format/examples/
Dseekable_compression.c63 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, unsigned frameSi… in compressFile_orDie()
Dparallel_compression.c122 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, unsigned frameSi… in compressFile_orDie()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DLogicalGroupChecker.java142 Level cLevel = coverageLevel.getLevel(path); in handleMissingPaths() local
/external/zstd/contrib/largeNbDicts/
DlargeNbDicts.c464 …ictCollection(const void* dictBuffer, size_t dictSize, size_t nbCDict, int cLevel, int dedicatedDi… in createCDictCollection()
555 ZSTD_CDict* cdict, int cLevel) in compressBlocks()
955 int cLevel = CLEVEL_DEFAULT; in main() local

12