Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dspellcheck.c222 static const char * const test_data[] = { variable
239 const int num_test_cases = sizeof (test_data) / sizeof (test_data[0]); in test_metric_conditions()
246 = levenshtein_distance (test_data[i], test_data[j]); in test_metric_conditions()
256 = levenshtein_distance (test_data[j], test_data[i]); in test_metric_conditions()
263 = levenshtein_distance (test_data[i], test_data[k]); in test_metric_conditions()
265 = levenshtein_distance (test_data[j], test_data[k]); in test_metric_conditions()
H A Det-forest.c780 void *test_data = (void *)0xcafebabe; in test_single_node() local
782 et_node *n = et_new_tree (test_data); in test_single_node()
783 ASSERT_EQ (n->data, test_data); in test_single_node()
/dragonfly/sys/dev/drm/i915/
H A Dintel_dp_mst.c52 if (intel_dp->compliance.test_data.bpc) { in intel_dp_mst_compute_config()
53 bpp = intel_dp->compliance.test_data.bpc * 3; in intel_dp_mst_compute_config()
H A Dintel_dp.c1600 if (intel_dp->compliance.test_data.bpc != 0) { in intel_dp_compute_bpp()
1601 pipe_config->pipe_bpp = 3*intel_dp->compliance.test_data.bpc; in intel_dp_compute_bpp()
4088 intel_dp->compliance.test_data.bpc = 6; in intel_dp_autotest_video_pattern()
4091 intel_dp->compliance.test_data.bpc = 8; in intel_dp_autotest_video_pattern()
4097 intel_dp->compliance.test_data.video_pattern = test_pattern; in intel_dp_autotest_video_pattern()
4098 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width); in intel_dp_autotest_video_pattern()
4099 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height); in intel_dp_autotest_video_pattern()
4127 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_FAILSAFE; in intel_dp_autotest_edid()
4141 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED; in intel_dp_autotest_edid()
H A Dintel_drv.h945 struct intel_dp_compliance_data test_data; member