Home
last modified time | relevance | path

Searched refs:to_match (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/external/bsd/drm2/dist/drm/
H A Ddrm_edid.c3318 if (!to_match->clock) in drm_match_cea_mode_clock_tolerance()
3321 if (to_match->picture_aspect_ratio) in drm_match_cea_mode_clock_tolerance()
3333 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_cea_mode_clock_tolerance()
3357 if (!to_match->clock) in drm_match_cea_mode()
3360 if (to_match->picture_aspect_ratio) in drm_match_cea_mode()
3372 KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock2)) in drm_match_cea_mode()
3421 if (!to_match->clock) in drm_match_hdmi_mode_clock_tolerance()
3424 if (to_match->picture_aspect_ratio) in drm_match_hdmi_mode_clock_tolerance()
3436 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_hdmi_mode_clock_tolerance()
3459 if (!to_match->clock) in drm_match_hdmi_mode()
[all …]
/netbsd/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_edid.h490 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsymtab.c4232 const char *to_match; in output_source_filename() local
4238 to_match = dirname.c_str (); in output_source_filename()
4241 to_match = lbasename (name); in output_source_filename()
4243 to_match = name; in output_source_filename()
4245 if (data->c_regexp->exec (to_match, 0, NULL, 0) != 0) in output_source_filename()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsymtab.c4232 const char *to_match; in output_source_filename() local
4238 to_match = dirname.c_str (); in output_source_filename()
4241 to_match = lbasename (name); in output_source_filename()
4243 to_match = name; in output_source_filename()
4245 if (data->c_regexp->exec (to_match, 0, NULL, 0) != 0) in output_source_filename()