HomeSort by: relevance | last modified time | path
    Searched defs:COMPRESSIBILITY_DEFAULT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
datagencli.c 28 #define COMPRESSIBILITY_DEFAULT 9999
59 unsigned probaU32 = COMPRESSIBILITY_DEFAULT;
139 if (probaU32 != COMPRESSIBILITY_DEFAULT) {
fullbench.c 56 #define COMPRESSIBILITY_DEFAULT (-1.0)
1091 DISPLAY( " -P# : sample compressibility (default : %.1f%%)\n", COMPRESSIBILITY_DEFAULT * 100);
1113 double compressibility = COMPRESSIBILITY_DEFAULT;
paramgrill.c 46 #define COMPRESSIBILITY_DEFAULT 0.50
2649 DISPLAY( " -P# : generated sample compressibility (default : %.1f%%) \n", COMPRESSIBILITY_DEFAULT * 100);
2710 double compressibility = COMPRESSIBILITY_DEFAULT;

Completed in 35 milliseconds