Home
last modified time | relevance | path

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

/qemu/
H A Dqemu-io-cmds.c222 #define TO_KILOBYTES(x) ((x) / KILOBYTES(1)) macro
246 snprintf(str, size - 4, "%.3f", TO_KILOBYTES(value)); in cvtstr()