Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dqemu-io-cmds.c219 #define TO_TERABYTES(x) ((x) / TERABYTES(1)) macro
237 snprintf(str, size - 4, "%.3f", TO_TERABYTES(value)); in cvtstr()