Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/tools/fiptool/
Dwin_posix.c164 bool match_found = false; in getopt_1long() local
178 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()
/external/autotest/client/bin/result_tools/
Dzip_file_throttler.py90 match_found = False
93 match_found = True
95 if match_found:
/external/libxaac/decoder/drc_src/
Dimpd_drc_filter_bank.c128 WORD32 match_found = 0, num_filter; in impd_init_all_filter_banks() local
197 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()
/external/libaom/av1/encoder/
Dcompound_type.c1242 const int match_found = in av1_compound_type_rd() local
1276 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()
Drdopt.c2143 int match_found = 0; in ref_match_found_in_nb_blocks() local
2148 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() local
2169 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() local
2191 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()
/external/libevent/
Dhttp.c3441 int match_found = 0; in evhttp_find_vhost() local
3452 match_found = 1; in evhttp_find_vhost()
3461 return match_found; in evhttp_find_vhost()