/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/ |
D | setlane.h | 33 #define VSETLANE_IMPL_8(stype, atype, vtype, postfix) \ argument 59 #define VSETLANE_IMPL_4(stype, atype, vtype, postfix) \ argument 77 #define VSETLANE_IMPL_2(stype, atype, vtype, postfix) \ argument 102 #define VSETQLANE_IMPL_16(stype, atype, vtype, postfix) \ argument 144 #define VSETQLANE_IMPL_8(stype, atype, vtype, postfix) \ argument 170 #define VSETQLANE_IMPL_4(stype, atype, vtype, postfix) \ argument
|
/external/libsrtp2/crypto/kernel/ |
D | crypto_kernel.c | 179 srtp_kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in srtp_crypto_kernel_status() local 252 srtp_kernel_auth_type_t *atype = crypto_kernel.auth_type_list; in srtp_crypto_kernel_shutdown() local 357 srtp_kernel_auth_type_t *atype, *new_atype; in srtp_crypto_kernel_do_load_auth_type() local 471 srtp_kernel_auth_type_t *atype; in srtp_crypto_kernel_get_auth_type() local
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 169 nir_alu_type atype = nir_type_invalid; in infer_nir_alu_type_from_use() local 247 nir_alu_type atype = nir_type_invalid; in infer_nir_alu_type_from_uses_ssa() local 1394 get_src_ssa(struct ntv_context *ctx, const nir_def *ssa, nir_alu_type *atype) in get_src_ssa() 1403 init_reg(struct ntv_context *ctx, nir_intrinsic_instr *decl, nir_alu_type atype) in init_reg() 1424 get_src(struct ntv_context *ctx, nir_src *src, nir_alu_type *atype) in get_src() 1430 get_alu_src_raw(struct ntv_context *ctx, nir_alu_instr *alu, unsigned src, nir_alu_type *atype) in get_alu_src_raw() 1533 cast_src_to_type(struct ntv_context *ctx, SpvId value, nir_src src, nir_alu_type atype) in cast_src_to_type() 1664 …c(struct ntv_context *ctx, nir_alu_instr *alu, unsigned src, SpvId *raw_value, nir_alu_type *atype) in get_alu_src() 1698 store_alu_result(struct ntv_context *ctx, nir_alu_instr *alu, SpvId result, nir_alu_type atype) in store_alu_result() 1768 nir_alu_type atype = bit_size == 1 ? in emit_alu() local [all …]
|
/external/clang/test/Parser/ |
D | declarators.c | 29 typedef int atype; typedef 31 atype /* expected-error {{unexpected type name 'atype': expected identifier}} */ in test3() argument
|
/external/javassist/src/main/javassist/expr/ |
D | NewArray.java | 101 int atype = iterator.byteAt(currentPos + 1); in getComponentType() local 116 CtClass getPrimitiveType(int atype) { in getPrimitiveType()
|
/external/iproute2/ip/ |
D | tcp_metrics.c | 99 int family, i, atype, stype, dlen = 0, slen = 0; in process_msg() local 309 int atype = -1, stype = -1; in tcpm_do_cmd() local
|
/external/javassist/src/main/javassist/ |
D | CtPrimitiveType.java | 33 String methodName, String mDesc, int opcode, int atype, in CtPrimitiveType()
|
/external/libffi/src/nios2/ |
D | ffi.c | 98 ffi_type *atype = ecif->cif->arg_types[i]; in ffi_prep_args() local
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | AddressImpl.java | 208 public void setAddressType(int atype) { in setAddressType()
|
/external/ethtool/netlink/ |
D | prettymsg.c | 59 unsigned int atype = mnl_attr_get_type(attr); in pretty_print_attr() local
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | FieldGen.java | 198 private void checkType( final Type atype ) { in checkType()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_att.c | 279 int atype = 0; in X509_ATTRIBUTE_set1_data() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_sysctl.c | 1545 enum bpf_attach_type atype = test->attach_type; in run_test_case() local
|
/external/pytorch/aten/src/ATen/core/ |
D | class_type.h | 229 const TypePtr& atype = getAttribute(*slot_idx); member
|
/external/cronet/tot/third_party/libxml/src/include/libxml/ |
D | tree.h | 283 xmlAttributeType atype; /* The attribute type */ member 455 xmlAttributeType atype; /* the attribute type if validating */ member
|
/external/libxml2/include/libxml/ |
D | tree.h | 283 xmlAttributeType atype; /* The attribute type */ member 455 xmlAttributeType atype; /* the attribute type if validating */ member
|
/external/cronet/stable/third_party/libxml/src/include/libxml/ |
D | tree.h | 283 xmlAttributeType atype; /* The attribute type */ member 455 xmlAttributeType atype; /* the attribute type if validating */ member
|
/external/tcpdump/ |
D | print-bgp.c | 1869 uint8_t atype, const u_char *pptr, u_int len, in bgp_attr_print() 2813 uint8_t aflags, atype, alenlen; in bgp_update_print() local
|
/external/javassist/src/main/javassist/compiler/ |
D | MemberCodeGen.java | 381 int atype = 0; in atNewArrayExpr2() local
|
/external/libtracefs/utest/ |
D | tracefs-utest.c | 517 enum sql_type stype, enum sql_action atype) in test_sql() 623 enum sql_type stype, enum sql_action atype) in set_sql_type() 674 enum sql_type stype, enum sql_action atype) in test_instance_trace_sql()
|
/external/libconfig/lib/ |
D | libconfigcpp.c++ | 1139 Setting::Type atype = operator[](0).getType(); in add() local
|
/external/javassist/src/main/javassist/bytecode/ |
D | Bytecode.java | 1333 public void addNewarray(int atype, int length) { in addNewarray()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | nettest.c | 717 enum addr_type atype) in convert_addr()
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeCooperativeMatrixTests.cpp | 1223 const char *atype = useSame ? sameType : "gl_MatrixUseA"; in initProgramsGLSL() local
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_soa.c | 1490 enum tgsi_opcode_type atype; // Actual type of the value in emit_fetch_system_value() local
|