/external/e2fsprogs/resize/ |
resource_track.c | 102 #define mbytes(x) (((x) + 1048575) / 1048576) macro 119 mbytes(bytes_read), 120 mbytes(bytes_written), 121 (double)mbytes(bytes_read + bytes_written) /
|
/external/e2fsprogs/e2fsck/ |
util.c | 463 #define mbytes(x) (((x) + 1048575) / 1048576) macro 480 mbytes(bytes_read), mbytes(bytes_written), 481 (double)mbytes(bytes_read + bytes_written) /
|
/external/mesa3d/src/mesa/main/ |
teximage.c | 1305 uint64_t bytes, mbytes; local [all...] |
/external/toybox/toys/pending/ |
fdisk.c | 503 long mbytes = bytes/1000000; local 505 if (mbytes < 10000) xprintf("Disk %s: %lu MB, %llu bytes\n", disk_device, mbytes, bytes); 506 else xprintf("Disk %s: %lu.%lu GB, %llu bytes\n", disk_device, mbytes/1000, (mbytes/100)%10, bytes); [all...] |