Home
last modified time | relevance | path

Searched refs:FUZ_COMPRESSIBILITY_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/lz4-3.4.0-2.7.6/tests/
Dframetest.c75 #define FUZ_COMPRESSIBILITY_DEFAULT 50 macro
1140 … DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT); in FUZ_usage()
1154 int proba = FUZ_COMPRESSIBILITY_DEFAULT; in main()
1274 if (proba!=FUZ_COMPRESSIBILITY_DEFAULT) DISPLAY("Compressibility : %i%%\n", proba); in main()
Dfuzzer.c81 #define FUZ_COMPRESSIBILITY_DEFAULT 60 macro
1702 … DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT); in FUZ_usage()
1717 int proba = FUZ_COMPRESSIBILITY_DEFAULT; in main()
1829 if (proba!=FUZ_COMPRESSIBILITY_DEFAULT) printf("Compressibility : %i%%\n", proba); in main()