Home
last modified time | relevance | path

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

/scripts/
Dasn1_compiler.c679 static unsigned nr_types; variable
724 nr_types = nr; in build_type_list()
751 printf("Extracted %u types\n", nr_types); in build_type_list()
753 for (n = 0; n < nr_types; n++) { in build_type_list()
980 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()