Searched defs:UINT16 (Results 1 - 17 of 17) sorted by relevance

/external/tpm2/
H A DBaseTypes.h21 typedef uint16_t UINT16; typedef
28 UINT16 size;
H A Dtpm_types.h16 typedef uint16_t UINT16; typedef
36 typedef UINT16 TPM_KEY_SIZE;
37 typedef UINT16 TPM_KEY_BITS;
188 typedef UINT16 TPM_EO;
203 typedef UINT16 TPM_ST;
223 typedef UINT16 TPM_SU;
623 UINT16 size;
632 UINT16 size;
650 UINT16 size;
659 UINT16 siz
[all...]
/external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
H A DProcessorBind.h107 typedef unsigned short UINT16; typedef
124 typedef unsigned short UINT16; typedef
144 typedef uint16_t UINT16; typedef
/external/syslinux/gpxe/src/include/gpxe/efi/X64/
H A DProcessorBind.h110 typedef unsigned short UINT16; typedef
128 typedef unsigned short UINT16; typedef
142 typedef unsigned short UINT16; typedef
163 typedef uint16_t UINT16; typedef
/external/dhcpcd-6.8.2/
H A Ddhcp-common.h45 #define UINT16 (1 << 2) macro
/external/libchrome/dbus/
H A Dmessage.h73 UINT16 = DBUS_TYPE_UINT16, enumerator in enum:dbus::Message::DataType
/external/pdfium/third_party/libjpeg/
H A Djmorecfg.h150 /* UINT16 must hold at least the values 0..65535. */
153 typedef unsigned short UINT16; typedef
155 typedef unsigned int UINT16; typedef
/external/syslinux/efi32/include/efi/ia32/
H A Defibind.h98 typedef uint16_t UINT16; typedef
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
H A Defibind.h98 typedef uint16_t UINT16; typedef
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
H A Defibind.h81 typedef uint16_t UINT16; typedef
/external/vboot_reference/utility/include/
H A Deficompress.h9 #define UINT16 uint16_t macro
/external/libjpeg-turbo/
H A Djmorecfg.h136 /* UINT16 must hold at least the values 0..65535. */
139 typedef unsigned short UINT16; typedef
141 typedef unsigned int UINT16; typedef
/external/syslinux/efi64/include/efi/x86_64/
H A Defibind.h107 typedef uint16_t UINT16; typedef
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
H A Defibind.h107 typedef uint16_t UINT16; typedef
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
H A Dmodule.py172 UINT16 = Kind('u16') variable
199 UINT16,
691 kind.spec == UINT16.spec or
/external/openssh/
H A Dumac.c97 typedef u_int16_t UINT16; /* 2 byte */ typedef
864 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
865 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
866 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
867 t = t + ipkp[3] * (UINT64)(UINT16)(data);
/external/syslinux/gpxe/src/drivers/net/
H A Dwlan_compat.h230 typedef unsigned short UINT16; typedef

Completed in 509 milliseconds