Home
last modified time | relevance | path

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

/qemu/tests/unit/
H A Dcheck-qobject.c44 int arg_count = 0; in do_test_equality() local
50 arg_count++; in do_test_equality()
54 args = g_new(QObject *, arg_count); in do_test_equality()
55 for (i = 0; i < arg_count; i++) { in do_test_equality()
60 for (i = 0; i < arg_count; i++) { in do_test_equality()
63 for (j = i + 1; j < arg_count; j++) { in do_test_equality()
/qemu/hw/acpi/
H A Daml-build-stub.c34 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() argument
H A Daml-build.c1122 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() argument
1135 assert(arg_count < 8); in aml_method()
1136 methodflags = arg_count | (sflag << 3); in aml_method()
/qemu/include/hw/acpi/
H A Daml-build.h389 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag);