Home
last modified time | relevance | path

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

12345678910

/external/tcpdump/
Dprint-802_15_4.c50 #define FC_FRAME_TYPE(fc) ((fc) & 0x7) argument
55 #define FC_DEST_ADDRESSING_MODE(fc) (((fc) >> 10) & 0x3) argument
56 #define FC_FRAME_VERSION(fc) (((fc) >> 12) & 0x3) argument
57 #define FC_SRC_ADDRESSING_MODE(fc) (((fc) >> 14) & 0x3) argument
70 uint16_t fc; in ieee802_15_4_if_print() local
Dprint-802_11.c164 #define FC_VERSION(fc) ((fc) & 0x3) argument
165 #define FC_TYPE(fc) (((fc) >> 2) & 0x3) argument
166 #define FC_SUBTYPE(fc) (((fc) >> 4) & 0xF) argument
167 #define FC_TO_DS(fc) ((fc) & 0x0100) argument
168 #define FC_FROM_DS(fc) ((fc) & 0x0200) argument
169 #define FC_MORE_FLAG(fc) ((fc) & 0x0400) argument
170 #define FC_RETRY(fc) ((fc) & 0x0800) argument
171 #define FC_POWER_MGMT(fc) ((fc) & 0x1000) argument
172 #define FC_MORE_DATA(fc) ((fc) & 0x2000) argument
173 #define FC_PROTECTED(fc) ((fc) & 0x4000) argument
[all …]
/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/llvm-project/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/llvm-project/clang/test/SemaCXX/
Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_1()
15 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_2()
24 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { in test_foo_3()
34 void test_promote_or_convert(float f, float _Complex fc) { in test_promote_or_convert()
42 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/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/default/
Dfully_connected_selector.cc35 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedGeneric() local
48 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedAdreno() local
60 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedPowerVR() local
79 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnectedMali() local
101 FullyConnected fc = CreateFullyConnected(gpu_info, op_def, attr); in SelectFullyConnected() local
/external/grpc-grpc/test/core/channel/
Dchannel_args_test.cc157 fake_class* fc = static_cast<fake_class*>(arg); in fake_pointer_arg_copy() local
165 fake_class* fc = static_cast<fake_class*>(arg); in fake_pointer_arg_destroy() local
188 fake_class* fc = static_cast<fake_class*>(gpr_malloc(sizeof(fake_class))); in test_channel_create_with_args() local
218 fake_class* fc = static_cast<fake_class*>(gpr_malloc(sizeof(fake_class))); in test_server_create_with_args() local
/external/guice/core/src/com/google/inject/internal/
DDefaultConstructionProxyFactory.java49 net.sf.cglib.reflect.FastClass fc = BytecodeGen.newFastClassForMember(constructor); in create() local
71 final net.sf.cglib.reflect.FastClass fc; field in DefaultConstructionProxyFactory.FastClassProxy
77 net.sf.cglib.reflect.FastClass fc, in FastClassProxy()
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Drnn_unittest.cc32 void TestFullyConnectedLayer(FullyConnectedLayer* fc, in TestFullyConnectedLayer()
157 FullyConnectedLayer fc(rnnoise::kInputLayerInputSize, in TEST() local
181 FullyConnectedLayer fc(rnnoise::kInputLayerInputSize, in TEST() local
217 for (auto& fc : implementations) { in TEST() local
/external/tensorflow/tensorflow/python/feature_column/
Dserialization.py41 def serialize_feature_column(fc): argument
190 def _column_name_with_class_name(fc): argument
/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/llvm-project/clang/test/CodeGen/
Dcomplex-builtins-3.c27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
/external/llvm-project/clang/test/OpenMP/
Dtarget_map_codegen_11.cpp49 float _Complex fc = (float)a; in implicit_maps_float_complex() local
/external/llvm-project/clang/test/Headers/
Dtgmath.c10 float complex fc; variable
/external/clang/test/Headers/
Dtgmath.c10 float complex fc; variable
/external/skqp/src/ports/
DSkFontConfigInterface.cpp25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal()
/external/libcxx/test/std/numerics/complex.number/complex.member.ops/
Dminus_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
Dtimes_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/llvm-project/libunwind/src/
DUnwind-sjlj.c82 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack()
95 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register()
103 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c323 static void init_mode_probs(FRAME_CONTEXT *fc) { in init_mode_probs()
342 FRAME_CONTEXT *fc = cm->fc; in vp9_adapt_mode_probs() local

12345678910