OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbytes
(Results
1 - 4
of
4
) sorted by null
/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/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 485 milliseconds