HomeSort by relevance Sort by last modified time
    Searched defs:megabytes (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/platform_CompressedSwap/src/
hog.c 36 long int megabytes; local
43 "usage: hog <megabytes> [<compression factor (default = 3)>]\n");
47 megabytes = estrtol(av[1]);
49 if (megabytes > MAX_CHUNKS) {
50 fprintf(stderr, "hog: too many megabytes (%ld, max = %d)\n",
51 megabytes, MAX_CHUNKS);
66 for (chunk = 0; chunk < megabytes; chunk++) {
  /external/autotest/client/tests/disktest/src/
disktest.c 32 unsigned int megabytes = 1; variable
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",
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1006 milliseconds