/external/u-boot/lib/efi_loader/ |
D | efi_device_path.c | 22 .sub_type = DEVICE_PATH_SUB_TYPE_END, 34 .sub_type = DEVICE_PATH_SUB_TYPE_VENDOR, 255 p->sub_type != DEVICE_PATH_SUB_TYPE_END) in efi_dp_size() 339 const u8 sub_type, in efi_dp_create_device_node() argument 348 ret->sub_type = sub_type; in efi_dp_create_device_node() 372 p->sub_type = DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_append_instance() 397 if ((*dp)->sub_type == DEVICE_PATH_SUB_TYPE_INSTANCE_END) in efi_dp_get_next_instance() 414 return p->sub_type == DEVICE_PATH_SUB_TYPE_INSTANCE_END; in efi_dp_is_multi_instance() 498 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR; in dp_fill() 518 dp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_ATAPI; in dp_fill() [all …]
|
D | efi_device_path_to_text.c | 38 s += sprintf(s, "UNKNOWN(%04x,%04x)", dp->type, dp->sub_type); in dp_unknown() 44 switch (dp->sub_type) { in dp_hardware() 69 switch (dp->sub_type) { in dp_acpi() 88 switch (dp->sub_type) { in dp_msging() 139 (dp->sub_type == DEVICE_PATH_SUB_TYPE_MSG_SD) ? in dp_msging() 162 switch (dp->sub_type) { in dp_media()
|
/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/test/ |
D | print_ut.c | 34 dp_sd->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_SD; in efi_ut_print() 41 dp_end->sub_type = DEVICE_PATH_SUB_TYPE_END; in efi_ut_print()
|
/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/u-boot/lib/efi_selftest/ |
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/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))
|
D | neon_emitter.py | 334 def EmitVSub(self, sub_type, destination, source_1, source_2): argument 337 self.EmitOp3('vsub.%s' % sub_type, destination, source_1, source_2)
|
/external/u-boot/include/ |
D | efi_loader.h | 359 const u8 sub_type, 390 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
|
D | efi_api.h | 355 u8 sub_type; member
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 269 util::StatusOr<const google::protobuf::Type*> sub_type = in GetMapValueType() local 271 if (!sub_type.ok()) { in GetMapValueType() 274 return sub_type.ValueOrDie(); in GetMapValueType()
|
/external/libtextclassifier/lang_id/common/flatbuffers/ |
D | model-utils.cc | 199 UpdateCrc(&crc, input->sub_type(), "sub-type"); in ComputeCrc2Checksum()
|
D | model.fbs | 60 sub_type:string;
|
/external/toybox/toys/pending/ |
D | dhcp6.c | 370 uint16_t sub_type = ntohs(*((uint16_t*)(t))); in parse_ia_na() local 372 switch (sub_type) { in parse_ia_na()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_rtcp_impl.h | 235 int32_t SetRTCPApplicationSpecificData(uint8_t sub_type,
|
D | rtp_rtcp_impl.cc | 557 const uint8_t sub_type, in SetRTCPApplicationSpecificData() argument 561 return rtcp_sender_.SetApplicationSpecificData(sub_type, name, data, length); in SetRTCPApplicationSpecificData()
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 510 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx, 513 (sub_type (extractelt vec_type:$src, sub_idx)),
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructions.td | 607 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx, 610 (sub_type (extractelt vec_type:$src, sub_idx)),
|