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

  /external/bluetooth/bluedroid/gki/ulinux/
data_types.h 34 typedef uint16_t UINT16;
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h 30 typedef unsigned short UINT16;
  /external/libnfc-nci/src/gki/ulinux/
data_types.h 30 typedef unsigned short UINT16;
  /external/chromium_org/dbus/
message.h 70 UINT16 = DBUS_TYPE_UINT16,
276 void AppendUint16(uint16 value);
338 void AppendVariantOfUint16(uint16 value);
386 bool PopUint16(uint16* value);
452 bool PopVariantOfUint16(uint16* value);
  /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)
91 { 13, UINT16, "boot_size" },
103 { 23, UINT16, "default_ip_ttl" },
105 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
106 { 26, UINT16, "interface_mtu" },
115 { 36, UINT16, "ieee802_3_encapsulation" },
136 { 57, UINT16, "dhcp_max_message_size" },
282 if (opt->type & UINT16)
1310 else if (type & UINT16) {
1343 } else if (type & UINT16) {
    [all...]
  /external/jpeg/
jmorecfg.h 171 /* UINT16 must hold at least the values 0..65535. */
174 typedef uint16_t UINT16;
176 typedef unsigned int UINT16;
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 86 UINT16 = Kind('u16')
113 UINT16,
  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 146 /* UINT16 must hold at least the values 0..65535. */
149 typedef unsigned short UINT16;
151 typedef unsigned int UINT16;

Completed in 551 milliseconds