Searched refs:match_count (Results 1 – 4 of 4) sorted by relevance
121 int match_count; in bfd_check_format_matches() local137 match_count = 0; in bfd_check_format_matches()248 match_count = 1; in bfd_check_format_matches()253 matching_vector[match_count] = temp; in bfd_check_format_matches()255 match_count++; in bfd_check_format_matches()281 if (match_count == 0) in bfd_check_format_matches()288 match_count = 1; in bfd_check_format_matches()292 match_count = ar_match_index - _bfd_target_vector_entries; in bfd_check_format_matches()294 if (matching && match_count > 1) in bfd_check_format_matches()297 sizeof (*matching_vector) * match_count); in bfd_check_format_matches()[all …]
156 int match_count; in map_over_members() local178 match_count = 0; in map_over_members()192 ++match_count; in map_over_members()194 && match_count != counted_name_counter) in map_over_members()1011 int match_count; in delete_members() local1029 match_count = 0; in delete_members()1036 ++match_count; in delete_members()1038 && match_count != counted_name_counter) in delete_members()
188 filter->match_count++; in filter_evaluate()191 filter->match_count > last->match_count) { in filter_evaluate()
67 int match_count; /* Number of times this filter matched */ member