OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbytes
(Results
1 - 2
of
2
) 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 )
Completed in 1483 milliseconds