/aosp_15_r20/external/zstd/programs/ |
H A D | benchzstd.c | 240 int cLevel, in BMK_initCCtx() 295 int cLevel; member 419 const int cLevel, in BMK_benchMemAdvancedNoAlloc() 777 int cLevel, in BMK_benchMemAdvanced() 898 int cLevel, in BMK_benchMem() 927 int cLevel, in BMK_benchCLevel() 971 int cLevel, in BMK_syntheticTest() 1109 int cLevel, in BMK_benchFilesAdvanced() 1251 int cLevel, in BMK_benchFiles()
|
H A D | zstdcli.c | 695 static void printDefaultCParams(const char* filename, const char* dictFileName, int cLevel) { in printDefaultCParams() 711 static void printActualCParams(const char* filename, const char* dictFileName, int cLevel, const ZS… in printActualCParams() 868 int cLevel = init_cLevel(); in main() local
|
/aosp_15_r20/external/lz4/programs/ |
H A D | bench.c | 154 int cLevel; member 282 int cLevel, in LZ4_buildCompressionParameters() 361 const char* displayName, int cLevel, in BMK_benchMem() 647 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() 711 int cLevel, int cLevelLast, in BMK_benchFileTable() 756 static int BMK_syntheticTest(int cLevel, int cLevelLast, in BMK_syntheticTest() 786 int cLevel, int cLevelLast, in BMK_benchFilesSeparately() 803 int cLevel, int cLevelLast, in BMK_benchFiles()
|
H A D | lz4cli.c | 391 cLevel=init_cLevel(), in main() local
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4hc.c | 108 static cParams_t LZ4HC_getCLevelParams(int cLevel) in LZ4HC_getCLevelParams() 1380 int cLevel, in LZ4HC_compress_generic_internal() 1426 int cLevel, in LZ4HC_compress_generic_noDictCtx() 1448 int cLevel, in LZ4HC_compress_generic_dictCtx() 1474 int cLevel, in LZ4HC_compress_generic() 1538 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() 1639 { int const cLevel = ctxPtr->compressionLevel; in LZ4_loadDictHC() local 2135 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2() 2136 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput() 2139 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC() [all …]
|
/aosp_15_r20/external/zstd/zlibWrapper/examples/ |
H A D | zwrapbench.c | 152 const char* displayName, int cLevel, in BMK_benchMem() 602 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() 729 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable() 780 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() 802 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles() 882 int cLevel = ZSTDCLI_CLEVEL_DEFAULT; in main() local
|
/aosp_15_r20/external/zstd/tests/ |
H A D | paramgrill.c | 869 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()
|
H A D | fullbench.c | 440 int cLevel, ZSTD_compressionParameters cparams) in benchMem() 714 int cLevel, ZSTD_compressionParameters cparams) in benchSample() 740 int cLevel, ZSTD_compressionParameters cparams) in benchFiles() 881 int cLevel = DEFAULT_CLEVEL; in main() local
|
H A D | roundTripCrash.c | 70 int const cLevel = h32 % maxClevel; in roundTripTest() local 93 int const cLevel = h32 % maxClevel; in cctxParamRoundTripTest() local
|
H A D | fuzzer.c | 4225 { int cLevel; in longUnitTests() local 4347 int cLevel; in longUnitTests() local 4540 int const cLevel = ((FUZ_rand(&lseed) & 15) == 3) ? in fuzzerTests() local 4648 int const cLevel = (int)(FUZ_rand(&lseed) % in fuzzerTests() local
|
/aosp_15_r20/external/zstd/tests/fuzz/ |
H A D | block_round_trip.c | 37 int cLevel) in roundTripTest() 65 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in LLVMFuzzerTestOneInput() local
|
H A D | simple_compress.c | 41 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in LLVMFuzzerTestOneInput() local
|
H A D | seekable_roundtrip.c | 30 int const cLevel = FUZZ_dataProducer_int32Range(producer, ZSTD_minCLevel(), ZSTD_maxCLevel()); in LLVMFuzzerTestOneInput() local
|
H A D | dictionary_round_trip.c | 39 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in roundTripTest() local
|
H A D | simple_round_trip.c | 79 int const cLevel = FUZZ_dataProducer_int32Range(producer, kMinClevel, kMaxClevel); in roundTripTest() local
|
H A D | sequence_compression_api.c | 278 int cLevel; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/zstd/examples/ |
H A D | dictionary_compression.c | 28 static ZSTD_CDict* createCDict_orDie(const char* dictFileName, int cLevel) in createCDict_orDie() 83 int const cLevel = 3; in main() local
|
H A D | streaming_compression.c | 18 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, in compressFile_orDie() 125 int cLevel = 1; in main() local
|
H A D | multiple_streaming_compression.c | 31 static resources createResources_orDie(int cLevel) in createResources_orDie() 106 int const cLevel = 7; in main() local
|
H A D | streaming_compression_thread_pool.c | 23 int cLevel; member
|
/aosp_15_r20/external/zstd/contrib/seekable_format/examples/ |
H A D | seekable_compression.c | 63 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, unsigned frameSi… in compressFile_orDie() 128 int const cLevel = (argc==4) ? atoi(argv[3]) : CLEVEL_DEFAULT; in main() local
|
H A D | parallel_compression.c | 122 static void compressFile_orDie(const char* fname, const char* outName, int cLevel, unsigned frameSi… in compressFile_orDie()
|
/aosp_15_r20/external/coreboot/util/cbfstool/lz4/lib/ |
H A D | lz4hc.c | 696 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2() 697 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput() 700 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC() 701 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC()
|
/aosp_15_r20/external/zstd/contrib/largeNbDicts/ |
H A D | largeNbDicts.c | 541 ZSTD_CDict* cdict, int cLevel) in compressBlocks() 765 int cLevel = -1; in benchMem() local 1022 int cLevel = CLEVEL_DEFAULT; in main() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | LogicalGroupChecker.java | 215 Level cLevel = coverageLevel.getLevel(pathToCheck); in handleMissingRequiredPaths() local
|