Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c210 #define EXABYTES(x) ((long long)(x) << 60) macro
217 #define TO_EXABYTES(x) ((x) / EXABYTES(1))
229 if (value >= EXABYTES(1)) { in cvtstr()