Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c221 #define TO_MEGABYTES(x) ((x) / MEGABYTES(1)) macro
243 snprintf(str, size - 4, "%.3f", TO_MEGABYTES(value)); in cvtstr()