Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c213 #define GIGABYTES(x) ((long long)(x) << 30) macro
220 #define TO_GIGABYTES(x) ((x) / GIGABYTES(1))
238 } else if (value >= GIGABYTES(1)) { in cvtstr()