Home
last modified time | relevance | path

Searched defs:cf1 (Results 1 – 20 of 20) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddfs.c512 int chan_offset, int chan_width, int cf1, in set_dfs_state()
567 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped()
714 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local
781 int cf1, int cf2) in hostapd_dfs_complete_cac()
823 int cf1, int cf2) in hostapd_dfs_pre_cac_expired()
1011 int cf1, int cf2) in hostapd_dfs_radar_detected()
1044 int cf1, int cf2) in hostapd_dfs_nop_finished()
1094 int cf1, int cf2) in hostapd_dfs_start_cac()
Ddrv_callbacks.c788 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch()
/third_party/skia/gm/
Dmixercolorfilter.cpp93 auto cf1 = MakeTintColorFilter(0xff003000, 0xff00a000); // green tint in onDraw() local
105 sk_sp<SkColorFilter> cf0, sk_sp<SkColorFilter> cf1) { in mixRow()
Dsrgb.cpp25 auto cf1 = SkColorFilters::LinearToSRGBGamma(); variable
Dcomposecolorfilter.cpp91 auto cf1 = MakeTintColorFilter(0xff003000, 0xff00a000, useSkSL); // green tint variable
Dimagefiltersgraph.cpp131 sk_sp<SkColorFilter> cf1(SkColorFilters::Blend(SK_ColorBLUE, SkBlendMode::kSrcIn)); in onDraw() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddfs.c603 int chan_offset, int chan_width, int cf1, in set_dfs_state()
669 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped()
819 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local
886 int cf1, int cf2) in hostapd_dfs_complete_cac()
928 int cf1, int cf2) in hostapd_dfs_pre_cac_expired()
1178 int cf1, int cf2) in hostapd_dfs_radar_detected()
1213 int cf1, int cf2) in hostapd_dfs_nop_finished()
1265 int cf1, int cf2) in hostapd_dfs_start_cac()
Ddrv_callbacks.c876 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch()
/third_party/skia/samplecode/
DSampleMixer.cpp40 void dodraw(SkCanvas* canvas, sk_sp<SkColorFilter> cf0, sk_sp<SkColorFilter> cf1, float gap) { in dodraw()
DSampleImageFilterDAG.cpp331 sk_sp<SkImageFilter> cf1 = SkImageFilters::ColorFilter( in onDrawContent() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_event.c508 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset()
538 struct nlattr *cf1, struct nlattr *cf2, in mlme_event_ch_switch()
Ddriver.h5513 int cf1; member
5539 int cf1; member
/third_party/skia/src/core/
DSkColorFilter.cpp455 sk_sp<SkColorFilter> cf1) { in Lerp()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_event.c657 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset()
693 struct nlattr *cf1, struct nlattr *cf2, in mlme_event_ch_switch()
Ddriver.h5878 int cf1; member
5904 int cf1; member
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioresample.c403 GstElement *pipeline, *src, *cf1, *ar, *cf2, *sink; in GST_START_TEST() local
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts650 const cf1 = <T extends { [P in K]: string; } & { cool: string; }, K extends keyof T>(t: T, k: K) => property in Component2
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dap.c1395 int offset, int width, int cf1, int cf2, int finished) in wpas_ap_ch_switch()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dap.c1639 int offset, int width, int cf1, int cf2, int finished) in wpas_ap_ch_switch()
/third_party/typescript/tests/baselines/reference/
DkeyofAndIndexedAccess.js1091 var cf1 = function (t, k) { function