HomeSort by relevance Sort by last modified time
    Searched defs:UINT16 (Results 1 - 7 of 7) sorted by null

  /external/libffi/include/
ffi_common.h 83 typedef unsigned int UINT16 __attribute__((__mode__(__HI__)));
  /external/libvpx/vp8/common/
type_aliases.h 88 typedef unsigned short UINT16;
  /external/dhcpcd/
showlease.c 15 #define UINT16 (1 << 2)
46 { 13, UINT16, "boot_size" },
56 { 23, UINT16, "default_ip_ttl" },
58 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
59 { 26, UINT16, "interface_mtu" },
69 { 36, UINT16, "ieee802_3_encapsulation" },
90 { 57, UINT16, "dhcp_max_message_size" },
170 if (opt->type & UINT16)
dhcp.c 42 #define UINT16 (1 << 2)
90 { 13, UINT16, "boot_size" },
102 { 23, UINT16, "default_ip_ttl" },
104 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
105 { 26, UINT16, "interface_mtu" },
114 { 36, UINT16, "ieee802_3_encapsulation" },
135 { 57, UINT16, "dhcp_max_message_size" },
280 if (opt->type & UINT16)
1220 else if (type & UINT16) {
1253 } else if (type & UINT16) {
    [all...]
  /external/jpeg/
jmorecfg.h 166 /* UINT16 must hold at least the values 0..65535. */
169 typedef unsigned short UINT16;
171 typedef unsigned int UINT16;
  /external/qemu/hw/
bt-sdp.c 777 #define UINT16(val) { \
824 LIST(UUID128(L2CAP_UUID) UINT16(BT_PSM_HID_CTRL))
829 UINT16(0x656e) UINT16(0x006a) UINT16(0x0100)
832 LIST(UUID128(HID_PROFILE_ID) UINT16(0x0100))
840 ATTRIBUTE(DEVICE_RELEASE_NUMBER, UINT16(0x0091)) /* Deprecated, remove */
841 ATTRIBUTE(PARSER_VERSION, UINT16(0x0111))
884 LIST(UINT16(0x0409) UINT16(0x0100)
    [all...]
  /device/moto/stingray/recovery/
masterclear_bp.h 48 #define CMD_DEFS_OPCODE_T UINT16
61 typedef unsigned short int UINT16; /**< Unsigned 16 bit integer */
120 UINT16 reserved4; /**< Reserved */
136 UINT16 reserved2; /**< Reserved */

Completed in 488 milliseconds