Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-qdist.c150 unsigned int lopts = opt & (QDIST_PR_NODECIMAL | in do_test_pr()
158 } else if (lopts == QDIST_PR_NODECIMAL) { in do_test_pr()
161 } else if (lopts == (QDIST_PR_PERCENT | QDIST_PR_NODECIMAL)) { in do_test_pr()
167 } else if (lopts == (QDIST_PR_NOBINRANGE | QDIST_PR_NODECIMAL)) { in do_test_pr()
218 do_test_pr_label(QDIST_PR_NODECIMAL); in test_pr()
219 do_test_pr_label(QDIST_PR_PERCENT | QDIST_PR_NODECIMAL); in test_pr()
221 do_test_pr_label(QDIST_PR_NOBINRANGE | QDIST_PR_NODECIMAL); in test_pr()
/openbmc/qemu/include/qemu/
H A Dqdist.h36 #define QDIST_PR_NODECIMAL BIT(2) macro
/openbmc/qemu/accel/tcg/
H A Dmonitor.c73 hgram_opts |= QDIST_PR_NODECIMAL; in print_qht_statistics()
87 hgram_opts |= QDIST_PR_NODECIMAL | QDIST_PR_NOBINRANGE; in print_qht_statistics()
/openbmc/qemu/util/
H A Dqdist.c263 dec = opt & QDIST_PR_NODECIMAL ? 0 : 1; in qdist_pr_label()