Searched refs:match_found (Results 1 – 6 of 6) 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:
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()
1242 const int match_found = in av1_compound_type_rd() local1276 if (match_found && cpi->sf.inter_sf.reuse_compound_type_decision) { in av1_compound_type_rd()1654 if (!match_found) in av1_compound_type_rd()
2143 int match_found = 0; in ref_match_found_in_nb_blocks() local2148 match_found = 1; in ref_match_found_in_nb_blocks()2150 return match_found; in ref_match_found_in_nb_blocks()2167 int match_found = 0; in find_ref_match_in_above_nbs() local2169 match_found = ref_match_found_in_nb_blocks(*cur_mbmi, *above_mi); in find_ref_match_in_above_nbs()2170 if (match_found) return 1; in find_ref_match_in_above_nbs()2189 int match_found = 0; in find_ref_match_in_left_nbs() local2191 match_found = ref_match_found_in_nb_blocks(*cur_mbmi, *left_mi); in find_ref_match_in_left_nbs()2192 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()