Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 25 of 134) sorted by relevance

123456

/external/clang/test/Sema/
Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
33 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
41 void test_promote_or_convert2(float _Complex fc) { in test_promote_or_convert2()
/external/javasqlite/src/main/java/SQLite/
DFunction.java40 public void function(FunctionContext fc, String args[]); in function()
49 public void step(FunctionContext fc, String args[]); in step()
57 public void last_step(FunctionContext fc); in last_step()
/external/tcpdump/
Dprint-802_15_4.c47 extract_header_length(uint16_t fc) in extract_header_length()
95 uint16_t fc; in ieee802_15_4_if_print() local
Dprint-802_11.c160 #define FC_VERSION(fc) ((fc) & 0x3) argument
161 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
162 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
163 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
164 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
165 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
166 #define FC_RETRY(fc) ((fc) & 0x0800) argument
167 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
168 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
169 #define FC_WEP(fc) ((fc) & 0x4000) argument
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
DFastMethod.java23 FastMethod(FastClass fc, Method method) { in FastMethod()
27 private static int helper(FastClass fc, Method method) { in helper()
DFastMember.java22 protected FastClass fc; field in FastMember
26 protected FastMember(FastClass fc, Member member, int index) { in FastMember()
DFastConstructor.java23 FastConstructor(FastClass fc, Constructor constructor) { in FastConstructor()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c29 u16 fc; in handle_tx_callback() local
50 u16 fc; in from_unknown_sta() local
71 u16 fc; in handle_frame() local
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c317 static void init_mode_probs(FRAME_CONTEXT *fc) { in init_mode_probs()
339 FRAME_CONTEXT *fc = cm->fc; in vp9_adapt_mode_probs() local
/external/clang/test/CodeGen/
Dcomplex-builtints.c27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
/external/clang/test/Headers/
Dtgmath.c10 float complex fc; variable
/external/skia/bench/
DnanobenchAndroid.h20 SkAndroidSDKCanvas fc; member
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Dplus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Ddivide_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dtimes_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
Dminus_equal_complex.pass.cpp41 std::complex<float> fc (1,1); in test() local
/external/selinux/policycoreutils/sestatus/
Dsestatus.c88 void load_checks(char *pc[], int *npc, char *fc[], int *nfc) in load_checks()
179 char *fc[MAX_CHECK]; in main() local
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/
DFileConverterTest.java54 … InplaceFileConverter fc = new InplaceFileConverter(new EmptyRuleSet(), new NopProgressListener()); in XtestNOP() local
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
/external/libunwind_llvm/src/
DUnwind-sjlj.c59 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register()
67 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
/external/opencv3/apps/traincascade/
Dtraincascade.cpp26 int fc = sizeof(featureParams)/sizeof(featureParams[0]); in main() local
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
DProjectConverter.java102 InplaceFileConverter fc = new InplaceFileConverter(ruleSet, progressListener); in scanFile() local
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h61 freeCallback fc; member
/external/jetty/src/java/org/eclipse/jetty/continuation/
DContinuationFilter.java103 FilteredContinuation fc; in doFilter() local

123456