Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfuzzer.c280 unsigned long long hcbytes = 0; in FUZ_test() local
652 hcbytes += HCcompressedSize; in FUZ_test()
659 printf("HC compression ratio: %0.3f%%\n", (double)hcbytes/bytes*100); in FUZ_test()