| /external/tcpdump/ |
| D | print-802_15_4.c | 50 #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
|
| D | print-802_11.c | 164 #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/ |
| D | Function.java | 40 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/ |
| D | overloadable-complex.c | 4 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/ |
| D | overloadable-complex.c | 4 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/ |
| D | complex-overload.cpp | 4 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/ |
| D | complex-overload.cpp | 4 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/ |
| D | fully_connected_selector.cc | 35 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/ |
| D | channel_args_test.cc | 157 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/ |
| D | DefaultConstructionProxyFactory.java | 49 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/ |
| D | rnn_unittest.cc | 32 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/ |
| D | serialization.py | 41 def serialize_feature_column(fc): argument 190 def _column_name_with_class_name(fc): argument
|
| /external/wpa_supplicant_8/src/drivers/ |
| D | driver_nl80211_monitor.c | 29 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/ |
| D | complex-builtints.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
|
| /external/llvm-project/clang/test/CodeGen/ |
| D | complex-builtins-3.c | 27 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
|
| /external/llvm-project/clang/test/OpenMP/ |
| D | target_map_codegen_11.cpp | 49 float _Complex fc = (float)a; in implicit_maps_float_complex() local
|
| /external/llvm-project/clang/test/Headers/ |
| D | tgmath.c | 10 float complex fc; variable
|
| /external/clang/test/Headers/ |
| D | tgmath.c | 10 float complex fc; variable
|
| /external/skqp/src/ports/ |
| D | SkFontConfigInterface.cpp | 25 void SkFontConfigInterface::SetGlobal(sk_sp<SkFontConfigInterface> fc) { in SetGlobal()
|
| /external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
| D | minus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
| D | plus_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
| D | times_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
| D | divide_equal_complex.pass.cpp | 41 std::complex<float> fc (1,1); in test() local
|
| /external/llvm-project/libunwind/src/ |
| D | Unwind-sjlj.c | 82 __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/ |
| D | vp9_entropymode.c | 323 static void init_mode_probs(FRAME_CONTEXT *fc) { in init_mode_probs() 342 FRAME_CONTEXT *fc = cm->fc; in vp9_adapt_mode_probs() local
|