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

  /external/clearsilver/util/
neo_misc.h 99 typedef unsigned short int UINT16;
125 UINT8 *ne_stream2 (UINT8 *dest, UINT16 num);
126 UINT8 *ne_unstream2 (UINT16 *pnum, UINT8 *src);
  /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 11 #define UINT16 (1 << 2)
42 { 13, UINT16, "boot_size" },
52 { 23, UINT16, "default_ip_ttl" },
54 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
55 { 26, UINT16, "interface_mtu" },
65 { 36, UINT16, "ieee802_3_encapsulation" },
86 { 57, UINT16, "dhcp_max_message_size" },
166 if (opt->type & UINT16)
dhcp.c 41 #define UINT16 (1 << 2)
86 { 13, UINT16, "boot_size" },
96 { 23, UINT16, "default_ip_ttl" },
98 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
99 { 26, UINT16, "interface_mtu" },
108 { 36, UINT16, "ieee802_3_encapsulation" },
129 { 57, UINT16, "dhcp_max_message_size" },
236 if (opt->type & UINT16)
1128 else if (type & UINT16)
1156 } 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 778 #define UINT16(val) { \
825 LIST(UUID128(L2CAP_UUID) UINT16(BT_PSM_HID_CTRL))
830 UINT16(0x656e) UINT16(0x006a) UINT16(0x0100)
833 LIST(UUID128(HID_PROFILE_ID) UINT16(0x0100))
841 ATTRIBUTE(DEVICE_RELEASE_NUMBER, UINT16(0x0091)) /* Deprecated, remove */
842 ATTRIBUTE(PARSER_VERSION, UINT16(0x0111))
885 LIST(UINT16(0x0409) UINT16(0x0100)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
osTIType.h 97 typedef unsigned short UINT16, *PUINT16;
103 typedef UINT16 tiUINT16;
164 UINT16 port;
165 UINT16 pri;

Completed in 157 milliseconds