Home
last modified time | relevance | path

Searched refs:mbytes (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/toys/pending/
Dfdisk.c503 long mbytes = bytes/1000000; in print_mbr() local
505 if (mbytes < 10000) xprintf("Disk %s: %lu MB, %llu bytes\n", disk_device, mbytes, bytes); in print_mbr()
506 …else xprintf("Disk %s: %lu.%lu GB, %llu bytes\n", disk_device, mbytes/1000, (mbytes/100)%10, bytes… in print_mbr()
/third_party/mesa3d/src/mesa/main/
Dteximage.c1286 uint64_t bytes, mbytes; in _mesa_test_proxy_teximage() local
1323 mbytes = bytes / (1024 * 1024); /* convert to MB */ in _mesa_test_proxy_teximage()
1328 return mbytes <= (uint64_t) ctx->Const.MaxTextureMbytes; in _mesa_test_proxy_teximage()