Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Ddfs.c595 int chan_offset, int chan_width, int cf1, in set_dfs_state()
661 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped()
811 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local
878 int cf1, int cf2) in hostapd_dfs_complete_cac()
920 int cf1, int cf2) in hostapd_dfs_pre_cac_expired()
1170 int cf1, int cf2) in hostapd_dfs_radar_detected()
1205 int cf1, int cf2) in hostapd_dfs_nop_finished()
1255 int cf1, int cf2) in hostapd_dfs_start_cac()
Ddrv_callbacks.c863 int offset, int width, int cf1, int cf2, in hostapd_event_ch_switch()
/external/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.cpp89 auto cf1 = MakeTintColorFilter(0xff003000, 0xff00a000, useSkSL); // green tint variable
Dimagefiltersgraph.cpp131 sk_sp<SkColorFilter> cf1(SkColorFilters::Blend(SK_ColorBLUE, SkBlendMode::kSrcIn)); in onDraw() local
/external/skqp/gm/
Dsrgb.cpp25 auto cf1 = SkColorFilter::MakeLinearToSRGBGamma(); variable
Dimagefiltersgraph.cpp144 sk_sp<SkColorFilter> cf1(SkColorFilter::MakeModeFilter(SK_ColorBLUE, in onDraw() local
/external/llvm-project/clang/test/CodeGen/
Dguard_nocf.c46 __declspec(guard(nocf)) void cf1() { in cf1() function
/external/llvm-project/clang/test/CodeGenCXX/
Dguard_nocf.cpp46 __declspec(guard(nocf)) void cf1() { in cf1() function
/external/skia/samplecode/
DSampleMixer.cpp40 void dodraw(SkCanvas* canvas, sk_sp<SkColorFilter> cf0, sk_sp<SkColorFilter> cf1, float gap) { in dodraw()
DSampleImageFilterDAG.cpp330 sk_sp<SkImageFilter> cf1 = SkImageFilters::ColorFilter( in onDrawContent() local
/external/llvm-project/clang/test/SemaCXX/
Dcxx1z-copy-omission.cpp142 Noncopyable cf1 = ConversionFunction<Noncopyable>(); variable
/external/llvm-project/clang/test/CodeGen/arc/
Darguments.c20 void cf1(cs1 i) {} in cf1() function
/external/skia/src/core/
DSkColorFilter.cpp446 sk_sp<SkColorFilter> cf1) { in Lerp()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_event.c625 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset()
659 struct nlattr *cf1, struct nlattr *cf2, in mlme_event_ch_switch()
Ddriver.h5835 int cf1; member
5861 int cf1; member
/external/wpa_supplicant_8/wpa_supplicant/
Dap.c1535 int offset, int width, int cf1, int cf2, int finished) in wpas_ap_ch_switch()
/external/tensorflow/tensorflow/core/common_runtime/
Dconstant_folding_test.cc499 Node* cf1 = *(send1->in_nodes().begin()); in TEST_F() local