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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h 51 typedef WORD 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/dhcpcd/
showlease.c 17 #define UINT16 (1 << 2)
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)
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/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 150 /* UINT16 must hold at least the values 0..65535. */
153 typedef unsigned short UINT16;
155 typedef unsigned int UINT16;
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 150 /* UINT16 must hold at least the values 0..65535. */
153 typedef unsigned short UINT16;
155 typedef unsigned int UINT16;
  /external/vboot_reference/utility/include/
eficompress.h 9 #define UINT16 uint16_t
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h 35 typedef unsigned short UINT16,*PUINT16;
  /external/openssh/
umac.c 97 typedef u_int16_t UINT16; /* 2 byte */
    [all...]
  /system/bt/stack/include/
bt_types.h 34 typedef uint16_t UINT16;
230 #define HCI_GET_CMD_HDR_OPCODE(p) (UINT16)((*((UINT8 *)((p) + 1) + p->offset) + \
256 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;}
291 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); (p) += 2;}
429 UINT16 len;
433 UINT16 uuid16;
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 401 milliseconds