Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/lib/efi_loader/
Defi_device_path.c22 .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 …]
Defi_device_path_to_text.c38 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/
Dformat12 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/
Dformat12 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/
Dformat13 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/
Dapp_unittest.cc58 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F()
74 EXPECT_EQ(30U, parsed().sub_type()); in TEST_F()
Dapp.h41 uint8_t sub_type() const { return sub_type_; } in sub_type() function
/external/u-boot/test/
Dprint_ut.c34 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/
DItaniumDemangle.cpp834 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/
Difstat.c54 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/
Defi_selftest_devicepath.c105 vendor_node.dp.sub_type = DEVICE_PATH_SUB_TYPE_VENDOR; in setup()
130 end_node.sub_type = DEVICE_PATH_SUB_TYPE_END; in setup()
Defi_selftest_block_device.c215 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/
Dneon_emitter_64.py641 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))
Dneon_emitter.py334 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/
Defi_loader.h359 const u8 sub_type,
390 ((_dp)->sub_type == DEVICE_PATH_SUB_TYPE_##_subtype))
Defi_api.h355 u8 sub_type; member
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc269 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/
Dmodel-utils.cc199 UpdateCrc(&crc, input->sub_type(), "sub-type"); in ComputeCrc2Checksum()
Dmodel.fbs60 sub_type:string;
/external/toybox/toys/pending/
Ddhcp6.c370 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/
Drtp_rtcp_impl.h235 int32_t SetRTCPApplicationSpecificData(uint8_t sub_type,
Drtp_rtcp_impl.cc557 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/
DAMDGPUInstructions.td510 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/
DAMDGPUInstructions.td607 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx,
610 (sub_type (extractelt vec_type:$src, sub_idx)),