Searched refs:arg_count (Results 1 – 4 of 4) sorted by relevance
44 int arg_count = 0; in do_test_equality() local50 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()
34 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() argument
1122 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag) in aml_method() argument1135 assert(arg_count < 8); in aml_method()1136 methodflags = arg_count | (sflag << 3); in aml_method()
389 Aml *aml_method(const char *name, int arg_count, AmlSerializeFlag sflag);