Home | History | Annotate | Download | only in programs

Lines Matching defs:bytes

278     unsigned long long bytes = 0;
435 // Test decoding with output size being 10 bytes too short => must fail
441 bytes too short");
489 /* Test compression with missing bytes into output buffer => must fail */
501 /* Test HC compression with missing bytes into output buffer => must fail */
650 bytes += blockSize;
658 printf("compression ratio: %0.3f%%\n", (double)cbytes/bytes*100);
659 printf("HC compression ratio: %0.3f%%\n", (double)hcbytes/bytes*100);
660 printf("ratio with dict: %0.3f%%\n", (double)ccbytes/bytes*100);