Home
last modified time | relevance | path

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

123

/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.h112 #define FC_VERSION(fc) ((fc) & 0x3) argument
113 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
114 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
115 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
116 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
117 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
118 #define FC_RETRY(fc) ((fc) & 0x0800) argument
119 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
120 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
121 #define FC_WEP(fc) ((fc) & 0x4000) argument
[all …]
Dprint-802_11.c559 mgmt_body_print(u_int16_t fc, const struct mgmt_header_t *pmh, in mgmt_body_print()
616 ctrl_body_print(u_int16_t fc, const u_char *p) in ctrl_body_print()
687 data_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in data_header_print()
781 ctrl_header_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ctrl_header_print()
827 extract_header_length(u_int16_t fc) in extract_header_length()
868 ieee_802_11_hdr_print(u_int16_t fc, const u_char *p, const u_int8_t **srcp, in ieee_802_11_hdr_print()
916 u_int16_t fc; in ieee802_11_print() local
Dprint-fddi.c122 print_fddi_fc(u_char fc) in print_fddi_fc()
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DMappedByteBufferTest.java46 FileChannel fc = fis.getChannel(); in testasIntBuffer() local
76 FileChannel fc = fis.getChannel(); in testEmptyBuffer() local
/external/clang/test/Index/
Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, in text()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c340 u16 fc; in hostapd_mgmt_rx() local
472 u16 fc; in wpa_supplicant_event() local
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c350 u16 fc, type, stype; in get_hdr_bssid() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DScannerTest.java261 FileChannel fc = new FileOutputStream(tmpFile).getChannel(); in test_ConstructorLjava_nio_channels_ReadableByteChannel() local
302 FileChannel fc = new FileOutputStream(tmpFile).getChannel(); in test_ConstructorLjava_nio_channels_ReadableByteChannelLjava_lang_String() local
366 FileChannel fc = fos.getChannel(); in test_close() local
/external/sonivox/arm-fm-22k/host_src/
Deas_wave.h54 FMT_CHUNK fc; member
/external/sonivox/arm-hybrid-22k/host_src/
Deas_wave.h54 FMT_CHUNK fc; member
/external/clang/test/CodeGenCXX/
Dvtable-linkage.cpp92 F<char> fc; in use_F() local
/external/sonivox/arm-wt-22k/host_src/
Deas_wave.h54 FMT_CHUNK fc; member
/external/chromium/third_party/libjingle/source/talk/base/
Dmacutils.cc65 void DecodeFourChar(UInt32 fc, std::string* out) { in DecodeFourChar()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DSupport_Format.java138 FieldContainer fc = (FieldContainer) obj; in equals() local
/external/skia/tests/
DScalarTest.cpp53 static void test_floatclass(skiatest::Reporter* reporter, float value, FloatClass fc) { in test_floatclass()
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c62 u16 fc, ethertype; in handle_data() local
123 u16 fc; in handle_tx_callback() local
143 u16 fc, extra_len, type, stype; in handle_frame() local
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp325 int cc = 0, fc = 0, sc = 0, bc = 0, lc = 0, ec = 0; /* Channel and element counters */ in CProgramConfig_LookupElement() local
/external/kernel-headers/original/linux/
Dif_tr.h38 __u8 fc; /* frame control field */ member
Dif_hippi.h113 __u8 fc:3; member
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DScenarioResults.java180 char fc = token.charAt(0); in getShortName() local
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java170 ForComparison fc = (ForComparison) other; in equals() local
/external/clang/test/CodeGen/
Datomic-ops.c151 _Complex float fc(_Atomic(_Complex float) *c) { in fc() function

123