HomeSort by relevance Sort by last modified time
    Searched refs:mbytes (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
AudioAttributesTest.java 50 final byte[] mbytes;
53 mbytes = srcParcel.marshall();
54 dstParcel.unmarshall(mbytes, 0, mbytes.length);
  /external/e2fsprogs/resize/
resource_track.c 101 #define mbytes(x) (((x) + 1048575) / 1048576) macro
118 mbytes(bytes_read),
119 mbytes(bytes_written),
120 (double)mbytes(bytes_read + bytes_written) /
  /external/e2fsprogs/e2fsck/
util.c 414 #define mbytes(x) (((x) + 1048575) / 1048576) macro
431 mbytes(bytes_read), mbytes(bytes_written),
432 (double)mbytes(bytes_read + bytes_written) /
  /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...]
  /external/mesa3d/src/mesa/main/
teximage.c 1419 uint64_t mbytes = bytes \/ (1024 * 1024); \/* convert to MB *\/ local
    [all...]

Completed in 261 milliseconds