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

/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Ddata_types.h30 typedef unsigned short UINT16; typedef
/external/libnfc-nci/src/gki/ulinux/
H A Ddata_types.h30 typedef unsigned short UINT16; typedef
/external/dhcpcd/
H A Dshowlease.c17 #define UINT16 (1 << 2) macro
48 { 13, UINT16, "boot_size" },
58 { 23, UINT16, "default_ip_ttl" },
60 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
61 { 26, UINT16, "interface_mtu" },
71 { 36, UINT16, "ieee802_3_encapsulation" },
92 { 57, UINT16, "dhcp_max_message_size" },
172 if (opt->type & UINT16)
H A Ddhcp.c42 #define UINT16 (1 << 2) macro
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/
H A Djmorecfg.h171 /* UINT16 must hold at least the values 0..65535. */
174 typedef uint16_t UINT16; typedef
176 typedef unsigned int UINT16; typedef
/external/pdfium/core/include/thirdparties/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/pdfium/core/src/fxcodec/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/vboot_reference/utility/include/
H A Deficompress.h9 #define UINT16 uint16_t macro
/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);

Completed in 740 milliseconds