Home
last modified time | relevance | path

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

12345

/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/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/tcpdump/
Dieee802_11.h116 #define FC_VERSION(fc) ((fc) & 0x3) argument
117 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
118 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
119 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
120 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
121 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
122 #define FC_RETRY(fc) ((fc) & 0x0800) argument
123 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
124 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
125 #define FC_WEP(fc) ((fc) & 0x4000) argument
[all …]
Dprint-802_15_4.c50 extract_header_length(u_int16_t fc) in extract_header_length()
98 u_int16_t fc; in ieee802_15_4_if_print() local
Dprint-802_11.c1294 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, in mgmt_body_print()
1355 ctrl_body_print(u_int16_t fc, const u_char *p) in ctrl_body_print()
1449 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print()
1543 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ctrl_header_print()
1600 extract_header_length(u_int16_t fc) in extract_header_length()
1649 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, u_int hdrlen, in ieee_802_11_hdr_print()
1713 u_int16_t fc; in ieee802_11_print() local
/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/clang/test/CodeGen/
Dcomplex-builtints.c27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
/external/skia/bench/
DnanobenchAndroid.h20 SkAndroidSDKCanvas fc; member
/external/clang/test/Headers/
Dtgmath.c10 float complex fc; variable
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Dminus_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
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
/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/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c317 void vp9_init_mode_probs(FRAME_CONTEXT *fc) { in vp9_init_mode_probs()
353 FRAME_CONTEXT *fc = &cm->fc; in vp9_adapt_mode_probs() 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/clang/test/Analysis/Inputs/
Dsystem-header-simulator.h61 freeCallback fc; member
/external/libcxxabi/src/Unwind/
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/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
DProjectConverter.java102 InplaceFileConverter fc = new InplaceFileConverter(ruleSet, progressListener); in scanFile() local
/external/jetty/src/java/org/eclipse/jetty/continuation/
DContinuationFilter.java103 FilteredContinuation fc; in doFilter() local

12345