Home
last modified time | relevance | path

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

/openbmc/libcper/
H A Dcper-utils.c542 const char *value_dict[2], UINT64 value_int) in add_bool_enum() argument
545 if (value_int > 0) { in add_bool_enum()
/openbmc/qemu/tests/unit/
H A Dtest-qobject-output-visitor.c228 int value_int = 10; in test_visitor_out_list() local
236 value->integer = value_int + (max_items - i - 1); in test_visitor_out_list()
257 g_assert_cmpint(qdict_get_int(qdict, "integer"), ==, value_int + i); in test_visitor_out_list()