/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | dfs.h | 16 int cf1, int cf2); 19 int cf1, int cf2); 23 int cf1, int cf2); 26 int chan_offset, int chan_width, int cf1, int cf2); 30 int cf1, int cf2);
|
D | dfs.c | 513 int cf2, u32 state) in set_dfs_state() argument 567 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument 714 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local 716 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, in hostapd_handle_dfs() 728 hostapd_set_oper_centr_freq_seg1_idx(iface->conf, cf2); in hostapd_handle_dfs() 781 int cf1, int cf2) in hostapd_dfs_complete_cac() argument 785 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_complete_cac() 797 chan_width, cf1, cf2, in hostapd_dfs_complete_cac() 823 int cf1, int cf2) in hostapd_dfs_pre_cac_expired() argument 827 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_pre_cac_expired() [all …]
|
D | drv_callbacks.c | 788 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch() argument 803 width, channel_width_to_string(width), cf1, cf2); in hostapd_event_ch_switch() 844 if (cf2 > 5000) in hostapd_event_ch_switch() 845 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch() 849 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch() 881 cf1, cf2, is_dfs); in hostapd_event_ch_switch() 1527 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected() 1537 radar->cf1, radar->cf2); in hostapd_event_dfs_pre_cac_expired() 1547 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished() 1557 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | dfs.h | 16 int cf1, int cf2); 19 int cf1, int cf2); 23 int cf1, int cf2); 26 int chan_offset, int chan_width, int cf1, int cf2); 31 int cf1, int cf2);
|
D | dfs.c | 604 int cf2, u32 state) in set_dfs_state() argument 640 frequency2 = cf2 - 30; in set_dfs_state() 669 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument 819 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local 821 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, in hostapd_handle_dfs() 833 hostapd_set_oper_centr_freq_seg1_idx(iface->conf, cf2); in hostapd_handle_dfs() 886 int cf1, int cf2) in hostapd_dfs_complete_cac() argument 890 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_complete_cac() 902 chan_width, cf1, cf2, in hostapd_dfs_complete_cac() 928 int cf1, int cf2) in hostapd_dfs_pre_cac_expired() argument [all …]
|
D | drv_callbacks.c | 876 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch() argument 890 width, channel_width_to_string(width), cf1, cf2); in hostapd_event_ch_switch() 936 if (cf2 == 5935) in hostapd_event_ch_switch() 937 seg1_idx = (cf2 - 5925) / 5; in hostapd_event_ch_switch() 938 else if (cf2 > 5950) in hostapd_event_ch_switch() 939 seg1_idx = (cf2 - 5950) / 5; in hostapd_event_ch_switch() 940 else if (cf2 > 5000) in hostapd_event_ch_switch() 941 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch() 945 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch() 1001 cf1, cf2, is_dfs); in hostapd_event_ch_switch() [all …]
|
/third_party/skia/resources/sksl/shared/ |
D | ArrayNarrowingConversions.sksl | 18 const float cf2[2] = float[2](1, 2); 21 return (i2 == s2 && f2 == h2 && ci2 == cs2 && cf2 == ch2 && i2 == cs2 && h2 == cf2)
|
/third_party/skia/gm/ |
D | srgb.cpp | 26 auto cf2 = SkColorFilters::SRGBToLinearGamma(); variable 39 p.setColorFilter(cf2); 41 p.setColorFilter(cf2->makeComposed(cf0));
|
D | imagefiltersgraph.cpp | 132 sk_sp<SkColorFilter> cf2(SkColorFilters::Blend(SK_ColorGREEN, SkBlendMode::kSrcIn)); in onDraw() local 138 std::move(cf2), std::move(color1), &innerRect)); in onDraw()
|
/third_party/skia/resources/sksl/runtime/ |
D | ArrayNarrowingConversions.rts | 18 const highp float cf2[2] = float [2](1, 2); 21 return (i2 == s2 && f2 == h2 && ci2 == cs2 && cf2 == ch2 && i2 == cs2 && h2 == cf2)
|
/third_party/skia/tests/sksl/shared/ |
D | ArrayNarrowingConversions.asm.frag | 17 OpName %cf2 "cf2" 90 %cf2 = OpVariable %_ptr_Function__arr_float_int_2 Function 109 OpStore %cf2 %50 153 %88 = OpLoad %_arr_float_int_2 %cf2
|
D | ArrayNarrowingConversions.glsl | 14 const float cf2[2] = float[2](1.0, 2.0); 15 return ((i2 == s2 && f2 == h2) && i2 == int[2](1, 2)) && h2 == cf2 ? colorGreen : colorRed;
|
D | ArrayNarrowingConversions.metal | 80 const array<float, 2> cf2 = array<float, 2>{1.0, 2.0}; 81 …half(h2)) && i2 == array<int, 2>{1, 2}) && array_of_float_from_half(h2) == cf2 ? _uniforms.colorGr…
|
/third_party/skia/tests/ |
D | ColorFilterTest.cpp | 85 auto cf2 = reincarnate_colorfilter(cf.get()); in DEF_TEST() local 86 REPORTER_ASSERT(reporter, cf2); in DEF_TEST() 90 REPORTER_ASSERT(reporter, cf2->asAColorMode(&c2, (SkBlendMode*)&m2)); in DEF_TEST()
|
/third_party/skia/tests/sksl/runtime/ |
D | ArrayNarrowingConversions.stage | 15 const float cf2[2] = float[2](1.0, 2.0); 17 …nt[2](s2) && f2 == float[2](h2)) && i2 == int[2](1, 2)) && float[2](h2) == cf2 ? colorGreen : colo…
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audioresample.c | 403 GstElement *pipeline, *src, *cf1, *ar, *cf2, *sink; in GST_START_TEST() local 413 cf2 = gst_check_setup_element ("capsfilter"); in GST_START_TEST() 414 g_object_set (cf2, "name", "capsfilter2", NULL); in GST_START_TEST() 422 g_object_set (cf2, "caps", caps, NULL); in GST_START_TEST() 429 gst_bin_add_many (GST_BIN (pipeline), src, cf1, ar, cf2, sink, NULL); in GST_START_TEST() 430 fail_if (!gst_element_link_many (src, cf1, ar, cf2, sink, NULL)); in GST_START_TEST()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ap.c | 1395 int offset, int width, int cf1, int cf2, int finished) in wpas_ap_ch_switch() argument 1407 offset, width, cf1, cf2, finished); in wpas_ap_ch_switch() 1613 radar->cf1, radar->cf2); in wpas_ap_event_dfs_radar_detected() 1629 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_started() 1645 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_finished() 1661 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_aborted() 1677 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_nop_finished()
|
D | ap.h | 57 int offset, int width, int cf1, int cf2, int finished);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211_event.c | 508 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument 538 struct nlattr *cf1, struct nlattr *cf2, in mlme_event_ch_switch() argument 583 cf2 ? nla_get_u32(cf2) : 0); in mlme_event_ch_switch() 596 if (cf2) in mlme_event_ch_switch() 597 data.ch_switch.cf2 = nla_get_u32(cf2); in mlme_event_ch_switch() 1618 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in nl80211_radar_event() 1623 data.dfs_event.cf1, data.dfs_event.cf2); in nl80211_radar_event() 1887 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in qca_nl80211_dfs_offload_radar_event() 1893 data.dfs_event.cf1, data.dfs_event.cf2); in qca_nl80211_dfs_offload_radar_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211_event.c | 657 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument 693 struct nlattr *cf1, struct nlattr *cf2, in mlme_event_ch_switch() argument 738 cf2 ? nla_get_u32(cf2) : 0); in mlme_event_ch_switch() 753 if (cf2) in mlme_event_ch_switch() 754 data.ch_switch.cf2 = nla_get_u32(cf2); in mlme_event_ch_switch() 1832 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in nl80211_radar_event() 1837 data.dfs_event.cf1, data.dfs_event.cf2); in nl80211_radar_event() 2194 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in qca_nl80211_dfs_offload_radar_event() 2200 data.dfs_event.cf1, data.dfs_event.cf2); in qca_nl80211_dfs_offload_radar_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ap.c | 1639 int offset, int width, int cf1, int cf2, int finished) in wpas_ap_ch_switch() argument 1651 offset, width, cf1, cf2, finished); in wpas_ap_ch_switch() 1883 radar->cf1, radar->cf2); in wpas_ap_event_dfs_radar_detected() 1899 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_started() 1915 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_finished() 1931 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_aborted() 1947 radar->chan_width, radar->cf1, radar->cf2); in wpas_ap_event_dfs_cac_nop_finished()
|
D | ap.h | 57 int offset, int width, int cf1, int cf2, int finished);
|
/third_party/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 952 ChoiceFormat *cf2 = new ChoiceFormat(pat, status); in TestChoicePatternQuote() local 953 pat2 = cf2->toPattern(pat2); in TestChoicePatternQuote() 964 delete cf2; in TestChoicePatternQuote()
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput26 | 340 \x{1cf2} 341 0: \x{1cf2} 404 \x{1cf2} 405 0: \x{1cf2} 427 \x{cf2} 428 0: \x{cf2} 1817 \x{1cf2} 1818 0: \x{1cf2} 1821 \x{1cf2}
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 93 OpName %22 "cf2" in TEST() 396 OpName %22 "cf2" in TEST()
|