Home | History | Annotate | Download | only in src

Lines Matching refs:megabytes

32 unsigned int megabytes = 1;
219 printf(" [-m megabytes] megabytes to use (1)\n");
220 printf(" [-M megabytes] megabytes to skip (0)\n");
264 megabytes = atoi(optarg);
293 blocks = megabytes * (1024 * 1024 / blocksize);
308 megabytes = stat_buf.st_size / (1024 * 1024);
309 blocks = megabytes * (1024 * 1024 / blocksize);
317 printf("Checking %d megabytes using signature %08x\n",
318 megabytes, signature);
348 printf("Wrote %d MB to %s (%d seconds)\n", megabytes, filename, (int) (time(NULL) - start_time));