Home
last modified time | relevance | path

Searched refs:uint16 (Results 1 – 11 of 11) sorted by relevance

/openbmc/libpldm/docs/oem/meta/
H A Dfile-io.md11 | 2:3 | uint16 | Length | The length in bytes N of data being sent in this part in the ReadI…
39 | 1:2 | uint16 | Offset | Offset in read file. …
45 | 0:1 | uint16 | Size | This field indicates the size of the entire file, in bytes. |
53 | 1:2 | uint16 | Offset | Offset in read file. …
/openbmc/boost-dbus/include/dbus/
H A Delement.hpp26 typedef boost::uint16_t uint16; typedef
37 typedef boost::variant<std::string, bool, byte, int16, uint16, int32, uint32,
74 struct element<uint16> {
141 struct is_fixed_type<uint16> : std::true_type {};
/openbmc/qemu/qapi/
H A Drocker.json150 '*tunnel-id': 'uint32', '*vlan-id': 'uint16',
151 '*eth-type': 'uint16', '*eth-src': 'str', '*eth-dst': 'str',
180 '*vlan-id': 'uint16', '*eth-src': 'str', '*eth-dst': 'str',
207 '*tunnel-lport': 'uint32', '*vlan-id': 'uint16',
208 '*new-vlan-id': 'uint16', '*out-pport': 'uint32' } }
299 'data': { 'id': 'uint32', 'type': 'uint8', '*vlan-id': 'uint16',
301 '*group-id': 'uint32', '*set-vlan-id': 'uint16',
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/caps/caps/
H A D0001-basic.h-Use-c99-supported-stdint-types.patch29 -typedef __uint16_t uint16;
37 +typedef uint16_t uint16;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-Depend-on-haveuint128.h-for-umult64.c.patch35 umult16.o: mult/umult16.c uint16.h
/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.json166 'u16': ['uint16'],
211 '*u16' : [ 'uint16' ],
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h962 __DEFINE_XEN_GUEST_HANDLE(uint16, uint16_t);
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/Callout/
H A DREADME.md26 type: uint16
/openbmc/qemu/target/arm/tcg/
H A Dvfp_helper.c462 VFP_CONV_FIX(uh, d, 64, float64, 64, uint16)
468 VFP_CONV_FIX(uh, s, 32, float32, 32, uint16)
474 VFP_CONV_FIX(uh, h, 16, dh_ctype_f16, 32, uint16)
/openbmc/sdbusplus/docs/yaml/
H A Dinterface.md83 - `uint16`
/openbmc/qemu/disas/
H A Dnanomips.c36 typedef uint16_t uint16; typedef
487 static uint64 extract_op_code_value(const uint16 *data, int size) in extract_op_code_value()
21869 static int Disassemble(const uint16 *data, char **dis, in Disassemble()