Home
last modified time | relevance | path

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

/external/lz4/tests/
Dframetest.c75 #define FUZ_COMPRESSIBILITY_DEFAULT 50 macro
939 … DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT); in FUZ_usage()
953 int proba = FUZ_COMPRESSIBILITY_DEFAULT; in main()
1073 if (proba!=FUZ_COMPRESSIBILITY_DEFAULT) DISPLAY("Compressibility : %i%%\n", proba); in main()
Dfuzzer.c77 #define FUZ_COMPRESSIBILITY_DEFAULT 60 macro
1331 … DISPLAY( " -P# : Select compressibility in %% (default:%i%%)\n", FUZ_COMPRESSIBILITY_DEFAULT); in FUZ_usage()
1346 int proba = FUZ_COMPRESSIBILITY_DEFAULT; in main()
1458 if (proba!=FUZ_COMPRESSIBILITY_DEFAULT) printf("Compressibility : %i%%\n", proba); in main()