/external/bluetooth/bluedroid/gki/ulinux/ |
data_types.h | 31 typedef unsigned short UINT16;
|
/external/libffi/include/ |
ffi_common.h | 83 typedef unsigned int UINT16 __attribute__((__mode__(__HI__)));
|
/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/mojo/public/bindings/generators/ |
mojom.py | 26 UINT16 = Kind('u16') 44 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); 449 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) 1306 else if (type & UINT16) { 1339 } 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/distrib/jpeg-6b/ |
jmorecfg.h | 168 /* UINT16 must hold at least the values 0..65535. */ 171 typedef unsigned short UINT16; 173 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...] |
/external/openssh/ |
umac.c | 81 typedef u_int16_t UINT16; /* 2 byte */ 859 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48); 860 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32); 861 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16); 862 t = t + ipkp[3] * (UINT64)(UINT16)(data); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 76 typedef u16 UINT16;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
wavefront.h | 76 typedef u16 UINT16;
|
/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 | |