Searched refs:n_format_types (Results 1 – 3 of 3) sorted by relevance
1011 static int n_format_types = ARRAY_SIZE (format_types_orig); variable1058 if (format_num >= 0 && format_num < n_format_types) in format_name()1068 if (format_num >= 0 && format_num < n_format_types) in format_flags()1125 for (int i = 0; i < n_format_types; i++) in decode_format_type()5186 n_format_types + TARGET_N_FORMAT_TYPES); in handle_format_attribute()5189 memcpy (&dynamic_format_types[n_format_types], TARGET_FORMAT_TYPES, in handle_format_attribute()5194 first_target_format_type = n_format_types; in handle_format_attribute()5195 n_format_types += TARGET_N_FORMAT_TYPES; in handle_format_attribute()
1019 static int n_format_types = ARRAY_SIZE (format_types_orig); variable1066 if (format_num >= 0 && format_num < n_format_types) in format_name()1076 if (format_num >= 0 && format_num < n_format_types) in format_flags()1133 for (int i = 0; i < n_format_types; i++) in decode_format_type()5180 n_format_types + TARGET_N_FORMAT_TYPES); in handle_format_attribute()5183 memcpy (&dynamic_format_types[n_format_types], TARGET_FORMAT_TYPES, in handle_format_attribute()5188 first_target_format_type = n_format_types; in handle_format_attribute()5189 n_format_types += TARGET_N_FORMAT_TYPES; in handle_format_attribute()
22683 (n_format_types): New variable.