/external/u-boot/lib/efi_loader/ |
D | efi_device_path.c | 27 .sub_type = DEVICE_PATH_SUB_TYPE_END, 35 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 257 p->sub_type != DEVICE_PATH_SUB_TYPE_END) in efi_dp_size() 341 const u8 sub_type, in efi_dp_create_device_node() argument 353 ret->sub_type = sub_type; in efi_dp_create_device_node() 377 p->sub_type = DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_append_instance() 401 if ((*dp)->sub_type == DEVICE_PATH_SUB_TYPE_INSTANCE_END) in efi_dp_get_next_instance() 418 return p->sub_type == DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_is_multi_instance() 517 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR; in dp_fill() 540 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in dp_fill() [all …]
|
D | efi_device_path_to_text.c | 46 s += sprintf(s, "UNKNOWN(%04x,%04x)", dp->type, dp->sub_type); in dp_unknown() 52 switch (dp->sub_type) { in dp_hardware() 86 switch (dp->sub_type) { in dp_acpi() 104 switch (dp->sub_type) { in dp_msging() 169 (dp->sub_type == DEVICE_PATH_SUB_TYPE_MSG_SD) ? in dp_msging() 192 switch (dp->sub_type) { in dp_media()
|
D | efi_root_node.c | 41 dp->vendor.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in efi_root_node_register() 47 dp->end.sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_root_node_register()
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_user_pwrlevel_constraint/ |
D | format | 12 field:unsigned int sub_type; offset:20; size:4; signed:0; 14 …lic(REC->type, { 0, "None" }, { 1, "Pwrlevel" }), __print_symbolic(REC->sub_type, { 0, "Min" }, { …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/kgsl_user_pwrlevel_constraint/ |
D | format | 12 field:unsigned int sub_type; offset:20; size:4; signed:0; 14 …lic(REC->type, { 0, "None" }, { 1, "Pwrlevel" }), __print_symbolic(REC->sub_type, { 0, "Min" }, { …
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/kgsl_user_pwrlevel_constraint/ |
D | format | 13 field:unsigned int sub_type; offset:24; size:4; signed:0; 15 …lic(REC->type, { 0, "None" }, { 1, "Pwrlevel" }), __print_symbolic(REC->sub_type, { 0, "Min" }, { …
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/ |
D | app_unittest.cc | 58 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F() 74 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F()
|
D | app.h | 41 uint8_t sub_type() const { return sub_type_; } in sub_type() function
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_loadimage.c | 86 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 94 .sub_type = DEVICE_PATH_SUB_TYPE_END, 109 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 117 .sub_type = DEVICE_PATH_SUB_TYPE_FILE_PATH, 123 .sub_type = DEVICE_PATH_SUB_TYPE_END,
|
D | efi_selftest_devicepath.c | 105 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup() 130 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
|
D | efi_selftest_block_device.c | 215 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup() 223 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
|
/external/u-boot/test/ |
D | print_ut.c | 52 dp_sd->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_SD; in efi_ut_print() 59 dp_end->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_ut_print()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | type_to_shape.cc | 164 for (mlir::Type sub_type : t.getTypes()) { in TypeToShape() local 165 shapes.push_back(TypeToShape(sub_type)); in TypeToShape()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_annot_unittest.cpp | 78 ByteString sub_type = stream_dict->GetStringFor(pdfium::annotation::kSubtype); in TEST_F() local 79 EXPECT_EQ("Form", sub_type); in TEST_F()
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 834 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_unresolved_type() 847 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_unresolved_type() 862 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_unresolved_type() 1707 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() 1717 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() 1726 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() 1736 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() 1745 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() 1833 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() 1865 db.subs.push_back(typename C::sub_type(1, db.names.back())); in parse_type() [all …]
|
/external/iproute2/misc/ |
D | ifstat.c | 54 int sub_type; variable 140 if (sub_type == NO_SUB_TYPE) { in get_nlmsg_extended() 145 attr = parse_rtattr_one_nested(sub_type, tb[filter_type]); in get_nlmsg_extended() 745 int sub_type; member 768 sub_type = xstat->sub_type; in get_filter_type()
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter_64.py | 641 def EmitVSub(self, sub_type, destination, source_1, source_2): argument 644 if _FloatType(sub_type): 646 _AppendType(sub_type, destination), 647 _AppendType(sub_type, source_1), 648 _AppendType(sub_type, source_2)) 651 _AppendType(sub_type, destination), 652 _AppendType(sub_type, source_1), 653 _AppendType(sub_type, source_2))
|
/external/OpenCSD/decoder/include/common/ |
D | ocsd_code_follower.h | 193 return m_instr_info.sub_type; in getInstrSubType()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 289 util::StatusOr<const google::protobuf::Type*> sub_type = in GetMapValueType() local 291 if (!sub_type.ok()) { in GetMapValueType() 294 return sub_type.ValueOrDie(); in GetMapValueType()
|
/external/u-boot/include/ |
D | efi_loader.h | 534 const u8 sub_type, 568 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
/external/libtextclassifier/native/lang_id/common/flatbuffers/ |
D | model-utils.cc | 201 UpdateCrc(&crc, input->sub_type(), "sub-type"); in ComputeCrc2Checksum()
|
/external/OpenCSD/decoder/source/ptm/ |
D | trc_pkt_decode_ptm.cpp | 587 …m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type,m_instr_info… in processAtomRange() 605 …m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type,m_instr_info.instr_si… in processAtomRange()
|
/external/OpenCSD/decoder/source/i_dec/ |
D | trc_i_decode.cpp | 66 instr_info->sub_type = get_instr_subtype(); in DecodeInstruction()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_memory.cpp | 1197 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local 1198 while (sub_type->opcode() == SpvOpTypePointer) { in ValidateCopyMemory() 1199 sub_type = _.FindDef(sub_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() 1202 _.ContainsLimitedUseIntOrFloatType(sub_type->id())) { in ValidateCopyMemory()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_memory.cpp | 1197 auto sub_type = _.FindDef(target_pointer_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() local 1198 while (sub_type->opcode() == SpvOpTypePointer) { in ValidateCopyMemory() 1199 sub_type = _.FindDef(sub_type->GetOperandAs<uint32_t>(2)); in ValidateCopyMemory() 1202 _.ContainsLimitedUseIntOrFloatType(sub_type->id())) { in ValidateCopyMemory()
|