Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-cutils.c3321 static void do_strtosz_MiB(const char *str, int exp_ret, uint64_t exp_val, in do_strtosz_MiB() function
3377 do_strtosz_MiB("1", 0, MiB, 1); in test_qemu_strtosz_units()
3382 do_strtosz_MiB("1B", 0, 1, 2); in test_qemu_strtosz_units()
3387 do_strtosz_MiB("1K", 0, KiB, 2); in test_qemu_strtosz_units()
3403 do_strtosz_MiB("0.5", 0, MiB / 2, 3); in test_qemu_strtosz_float()