Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-io-cmds.c215 #define KILOBYTES(x) ((long long)(x) << 10) macro
222 #define TO_KILOBYTES(x) ((x) / KILOBYTES(1))
244 } else if (value >= KILOBYTES(1)) { in cvtstr()