Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c214 #define MEGABYTES(x) ((long long)(x) << 20) macro
221 #define TO_MEGABYTES(x) ((x) / MEGABYTES(1))
241 } else if (value >= MEGABYTES(1)) { in cvtstr()