Home
last modified time | relevance | path

Searched refs:u16 (Results 1 – 25 of 408) sorted by relevance

12345678910>>...17

/external/kernel-headers/original/asm-arm/arch/
Dmcbsp.h225 u16 spcr2;
226 u16 spcr1;
227 u16 rcr2;
228 u16 rcr1;
229 u16 xcr2;
230 u16 xcr1;
231 u16 srgr2;
232 u16 srgr1;
233 u16 mcr2;
234 u16 mcr1;
[all …]
Dfpga.h53 u16 smc91x[8];
55 u16 fpga_rev;
56 u16 board_rev;
57 u16 gpio_outputs;
58 u16 leds;
60 u16 misc_inputs;
61 u16 lan_status;
62 u16 lan_reset;
63 u16 reserved0;
65 u16 ps2_data;
[all …]
/external/dropbear/libtomcrypt/src/ciphers/
Dkasumi.c22 typedef unsigned u16; typedef
39 static u16 FI( u16 in, u16 subkey ) in FI()
41 u16 nine, seven; in FI()
42 static const u16 S7[128] = { in FI()
51 static const u16 S9[512] = { in FI()
88 nine = (u16)(in>>7)&0x1FF; in FI()
89 seven = (u16)(in&0x7F); in FI()
92 nine = (u16)(S9[nine] ^ seven); in FI()
93 seven = (u16)(S7[seven] ^ (nine & 0x7F)); in FI()
96 nine = (u16)(S9[nine] ^ seven); in FI()
[all …]
/external/wpa_supplicant_8/src/common/
Dgas.h15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
16 u16 comeback_delay, size_t size);
18 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
19 u16 comeback_delay, size_t size);
21 u16 status_code,
22 u16 comeback_delay,
24 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
26 u16 comeback_delay, size_t size);
28 u16 status_code,
30 u16 comeback_delay,
[all …]
Dgas.c48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, in gas_build_resp()
49 u8 more, u16 comeback_delay, size_t size) in gas_build_resp()
70 gas_build_initial_resp(u8 dialog_token, u16 status_code, u16 comeback_delay, in gas_build_initial_resp()
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, in gas_build_comeback_resp()
80 u16 comeback_delay, size_t size) in gas_build_comeback_resp()
128 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code, in gas_anqp_build_initial_resp()
129 u16 comeback_delay, size_t size) in gas_anqp_build_initial_resp()
147 u16 status_code, in gas_anqp_build_initial_resp_buf()
148 u16 comeback_delay, in gas_anqp_build_initial_resp_buf()
168 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, in gas_anqp_build_comeback_resp()
[all …]
Dieee802_11_defs.h606 #define HT_CAP_INFO_LDPC_CODING_CAP ((u16) BIT(0))
607 #define HT_CAP_INFO_SUPP_CHANNEL_WIDTH_SET ((u16) BIT(1))
608 #define HT_CAP_INFO_SMPS_MASK ((u16) (BIT(2) | BIT(3)))
609 #define HT_CAP_INFO_SMPS_STATIC ((u16) 0)
610 #define HT_CAP_INFO_SMPS_DYNAMIC ((u16) BIT(2))
611 #define HT_CAP_INFO_SMPS_DISABLED ((u16) (BIT(2) | BIT(3)))
612 #define HT_CAP_INFO_GREEN_FIELD ((u16) BIT(4))
613 #define HT_CAP_INFO_SHORT_GI20MHZ ((u16) BIT(5))
614 #define HT_CAP_INFO_SHORT_GI40MHZ ((u16) BIT(6))
615 #define HT_CAP_INFO_TX_STBC ((u16) BIT(7))
[all …]
/external/libnfc-nci/src/nfc/include/
Dllcp_defs.h34 #define LLCP_GET_DSAP(u16) (((u16) & 0xFC00) >> 10) argument
35 #define LLCP_GET_PTYPE(u16) (((u16) & 0x03C0) >> 6) argument
36 #define LLCP_GET_SSAP(u16) (((u16) & 0x003F)) argument
89 #define LLCP_GET_FRMR_VS(u16) (((UINT16) (u16) >> 12) & 0x000F) argument
90 #define LLCP_GET_FRMR_VR(u16) (((UINT16) (u16) >> 8) & 0x000F) argument
91 #define LLCP_GET_FRMR_VSA(u16) (((UINT16) (u16) >> 4) & 0x000F) argument
92 #define LLCP_GET_FRMR_VRA(u16) (((UINT16) (u16) >> 0) & 0x000F) argument
/external/wpa_supplicant_8/src/rsn_supp/
Dpeerkey.h42 struct wpa_eapol_key *key, u16 ver,
45 struct wpa_eapol_key *key, u16 key_info, u16 ver);
48 u16 key_info, u16 ver);
56 struct wpa_eapol_key *key, u16 ver, in peerkey_verify_eapol_key_mic()
64 struct wpa_eapol_key *key, u16 key_info, u16 ver) in peerkey_rx_eapol_4way()
71 u16 key_info, u16 ver) in peerkey_rx_eapol_smk()
/external/wpa_supplicant_8/src/wps/
Dwps.h50 u16 auth_type;
51 u16 encr_type;
58 u16 ap_channel;
99 u16 config_methods;
167 u16 dev_pw_id;
234 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
315 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
316 u16 sel_reg_config_methods);
330 const u8 *pri_dev_type, u16 config_methods,
331 u16 dev_password_id, u8 request_type,
[all …]
Dwps_i.h72 u16 dev_pw_id;
76 u16 alt_dev_pw_id;
86 u16 encr_type;
91 u16 auth_type;
104 u16 config_error;
105 u16 error_indication;
137 u16 config_error, u16 error_indication);
150 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
152 int wps_build_dev_password_id(struct wpabuf *msg, u16 id);
153 int wps_build_config_error(struct wpabuf *msg, u16 err);
[all …]
/external/libvpx/libvpx/vp8/common/arm/neon/
Dbilinearpredict16x16_neon.asm93 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
94 vqrshrn.u16 d15, q8, #7
95 vqrshrn.u16 d16, q9, #7
96 vqrshrn.u16 d17, q10, #7
97 vqrshrn.u16 d18, q11, #7
98 vqrshrn.u16 d19, q12, #7
99 vqrshrn.u16 d20, q13, #7
102 vqrshrn.u16 d21, q14, #7
155 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8
156 vqrshrn.u16 d11, q10, #7
[all …]
Dvp8_subpixelvariance16x16_neon.asm101 vqrshrn.u16 d14, q7, #7 ;shift/round/saturate to u8
102 vqrshrn.u16 d15, q8, #7
103 vqrshrn.u16 d16, q9, #7
104 vqrshrn.u16 d17, q10, #7
105 vqrshrn.u16 d18, q11, #7
106 vqrshrn.u16 d19, q12, #7
107 vqrshrn.u16 d20, q13, #7
110 vqrshrn.u16 d21, q14, #7
163 vqrshrn.u16 d10, q9, #7 ;shift/round/saturate to u8
164 vqrshrn.u16 d11, q10, #7
[all …]
Dbilinearpredict8x8_neon.asm62 vqrshrn.u16 d22, q6, #7 ;shift/round/saturate to u8
64 vqrshrn.u16 d23, q7, #7
66 vqrshrn.u16 d24, q8, #7
68 vqrshrn.u16 d25, q9, #7
91 vqrshrn.u16 d26, q6, #7 ;shift/round/saturate to u8
92 vqrshrn.u16 d27, q7, #7
93 vqrshrn.u16 d28, q8, #7
94 vqrshrn.u16 d29, q9, #7
95 vqrshrn.u16 d30, q10, #7
129 vqrshrn.u16 d2, q1, #7 ;shift/round/saturate to u8
[all …]
/external/kernel-headers/original/linux/
Dif_vlan.h95 u16 vlan_id) in vlan_group_get_device()
103 u16 vlan_id, in vlan_group_set_device()
118 extern u16 vlan_dev_vlan_id(const struct net_device *dev);
121 u16 vlan_tci, int polling);
137 static inline u16 vlan_dev_vlan_id(const struct net_device *dev) in vlan_dev_vlan_id()
144 u16 vlan_tci, int polling) in __vlan_hwaccel_rx()
178 u16 vlan_tci) in vlan_hwaccel_rx()
191 u16 vlan_tci) in vlan_hwaccel_receive_skb()
207 static inline struct sk_buff *__vlan_put_tag(struct sk_buff *skb, u16 vlan_tci) in __vlan_put_tag()
240 u16 vlan_tci) in __vlan_hwaccel_put_tag()
[all …]
Dkernelcapi.h55 u16 applid;
76 u16 capi20_isinstalled(void);
77 u16 capi20_register(struct capi20_appl *ap);
78 u16 capi20_release(struct capi20_appl *ap);
79 u16 capi20_put_message(struct capi20_appl *ap, struct sk_buff *skb);
80 u16 capi20_get_manufacturer(u32 contr, u8 buf[CAPI_MANUFACTURER_LEN]);
81 u16 capi20_get_version(u32 contr, struct capi_version *verp);
82 u16 capi20_get_serial(u32 contr, u8 serial[CAPI_SERIAL_LEN]);
83 u16 capi20_get_profile(u32 contr, struct capi_profile *profp);
Dvt_buffer.h31 static inline void scr_memsetw(u16 *s, u16 c, unsigned int count) in scr_memsetw()
40 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw()
49 static inline void scr_memmovew(u16 *d, const u16 *s, unsigned int count) in scr_memmovew()
/external/kernel-headers/original/asm-x86/
Ddesc_defs.h16 u16 limit0;
17 u16 base0;
34 u16 offset_low;
35 u16 segment;
37 u16 offset_middle;
53 u16 limit0;
54 u16 base0;
/external/grub/netboot/
Dtlan.c326 typedef unsigned short u16; typedef
331 inline u8 TLan_DioRead8(u16 base_addr, u16 internal_addr) in TLan_DioRead8()
338 inline u16 TLan_DioRead16(u16 base_addr, u16 internal_addr) in TLan_DioRead16()
345 inline u32 TLan_DioRead32(u16 base_addr, u16 internal_addr) in TLan_DioRead32()
352 inline void TLan_DioWrite8(u16 base_addr, u16 internal_addr, u8 data) in TLan_DioWrite8()
359 inline void TLan_DioWrite16(u16 base_addr, u16 internal_addr, u16 data) in TLan_DioWrite16()
366 inline void TLan_DioWrite32(u16 base_addr, u16 internal_addr, u32 data) in TLan_DioWrite32()
403 static void TLan_EeSendStart( u16 io_base ) in TLan_EeSendStart()
405 u16 sio; in TLan_EeSendStart()
440 static int TLan_EeSendByte( u16 io_base, u8 data, int stop ) in TLan_EeSendByte()
[all …]
/external/libnfc-nci/src/hal/include/
Dnfc_types.h56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} argument
69 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} argument
88 #define UINT16_TO_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)(u16); *((UINT8 *)(p)+1) = (UINT8)((u16) >>… argument
98 #define UINT16_TO_BE_STREAM(p, u16) {*(p)++ = (UINT8)((u16) >> 8); *(p)++ = (UINT8)(u16);} argument
103 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … argument
116 #define UINT16_TO_BE_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)((u16) >> 8); *((UINT8 *)(p)+1) = (UINT8… argument
/external/wpa_supplicant_8/src/drivers/
Ddriver.h91 u16 ht_capab;
168 u16 beacon_int;
169 u16 caps;
928 u16 aid;
929 u16 capability;
932 u16 listen_interval;
1384 int (*send_eapol)(void *priv, const u8 *dest, u16 proto,
1429 u16 *num_modes,
1430 u16 *flags);
1929 int (*send_ether)(void *priv, const u8 *dst, const u8 *src, u16 proto,
[all …]
/external/valgrind/main/VEX/switchback/
Dtest_emfloat.c455 #define u16 unsigned short macro
514 u16 mantissa[INTERNAL_FPF_PRECISION];
530 static int IsMantissaZero(u16 *mant);
531 static void Add16Bits(u16 *carry,u16 *a,u16 b,u16 c);
532 static void Sub16Bits(u16 *borrow,u16 *a,u16 b,u16 c);
533 static void ShiftMantLeft1(u16 *carry,u16 *mantissa);
534 static void ShiftMantRight1(u16 *carry,u16 *mantissa);
753 static int IsMantissaZero(u16 *mant) in IsMantissaZero()
770 static void Add16Bits(u16 *carry, in Add16Bits()
771 u16 *a, in Add16Bits()
[all …]
/external/llvm/test/MC/ARM/
Dneon-add-encoding.s25 @ CHECK: vaddl.u16 q8, d17, d16 @ encoding: [0xa0,0x00,0xd1,0xf3]
26 vaddl.u16 q8, d17, d16
38 @ CHECK: vaddw.u16 q8, q8, d18 @ encoding: [0xa2,0x01,0xd0,0xf3]
39 vaddw.u16 q8, q8, d18
51 @ CHECK: vhadd.u16 d16, d16, d17 @ encoding: [0xa1,0x00,0x50,0xf3]
52 vhadd.u16 d16, d16, d17
63 @ CHECK: vhadd.u16 q8, q8, q9 @ encoding: [0xe2,0x00,0x50,0xf3]
64 vhadd.u16 q8, q8, q9
73 vhadd.u16 d15, d20
79 vhadd.u16 q5, q8
[all …]
Dneon-minmax-encoding.s7 vmax.u16 d13, d14, d15
15 vmax.u16 d14, d15
23 vmax.u16 q13, q14, q15
31 vmax.u16 q4, q5
39 @ CHECK: vmax.u16 d13, d14, d15 @ encoding: [0x0f,0xd6,0x1e,0xf3]
46 @ CHECK: vmax.u16 d14, d14, d15 @ encoding: [0x0f,0xe6,0x1e,0xf3]
53 @ CHECK: vmax.u16 q13, q14, q15 @ encoding: [0xee,0xa6,0x5c,0xf3]
60 @ CHECK: vmax.u16 q4, q4, q5 @ encoding: [0x4a,0x86,0x18,0xf3]
69 vmin.u16 d13, d14, d15
77 vmin.u16 d14, d15
[all …]
Dneont2-minmax-encoding.s9 vmax.u16 d13, d14, d15
17 vmax.u16 d14, d15
25 vmax.u16 q13, q14, q15
33 vmax.u16 q4, q5
41 @ CHECK: vmax.u16 d13, d14, d15 @ encoding: [0x1e,0xff,0x0f,0xd6]
48 @ CHECK: vmax.u16 d14, d14, d15 @ encoding: [0x1e,0xff,0x0f,0xe6]
55 @ CHECK: vmax.u16 q13, q14, q15 @ encoding: [0x5c,0xff,0xee,0xa6]
62 @ CHECK: vmax.u16 q4, q4, q5 @ encoding: [0x18,0xff,0x4a,0x86]
71 vmin.u16 d13, d14, d15
79 vmin.u16 d14, d15
[all …]
Dneon-shift-encoding.s5 vshl.u16 d16, d17, d16
13 vshl.u16 q8, q9, q8
22 @ CHECK: vshl.u16 d16, d17, d16 @ encoding: [0xa1,0x04,0x50,0xf3]
30 @ CHECK: vshl.u16 q8, q9, q8 @ encoding: [0xe2,0x04,0x50,0xf3]
40 vshr.u16 d16, d16, #15
44 vshr.u16 q8, q8, #15
57 @ CHECK: vshr.u16 d16, d16, #15 @ encoding: [0x30,0x00,0xd1,0xf3]
61 @ CHECK: vshr.u16 q8, q8, #15 @ encoding: [0x70,0x00,0xd1,0xf3]
75 vshr.u16 d16, #15
79 vshr.u16 q8, #15
[all …]

12345678910>>...17