Home
last modified time | relevance | path

Searched refs:UINT16 (Results 1 – 25 of 48) sorted by relevance

12

/external/qemu/hw/
Dbt-sdp.c777 #define UINT16(val) { \ macro
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))
890 ATTRIBUTE(SUPERVISION_TIMEOUT, UINT16(0x0c80))
892 ATTRIBUTE(PROFILE_VERSION, UINT16(0x0100))
900 LIST(UUID128(L2CAP_UUID) UINT16(BT_PSM_SDP))
[all …]
/external/dhcpcd/
Dshowlease.c15 #define UINT16 (1 << 2) macro
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) in valid_length()
Ddhcp.c42 #define UINT16 (1 << 2) macro
90 { 13, UINT16, "boot_size" },
102 { 23, UINT16, "default_ip_ttl" },
104 { 25, UINT16 | ARRAY, "path_mtu_plateau_table" },
105 { 26, UINT16, "interface_mtu" },
114 { 36, UINT16, "ieee802_3_encapsulation" },
135 { 57, UINT16, "dhcp_max_message_size" },
280 if (opt->type & UINT16) in valid_length()
1220 else if (type & UINT16) { in print_option()
1253 } else if (type & UINT16) { in print_option()
/external/jpeg/
Djmorecfg.h169 typedef unsigned short UINT16; typedef
171 typedef unsigned int UINT16; typedef
Djpeglib.h88 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
349 UINT16 X_density; /* Horizontal pixel density */
350 UINT16 Y_density; /* Vertical pixel density */
563 UINT16 X_density; /* Horizontal pixel density */
564 UINT16 Y_density; /* Vertical pixel density */
Drdbmp.c339 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */ in start_input_bmp()
340 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100); in start_input_bmp()
/external/qemu/distrib/jpeg-6b/
Djmorecfg.h171 typedef unsigned short UINT16; typedef
173 typedef unsigned int UINT16; typedef
Djpeglib.h88 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
349 UINT16 X_density; /* Horizontal pixel density */
350 UINT16 Y_density; /* Vertical pixel density */
563 UINT16 X_density; /* Horizontal pixel density */
564 UINT16 Y_density; /* Vertical pixel density */
Drdbmp.c339 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */ in start_input_bmp()
340 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100); in start_input_bmp()
/external/bluetooth/bluez/compat/
Dfakehid.txt76 UINT16 0x656e
77 UINT16 0x006a
78 UINT16 0x0100
/external/libffi/src/mips/
Dffi.c144 *(ffi_arg *)argp = *(UINT16 *)(* p_argv); in ffi_prep_args()
719 *(UINT16 *) &avalue[i] = (UINT16) ar[argn]; in ffi_closure_mips_inner_O32()
884 *(UINT16 *) &avalue[i] = (UINT16) *argp; in ffi_closure_mips_inner_N32()
/external/libvpx/vp8/common/
Dtype_aliases.h88 typedef unsigned short UINT16; typedef
/external/libffi/src/
Djava_raw_api.c174 *(UINT32*)(raw++) = *(UINT16*) (*args); in ffi_java_ptrarray_to_raw()
176 (raw++)->uint = *(UINT16*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c54 FFI_TYPEDEF(uint16, UINT16, FFI_TYPE_UINT16);
Draw_api.c147 (raw++)->uint = *(UINT16*) (*args); in ffi_ptrarray_to_raw()
/external/libffi/include/
Dffi_common.h83 typedef unsigned int UINT16 __attribute__((__mode__(__HI__))); typedef
/external/libffi/src/sh64/
Dffi.c46 else if (arg->size <= sizeof (UINT16)) in return_type()
104 *(UINT64 *) argp = (UINT64) *(UINT16 *)(*p_argv); in ffi_prep_args()
/external/mdnsresponder/mDNSShared/
Ddns_sd.h116 typedef UINT16 uint16_t;
128 typedef UINT16 uint16_t;
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dcommon.h104 typedef UINT16 u16;
116 typedef UINT16 u16;
/external/libffi/src/sparc/
Dffi.c103 *(unsigned int *) argp = *(UINT16 *)(* p_argv); in ffi_prep_args_v8()
201 *(unsigned long long *) argp = *(UINT16 *)(* p_argv); in ffi_prep_args_v9()
/external/libffi/src/pa/
Dffi.c174 *(UINT32 *)(stack - slot) = *(UINT16 *)(*p_argv); in ffi_prep_args_pa32()
538 *(stack - FIRST_ARG_SLOT) = (UINT16)(ret[0] >> 16); in ffi_closure_inner_pa32()
/external/openssh/
Dumac.c81 typedef u_int16_t UINT16; /* 2 byte */ typedef
859 t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48); in ip_aux()
860 t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32); in ip_aux()
861 t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16); in ip_aux()
862 t = t + ipkp[3] * (UINT64)(UINT16)(data); in ip_aux()
/external/libffi/src/m32r/
Dffi.c89 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); in ffi_prep_args()
/external/wpa_supplicant_8/src/utils/
Dcommon.h98 typedef UINT16 u16;
110 typedef UINT16 u16;
/external/libffi/src/sh/
Dffi.c167 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); in ffi_prep_args()
256 *(unsigned int *) argp = (unsigned int)*(UINT16 *)(* p_argv); in ffi_prep_args()

12