Searched refs:match_found (Results 1 – 7 of 7) sorted by relevance
164 bool match_found = false; in getopt_1long() local178 match_found = true; in getopt_1long()185 if (!match_found) { in getopt_1long()189 match_found = true; in getopt_1long()196 if (match_found) { in getopt_1long()
90 match_found = False93 match_found = True95 if match_found:
136 match_found = False139 match_found = True141 if match_found:
128 WORD32 match_found = 0, num_filter; in impd_init_all_filter_banks() local197 match_found = 0; in impd_init_all_filter_banks()199 match_found = 0; in impd_init_all_filter_banks()202 match_found = 1; in impd_init_all_filter_banks()206 if (match_found == 0) break; in impd_init_all_filter_banks()208 if (match_found == 1) { in impd_init_all_filter_banks()
1241 const int match_found = in av1_compound_type_rd() local1279 if (match_found && cpi->sf.inter_sf.reuse_compound_type_decision) { in av1_compound_type_rd()1504 if (!match_found) in av1_compound_type_rd()
2058 int match_found = 0; in ref_match_found_in_nb_blocks() local2063 match_found = 1; in ref_match_found_in_nb_blocks()2065 return match_found; in ref_match_found_in_nb_blocks()2082 int match_found = 0; in find_ref_match_in_above_nbs() local2084 match_found = ref_match_found_in_nb_blocks(*cur_mbmi, *above_mi); in find_ref_match_in_above_nbs()2085 if (match_found) return 1; in find_ref_match_in_above_nbs()2104 int match_found = 0; in find_ref_match_in_left_nbs() local2106 match_found = ref_match_found_in_nb_blocks(*cur_mbmi, *left_mi); in find_ref_match_in_left_nbs()2107 if (match_found) return 1; in find_ref_match_in_left_nbs()
3441 int match_found = 0; in evhttp_find_vhost() local3452 match_found = 1; in evhttp_find_vhost()3461 return match_found; in evhttp_find_vhost()