/external/wpa_supplicant_8/src/ap/ |
D | dfs.h | 16 int cf1, int cf2); 20 int cf1, int cf2); 23 int chan_offset, int chan_width, int cf1, int cf2); 27 int cf1, int cf2);
|
D | dfs.c | 500 int cf2, u32 state) in set_dfs_state() argument 554 int chan_width, int cf1, int cf2) in dfs_are_channels_overlapped() argument 701 u8 cf1 = 0, cf2 = 0; in hostapd_handle_dfs() local 703 channel = dfs_get_valid_channel(iface, &sec, &cf1, &cf2, in hostapd_handle_dfs() 715 iface->conf->vht_oper_centr_freq_seg1_idx = cf2; in hostapd_handle_dfs() 752 int cf1, int cf2) in hostapd_dfs_complete_cac() argument 756 success, freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_complete_cac() 768 chan_width, cf1, cf2, in hostapd_dfs_complete_cac() 940 int cf1, int cf2) in hostapd_dfs_radar_detected() argument 946 freq, ht_enabled, chan_offset, chan_width, cf1, cf2); in hostapd_dfs_radar_detected() [all …]
|
D | drv_callbacks.c | 473 int offset, int width, int cf1, int cf2) in hostapd_event_ch_switch() argument 483 cf1, cf2); in hostapd_event_ch_switch() 517 if (cf2 > 5000) in hostapd_event_ch_switch() 518 seg1_idx = (cf2 - 5000) / 5; in hostapd_event_ch_switch() 522 ieee80211_freq_to_chan(cf2, &seg1_idx); in hostapd_event_ch_switch() 1101 radar->cf1, radar->cf2); in hostapd_event_dfs_radar_detected() 1111 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_finished() 1121 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_aborted() 1131 radar->cf1, radar->cf2); in hostapd_event_dfs_nop_finished() 1141 radar->cf1, radar->cf2); in hostapd_event_dfs_cac_started() [all …]
|
D | hostapd.h | 501 int offset, int width, int cf1, int cf2);
|
/external/skia/tests/ |
D | ColorFilterTest.cpp | 101 SkColorFilter* cf2 = reincarnate_colorfilter(cf); in DEF_TEST() local 102 SkAutoUnref aur2(cf2); in DEF_TEST() 103 REPORTER_ASSERT(reporter, cf2); in DEF_TEST() 107 REPORTER_ASSERT(reporter, cf2->asColorMode(&c2, &m2)); in DEF_TEST()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-fastcc-fast-isel.ll | 46 define void @cf2(double %v) #0 { 50 ; CHECK-LABEL: @cf2
|
/external/clang/test/SemaCXX/ |
D | attr-flatten.cpp | 22 [[gnu::flatten(1)]] void cf2(); // expected-error {{'flatten' attribute takes no arguments}}
|
D | attr-no-split-stack.cpp | 22 [[gnu::no_split_stack(1)]] void cf2(); // expected-error {{'no_split_stack' attribute takes no argu…
|
D | cxx1y-user-defined-literals.cpp | 40 complex<float> cf1 = 1if, cf2 = 2.if, cf3 = 0x3if;
|
/external/clang/test/SemaObjCXX/Inputs/ |
D | nullability-consistency-8.h | 16 void cf2(CFTypeRef * _Nullable p CF_RETURNS_NOT_RETAINED);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_event.c | 427 static int calculate_chan_offset(int width, int freq, int cf1, int cf2) in calculate_chan_offset() argument 457 struct nlattr *cf1, struct nlattr *cf2) in mlme_event_ch_switch() argument 500 cf2 ? nla_get_u32(cf2) : 0); in mlme_event_ch_switch() 513 if (cf2) in mlme_event_ch_switch() 514 data.ch_switch.cf2 = nla_get_u32(cf2); in mlme_event_ch_switch() 1450 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in nl80211_radar_event() 1455 data.dfs_event.cf1, data.dfs_event.cf2); in nl80211_radar_event() 1708 data.dfs_event.cf2 = nla_get_u32(tb[NL80211_ATTR_CENTER_FREQ2]); in qca_nl80211_dfs_offload_radar_event() 1714 data.dfs_event.cf1, data.dfs_event.cf2); in qca_nl80211_dfs_offload_radar_event()
|
/external/skia/gm/ |
D | imagefiltersgraph.cpp | 223 SkAutoTUnref<SkColorFilter> cf2(SkColorFilter::CreateModeFilter(SK_ColorGREEN, in onDraw() local 230 … SkAutoTUnref<SkImageFilter> color2(SkColorFilterImageFilter::Create(cf2, color1, &innerRect)); in onDraw()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.c | 1257 int offset, int width, int cf1, int cf2) in wpas_ap_ch_switch() argument 1266 offset, width, cf1, cf2); in wpas_ap_ch_switch() 1431 radar->cf1, radar->cf2); in wpas_event_dfs_radar_detected() 1443 radar->chan_width, radar->cf1, radar->cf2); in wpas_event_dfs_cac_started() 1455 radar->chan_width, radar->cf1, radar->cf2); in wpas_event_dfs_cac_finished() 1467 radar->chan_width, radar->cf1, radar->cf2); in wpas_event_dfs_cac_aborted() 1479 radar->chan_width, radar->cf1, radar->cf2); in wpas_event_dfs_cac_nop_finished()
|
D | ap.h | 57 int offset, int width, int cf1, int cf2);
|
/external/clang/test/SemaObjC/ |
D | illegal-nonarc-bridged-cast.m | 28 …CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString(); // expected-warning {{'__bridge…
|
D | objcbridge-attribute.m | 73 void Test2(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 77 (void)(NSUColor *)cf2; // okay
|
D | arc-bridged-cast.m | 30 CFStringRef cf2 = (__bridge_retained CFStringRef)CreateNSString();
|
D | objcbridge-attribute-arc.m | 70 void Test2(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 82 …(void)(NSUColor *)cf2; // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka 'union __CFU… 217 void Test9(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 221 (void)(__bridge NSUColor *)cf2; // okay
|
/external/clang/test/SemaObjCXX/ |
D | arc-bridged-cast.mm | 31 CFStringRef cf2 = (__bridge_retained StringType)CreateNSString();
|
D | objcbridge-attribute.mm | 55 void Test2(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 67 …(void)(NSUColor *)cf2; // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeC… 202 void Test9(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 206 (void)(__bridge NSUColor *)cf2; // okay
|
D | objcbridge-attribute-arc.mm | 55 void Test2(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 67 …(void)(NSUColor *)cf2; // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeC… 202 void Test9(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 205 (void)(__bridge NSUColor *)cf2; // okay
|
D | objcbridge-static-cast.mm | 55 void Test2(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 67 …(void)static_cast<NSUColor *>(cf2); // expected-error {{cast of C pointer type 'CFUColor2Ref' (aka…
|
/external/icu/icu4c/source/test/intltest/ |
D | msfmrgts.cpp | 948 ChoiceFormat *cf2 = new ChoiceFormat(pat, status); in TestChoicePatternQuote() local 949 pat2 = cf2->toPattern(pat2); in TestChoicePatternQuote() 960 delete cf2; in TestChoicePatternQuote()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | README.rtf | 27 \cf0 Treeparsers: .gtp generate Name.(h|m) files (\cf2 this has changed from the previous r…
|
/external/javassist/src/main/javassist/ |
D | CtClassType.java | 782 ClassFile cf2 = c.getClassFile2(); in makeNestedClass() local 791 (cf2.getAccessFlags() & ~AccessFlag.SUPER) | AccessFlag.STATIC); in makeNestedClass() 792 cf2.addAttribute(ica.copy(cf2.getConstPool(), null)); in makeNestedClass()
|