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

  /external/e2fsprogs/e2fsck/
util.c 360 #define mbytes(x) (((x) + 1048575) / 1048576) macro
376 mbytes(bytes_read), mbytes(bytes_written),
377 (double)mbytes(bytes_read + bytes_written) /
  /external/srec/portable/src/
pmalloc.c 85 #define MEM_SIZE_MB( mbytes ) ((mbytes) * 1024 * 1024 )
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 1419 uint64_t mbytes = bytes \/ (1024 * 1024); \/* convert to MB *\/ local
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 1419 uint64_t mbytes = bytes \/ (1024 * 1024); \/* convert to MB *\/ local
    [all...]

Completed in 95 milliseconds