Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dasn1_compiler.c687 static unsigned nr_types; variable
732 nr_types = nr; in build_type_list()
759 debug("Extracted %u types\n", nr_types); in build_type_list()
761 for (n = 0; n < nr_types; n++) { in build_type_list()
988 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()