Home
last modified time | relevance | path

Searched refs:compressibility (Results 1 – 16 of 16) sorted by relevance

/external/lz4/programs/
Dbench.c500 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() argument
510 RDG_genBuffer(srcBuffer, benchedSize, compressibility, 0.0, 0); in BMK_syntheticTest()
513 snprintf (name, sizeof(name), "Synthetic %2u%%", (unsigned)(compressibility*100)); in BMK_syntheticTest()
540 double const compressibility = (double)g_compressibilityDefault / 100; in BMK_benchFiles() local
548 BMK_syntheticTest(cLevel, cLevelLast, compressibility); in BMK_benchFiles()
/external/zstd/tests/
Dzbufftest.c121 static int basicUnitTests(U32 seed, double compressibility, ZSTD_customMem customMem) in basicUnitTests() argument
141 RDG_genBuffer(CNBuffer, CNBufferSize, compressibility, 0., seed); in basicUnitTests()
267 static int fuzzerTests(U32 seed, U32 nbTests, unsigned startTest, double compressibility) in fuzzerTests() argument
304 RDG_genBuffer(cNoiseBuffer[2], srcBufferSize, compressibility, 0., coreSeed); in fuzzerTests()
Dfullbench.c671 size_t benchedSize, double compressibility, in benchSample() argument
679 RDG_genBuffer(origBuff, benchedSize, compressibility, 0.0, 0); in benchSample()
840 double compressibility = COMPRESSIBILITY_DEFAULT; in main() local
900 compressibility = (double)readU32FromChar(&argument) / 100.; in main()
929 result = benchSample(benchNb, sampleSize, compressibility, cLevel, cparams); in main()
Dfuzzer.c191 static int FUZ_mallocTests_internal(unsigned seed, double compressibility, unsigned part, in FUZ_mallocTests_internal() argument
202 RDG_genBuffer(inBuffer, inSize, compressibility, 0. /*auto*/, seed); in FUZ_mallocTests_internal()
276 static int FUZ_mallocTests(unsigned seed, double compressibility, unsigned part) in FUZ_mallocTests() argument
290 result = FUZ_mallocTests_internal(seed, compressibility, part, in FUZ_mallocTests()
300 static int FUZ_mallocTests(unsigned seed, double compressibility, unsigned part) in FUZ_mallocTests() argument
302 (void)seed; (void)compressibility; (void)part; in FUZ_mallocTests()
342 static int basicUnitTests(U32 const seed, double compressibility) in basicUnitTests() argument
359 RDG_genBuffer(CNBuffer, CNBuffSize, compressibility, 0., seed); in basicUnitTests()
968 RDG_genBuffer((char*)CNBuffer + b, chunkSize, compressibility, 0. /* auto */, seed); in basicUnitTests()
987 RDG_genBuffer(CNBuffer, CNBuffSize, compressibility, 0. /*auto*/, seed); in basicUnitTests()
[all …]
Dparamgrill.c2067 static int benchSample(double compressibility, int cLevel) in benchSample() argument
2082 RDG_genBuffer(srcBuffer, benchedSize, compressibility, 0.0, 0); in benchSample()
2098 DISPLAY("using %s %i%%: \n", name, (int)(compressibility*100)); in benchSample()
2711 double compressibility = COMPRESSIBILITY_DEFAULT; in main() local
2821 compressibility = (double)proba32 / 100.; in main()
2940 result = benchSample(compressibility, cLevelRun); in main()
Dzstreamtest.c261 static int basicUnitTests(U32 seed, double compressibility) in basicUnitTests() argument
289 RDG_genBuffer(CNBuffer, CNBufferSize, compressibility, 0., seed); in basicUnitTests()
1738 static int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressibility, int … in fuzzerTests() argument
1775 RDG_genBuffer(cNoiseBuffer[2], srcBufferSize, compressibility, 0., coreSeed); in fuzzerTests()
2003 double compressibility, int bigTests) in fuzzerTests_newAPI() argument
2043 RDG_genBuffer(cNoiseBuffer[2], srcBufferSize, compressibility, 0., coreSeed); in fuzzerTests_newAPI()
DREADME.md171 -P# : generated sample compressibility (when no file is provided)
/external/zstd/programs/
Dbenchzstd.h152 int cLevel, double compressibility,
Dzstdcli.c716 double compressibility = 0.5; in main() local
1081 compressibility = (double)readU32FromChar(&argument) / 100; in main()
1195 … BMK_syntheticTest(cLevel, compressibility, &compressionParams, g_displayLevel, &benchParams); in main()
1199 …ench_nbSeconds; (void)blockSize; (void)setRealTimePrio; (void)separateFiles; (void)compressibility; in main()
Dbenchzstd.c691 BMK_benchOutcome_t BMK_syntheticTest(int cLevel, double compressibility, in BMK_syntheticTest() argument
709 RDG_genBuffer(srcBuffer, benchedSize, compressibility, 0.0, 0); in BMK_syntheticTest()
712 snprintf (name, sizeof(name), "Synthetic %2u%%", (unsigned)(compressibility*100)); in BMK_syntheticTest()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c763 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() argument
773 RDG_genBuffer(srcBuffer, benchedSize, compressibility, 0.0, 0); in BMK_syntheticTest()
776 snprintf (name, sizeof(name), "Synthetic %2u%%", (unsigned)(compressibility*100)); in BMK_syntheticTest()
787 double const compressibility = (double)g_compressibilityDefault / 100; in BMK_benchFiles() local
790 BMK_syntheticTest(cLevel, cLevelLast, compressibility); in BMK_benchFiles()
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dimm.ll108 ; This can be materialized with ADDI+SLLI, improving compressibility.
125 ; This can be materialized with ADDI+SRLI, improving compressibility.
142 ; This can be materialized with LUI+SRLI, improving compressibility.
/external/lz4/tests/
Dframetest.c173 int basicTests(U32 seed, double compressibility) in basicTests() argument
193 … FUZ_fillCompressibleNoiseBuffer(CNBuffer, COMPRESSIBLE_NOISE_LENGTH, compressibility, &randState); in basicTests()
904 int fuzzerTests(U32 seed, unsigned nbTests, unsigned startTest, double compressibility, U32 duratio… in fuzzerTests() argument
932 FUZ_fillCompressibleNoiseBuffer(CNBuffer, CNBufferLength, compressibility, &coreRand); in fuzzerTests()
Dfuzzer.c316 static int FUZ_test(U32 seed, U32 nbCycles, const U32 startCycle, const double compressibility, U32… in FUZ_test() argument
363 … FUZ_fillCompressibleNoiseBuffer(CNBuffer, COMPRESSIBLE_NOISE_LENGTH, compressibility, &randState); in FUZ_test()
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt40530 compressibility %8777 kəmprˌɛsəbˈɪlɪti
Dinternal_raw_IPA.txt34183 compressibility %24021 kəmprˌɛsəbˈɪlɪti