Home
last modified time | relevance | path

Searched refs:u16 (Results 1 - 25 of 850) sorted by relevance

12345678910>>...34

/third_party/ntfs-3g/libntfs-3g/
H A Dmst.c41 is_valid_record(u32 size, u16 usa_ofs, u16 usa_count) in is_valid_record()
68 u16 usa_ofs, usa_count, usn; in ntfs_mst_post_read_fixup_warn()
69 u16 *usa_pos, *data_pos; in ntfs_mst_post_read_fixup_warn()
90 usa_pos = (u16*)b + usa_ofs/sizeof(u16); in ntfs_mst_post_read_fixup_warn()
93 * u16 values before they are fixed up. Note no need to care for in ntfs_mst_post_read_fixup_warn()
100 * Position in protected data of first u16 that needs fixing up. in ntfs_mst_post_read_fixup_warn()
102 data_pos = (u16*)b + NTFS_BLOCK_SIZE/sizeof(u16) in ntfs_mst_post_read_fixup_warn()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFImportFile.cpp138 using u16 = support::ulittle16_t;
187 u16(Machine), in createImportDescriptor()
188 u16(NumberOfSections), in createImportDescriptor()
197 u16(0), in createImportDescriptor()
198 u16(is32bit(Machine) ? IMAGE_FILE_32BIT_MACHINE : C_Invalid), in createImportDescriptor()
212 u16(NumberOfRelocations), in createImportDescriptor()
213 u16(0), in createImportDescriptor()
225 u16(0), in createImportDescriptor()
226 u16(0), in createImportDescriptor()
240 u16(getImgRelRelocatio in createImportDescriptor()
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs8 pub struct PollFlags: u16 {
10 const IN = linux_raw_sys::general::POLLIN as u16;
12 const PRI = linux_raw_sys::general::POLLPRI as u16;
14 const OUT = linux_raw_sys::general::POLLOUT as u16;
16 const RDNORM = linux_raw_sys::general::POLLRDNORM as u16;
18 const WRNORM = linux_raw_sys::general::POLLWRNORM as u16;
20 const RDBAND = linux_raw_sys::general::POLLRDBAND as u16;
22 const WRBAND = linux_raw_sys::general::POLLWRBAND as u16;
24 const ERR = linux_raw_sys::general::POLLERR as u16;
26 const HUP = linux_raw_sys::general::POLLHUP as u16;
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dgas.h15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
16 u16 comeback_delay, size_t size);
18 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more,
19 u16 comeback_delay, size_t size);
21 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
22 u16 comeback_delay, size_t size);
24 u16 status_code,
25 u16 comeback_delay,
27 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
29 u16 comeback_dela
[all...]
H A 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_dela in gas_anqp_build_initial_resp_buf()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dgas.h15 struct wpabuf * gas_build_initial_resp(u8 dialog_token, u16 status_code,
16 u16 comeback_delay, size_t size);
18 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more,
19 u16 comeback_delay, size_t size);
21 struct wpabuf * gas_anqp_build_initial_resp(u8 dialog_token, u16 status_code,
22 u16 comeback_delay, size_t size);
24 u16 status_code,
25 u16 comeback_delay,
27 struct wpabuf * gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code,
29 u16 comeback_dela
[all...]
H A 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_dela in gas_anqp_build_initial_resp_buf()
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
H A Dshift-assign1.c4 typedef __UINT16_TYPE__ u16; typedef
11 s16 s16u16(s16 a, u16 b) { a >>= b; return a; } in s16u16()
17 s32 s32u16(s32 a, u16 b) { a >>= b; return a; } in s32u16()
23 s64 s64u16(s64 a, u16 b) { a >>= b; return a; } in s64u16()
26 u16 u16s16(u16 a, s16 b) { a >>= b; return a; } in u16s16()
27 u16 u16s32(u16 a, s32 b) { a >>= b; return a; } in u16s32()
28 u16 u16s64(u16 in u16s32()
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.h64 u16 bcdUVC;
65 u16 wTotalLength;
106 u16 wTerminalType;
122 u16 wTerminalType;
146 u16 wTerminalType;
149 u16 wObjectiveFocalLengthMin;
150 u16 wObjectiveFocalLengthMax;
151 u16 wOcularFocalLength;
219 u16 wMaxMultiplier;
283 u16 wTotalLengt
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_parse.h73 u16 manufacturer_len;
74 u16 model_name_len;
75 u16 model_number_len;
76 u16 serial_number_len;
77 u16 dev_name_len;
78 u16 public_key_len;
79 u16 encr_settings_len;
80 u16 ssid_len;
81 u16 network_key_len;
82 u16 authorized_macs_le
[all...]
H A Dwps.h50 u16 auth_type;
51 u16 encr_type;
98 u16 config_methods;
167 u16 dev_pw_id;
245 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
327 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
328 u16 sel_reg_config_methods);
342 const u8 *pri_dev_type, u16 config_methods,
343 u16 dev_password_id, u8 request_type,
527 u16 config_method
[all...]
H A Dwps_i.h72 u16 dev_pw_id;
76 u16 alt_dev_pw_id;
89 u16 encr_type;
94 u16 auth_type;
107 u16 config_error;
108 u16 error_indication;
142 u16 config_error, u16 error_indication, const u8 *mac_addr);
158 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
160 int wps_build_dev_password_id(struct wpabuf *msg, u16 i
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_parse.h73 u16 manufacturer_len;
74 u16 model_name_len;
75 u16 model_number_len;
76 u16 serial_number_len;
77 u16 dev_name_len;
78 u16 public_key_len;
79 u16 encr_settings_len;
80 u16 ssid_len;
81 u16 network_key_len;
82 u16 authorized_macs_le
[all...]
H A Dwps.h50 u16 auth_type;
51 u16 encr_type;
98 u16 config_methods;
168 u16 dev_pw_id;
246 struct wpabuf * wps_build_probe_req_ie(u16 pw_id, struct wps_device_data *dev,
328 void (*set_sel_reg_cb)(void *ctx, int sel_reg, u16 dev_passwd_id,
329 u16 sel_reg_config_methods);
343 const u8 *pri_dev_type, u16 config_methods,
344 u16 dev_password_id, u8 request_type,
531 u16 config_method
[all...]
H A Dwps_i.h72 u16 dev_pw_id;
76 u16 alt_dev_pw_id;
89 u16 encr_type;
94 u16 auth_type;
107 u16 config_error;
108 u16 error_indication;
142 u16 config_error, u16 error_indication, const u8 *mac_addr);
158 int wps_build_config_methods(struct wpabuf *msg, u16 methods);
160 int wps_build_dev_password_id(struct wpabuf *msg, u16 i
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dh264cmc_neon.S45 vmov.u16 q11, #28
82 vrshrn.u16 d16, q8, #6
83 vrshrn.u16 d17, q9, #6
85 vadd.u16 q8, q8, q11
86 vadd.u16 q9, q9, q11
87 vshrn.u16 d16, q8, #6
88 vshrn.u16 d17, q9, #6
119 vrshrn.u16 d16, q8, #6
120 vrshrn.u16 d17, q9, #6
122 vadd.u16 q
[all...]
H A Dvp9mc_16bpp_neon.S57 vrhadd.u16 q0, q0, q8
59 vrhadd.u16 q1, q1, q9
61 vrhadd.u16 q2, q2, q10
63 vrhadd.u16 q3, q3, q11
66 vrhadd.u16 q8, q8, q12
68 vrhadd.u16 q9, q9, q13
70 vrhadd.u16 q10, q10, q14
72 vrhadd.u16 q11, q11, q15
89 vrhadd.u16 q0, q0, q8
91 vrhadd.u16 q
[all...]
H A Dh264pred_neon.S40 vadd.u16 \dl, \dl, \dh
41 vpadd.u16 \dl, \dl, \dl
42 vpadd.u16 \dl, \dl, \dl
54 vrshrn.u16 d0, q0, #4
64 vrshrn.u16 d0, q0, #4
77 vadd.u16 q0, q0, q1
78 vadd.u16 d0, d0, d1
79 vpadd.u16 d0, d0, d0
80 vpadd.u16 d0, d0, d0
81 vrshrn.u16 d
[all...]
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dcast-bad-00.c1 typedef unsigned short u16; typedef
6 u16 b;
11 u16 b;
15 void bar(u16, u32);
16 void union_to_int(u16 val);
17 void struct_to_int(u16 val);
20 void union_to_int(u16 val) in union_to_int()
28 void struct_to_int(u16 val) in struct_to_int()
/third_party/rust/crates/static-assertions-rs/tests/
H A Deq_size.rs67 assert_eq_size!([u8; 2], u16); in test_eq_size()
68 assert_eq_size!([u8; 2], u16, (u8, u8)); in test_eq_size()
69 assert_eq_size!([u8; 4], u32, (u16, u8, u8), (u16, u16)); in test_eq_size()
71 assert_eq_size_val!([0u8; 2], 0u16); in test_eq_size()
72 assert_eq_size_val!([0u8; 2], 0u16, (0u8, 0u8)); in test_eq_size()
73 assert_eq_size_val!([0u8; 4], 0u32, (0u16, 0u8, 0u8), (0u16, 0u16)); in test_eq_size()
[all...]
/third_party/ntfs-3g/include/ntfs-3g/
H A Dendians.h90 (u16)((((u16)(x) & 0xff00) >> 8) | \
91 (((u16)(x) & 0x00ff) << 8))
143 #define __constant_be16_to_cpu(x) __ntfs_bswap_constant_16((u16)(x))
147 #define __constant_cpu_to_be16(x) __ntfs_bswap_constant_16((u16)(x))
161 #define __constant_le16_to_cpu(x) __ntfs_bswap_constant_16((u16)(x))
165 #define __constant_cpu_to_le16(x) __ntfs_bswap_constant_16((u16)(x))
193 #define le16_to_cpu(x) (u16)__le16_to_cpu((u16)(x))
197 #define le16_to_cpup(x) (u16)__le16_to_cp
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dsta_info.h88 u16 group;
112 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
113 u16 disconnect_reason_code; /* RADIUS server override */
115 u16 capability;
116 u16 listen_interval; /* or beacon_int for APs */
123 u16 peer_lid;
124 u16 my_lid;
125 u16 peer_aid;
126 u16 mpm_close_reason;
140 u16 igtk_key_i
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dchecksum-icc.c56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
57 # define u32(x) (u16(x) * 65536 + u16(x+2)) in read_one_file()
58 u32(64), u16(24), u16(26), u16(28), u16(30), u16(32), u16(34), in read_one_file()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dsta_info.h71 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */
72 u16 disconnect_reason_code; /* RADIUS server override */
74 u16 capability;
75 u16 listen_interval; /* or beacon_int for APs */
82 u16 peer_lid;
83 u16 my_lid;
84 u16 peer_aid;
85 u16 mpm_close_reason;
99 u16 igtk_key_id;
125 u16 auth_al
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_teap_common.h198 u16 identity_type;
201 void eap_teap_put_tlv_hdr(struct wpabuf *buf, u16 type, u16 len);
202 void eap_teap_put_tlv(struct wpabuf *buf, u16 type, const void *data, u16 len);
203 void eap_teap_put_tlv_buf(struct wpabuf *buf, u16 type,
206 int eap_teap_derive_eap_msk(u16 tls_cs, const u8 *simck, u8 *msk);
207 int eap_teap_derive_eap_emsk(u16 tls_cs, const u8 *simck, u8 *emsk);
208 int eap_teap_derive_cmk_basic_pw_auth(u16 tls_cs, const u8 *s_imck_msk,
210 int eap_teap_derive_imck(u16 tls_c
[all...]

Completed in 14 milliseconds

12345678910>>...34