Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcheck-qobject.c42 va_list ap_count, ap_extract; in do_test_equality() local
48 va_copy(ap_extract, ap_count); in do_test_equality()
56 args[i] = va_arg(ap_extract, QObject *); in do_test_equality()
58 va_end(ap_extract); in do_test_equality()