Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcheck-qlit.c20 { "foo", QLIT_QNUM(42) },
24 QLIT_QNUM(43),
25 QLIT_QNUM(44),
33 { "foo", QLIT_QNUM(42) },
H A Dcheck-qjson.c1163 QLIT_QNUM(43), in simple_list()
1164 QLIT_QNUM(42), in simple_list()
1171 QLIT_QNUM(43), in simple_list()
1220 QLIT_QNUM(43), in simple_whitespace()
1221 QLIT_QNUM(42), in simple_whitespace()
1228 QLIT_QNUM(43), in simple_whitespace()
1234 QLIT_QNUM(42), in simple_whitespace()
1241 QLIT_QNUM(43), in simple_whitespace()
1248 QLIT_QNUM(42), in simple_whitespace()
1278 QLIT_QNUM(1), in simple_interpolation()
[all …]
/openbmc/qemu/include/qapi/qmp/
H A Dqlit.h42 #define QLIT_QNUM(val) \ macro