Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 25 of 984) sorted by relevance

12345678910>>...40

/external/rust/crabbyavif/src/reformat/
Dlibyuv.rs104 *const u16, c_int, *const u16, c_int, *const u16, c_int, *mut u8, c_int, *const YuvConstants, constant
108 *const u16, c_int, *const u16, c_int, *const u16, c_int, *const u16, c_int, *mut u8, c_int, constant
112 *const u16, c_int, *const u16, c_int, *const u16, c_int, *mut u8, c_int, *const YuvConstants, constant
116 *const u16, c_int, *const u16, c_int, *const u16, c_int, *const u16, c_int, *mut u8, c_int, constant
120 *const u16, c_int, *const u16, c_int, *mut u8, c_int, *const YuvConstants, c_int, constant
410 let plane_u16: [*const u16; 4] = ALL_PLANES in yuv_to_rgb() constant
419 .collect::<Vec<*const u16>>() in yuv_to_rgb() constant
772 rgb.pixels() as *const u16, in convert_to_half_float() constant
/external/rust/android-crates-io/crates/crc/src/
Dcrc16.rs8 const fn init(algorithm: &Algorithm<u16>, initial: u16) -> u16 { in init()
16 const fn finalize(algorithm: &Algorithm<u16>, mut crc: u16) -> u16 { in finalize()
26 const fn update_nolookup(mut crc: u16, algorithm: &Algorithm<u16>, bytes: &[u8]) -> u16 { in update_nolookup()
51 const fn update_bytewise(mut crc: u16, reflect: bool, table: &[u16; 256], bytes: &[u8]) -> u16 { in update_bytewise()
70 mut crc: u16, in update_slice16()
74 ) -> u16 {
/external/rust/android-crates-io/crates/taffy/src/compute/grid/
Dimplicit_grid.rs20 explicit_col_count: u16, in compute_grid_size_estimate()
21 explicit_row_count: u16, in compute_grid_size_estimate()
66 explicit_col_count: u16, in get_known_child_positions()
67 explicit_row_count: u16, in get_known_child_positions()
96 explicit_track_count: u16, in child_min_line_max_line_span()
/external/rust/android-crates-io/crates/crc/src/crc16/
Dbytewise.rs14 pub const fn checksum(&self, bytes: &[u8]) -> u16 { in checksum()
20 const fn update(&self, crc: u16, bytes: &[u8]) -> u16 { in update()
24 pub const fn digest(&self) -> Digest<u16, Table<1>> { in digest()
33 pub const fn digest_with_initial(&self, initial: u16) -> Digest<u16, Table<1>> { in digest_with_initial()
38 pub const fn table(&self) -> &<Table<1> as Implementation>::Data<u16> { in table()
44 const fn new(crc: &'a Crc<u16, Table<1>>, value: u16) -> Self { in new()
52 pub const fn finalize(self) -> u16 { in finalize()
Dslice16.rs11 pub const fn checksum(&self, bytes: &[u8]) -> u16 { in checksum()
17 const fn update(&self, crc: u16, bytes: &[u8]) -> u16 { in update()
21 pub const fn digest(&self) -> Digest<u16, Table<16>> { in digest()
30 pub const fn digest_with_initial(&self, initial: u16) -> Digest<u16, Table<16>> { in digest_with_initial()
35 pub const fn table(&self) -> &<Table<16> as Implementation>::Data<u16> { in table()
41 const fn new(crc: &'a Crc<u16, Table<16>>, value: u16) -> Self { in new()
49 pub const fn finalize(self) -> u16 { in finalize()
Dnolookup.rs12 pub const fn checksum(&self, bytes: &[u8]) -> u16 { in checksum()
18 const fn update(&self, crc: u16, bytes: &[u8]) -> u16 { in update()
22 pub const fn digest(&self) -> Digest<u16, NoTable> { in digest()
31 pub const fn digest_with_initial(&self, initial: u16) -> Digest<u16, NoTable> { in digest_with_initial()
38 const fn new(crc: &'a Crc<u16, NoTable>, value: u16) -> Self { in new()
46 pub const fn finalize(self) -> u16 { in finalize()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/simd-adler32-0.3.7/src/imp/
Davx2.rs51 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
57 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dssse3.rs51 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
57 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dscalar.rs4 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
Dwasm.rs32 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
38 fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/simd-adler32-0.3.7/src/imp/
Davx2.rs51 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
57 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dssse3.rs51 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
57 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dscalar.rs4 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
Dwasm.rs32 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
38 fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Davx512.rs67 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
74 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dneon.rs67 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
73 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
/external/rust/android-crates-io/crates/simd-adler32/src/imp/
Davx2.rs51 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
57 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dssse3.rs51 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
57 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dscalar.rs4 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
Dneon.rs67 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
73 unsafe fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
Dwasm.rs32 pub fn update(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update()
38 fn update_imp(a: u16, b: u16, data: &[u8]) -> (u16, u16) { in update_imp()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_maxp.rs220 pub fn num_glyphs(&self) -> u16 { in num_glyphs()
226 pub fn max_points(&self) -> Option<u16> { in max_points()
232 pub fn max_contours(&self) -> Option<u16> { in max_contours()
238 pub fn max_composite_points(&self) -> Option<u16> { in max_composite_points()
244 pub fn max_composite_contours(&self) -> Option<u16> { in max_composite_contours()
251 pub fn max_zones(&self) -> Option<u16> { in max_zones()
257 pub fn max_twilight_points(&self) -> Option<u16> { in max_twilight_points()
263 pub fn max_storage(&self) -> Option<u16> { in max_storage()
269 pub fn max_function_defs(&self) -> Option<u16> { in max_function_defs()
275 pub fn max_instruction_defs(&self) -> Option<u16> { in max_instruction_defs()
[all …]
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/generated/
Dgenerated_maxp.rs220 pub fn num_glyphs(&self) -> u16 { in num_glyphs()
226 pub fn max_points(&self) -> Option<u16> { in max_points()
232 pub fn max_contours(&self) -> Option<u16> { in max_contours()
238 pub fn max_composite_points(&self) -> Option<u16> { in max_composite_points()
244 pub fn max_composite_contours(&self) -> Option<u16> { in max_composite_contours()
251 pub fn max_zones(&self) -> Option<u16> { in max_zones()
257 pub fn max_twilight_points(&self) -> Option<u16> { in max_twilight_points()
263 pub fn max_storage(&self) -> Option<u16> { in max_storage()
269 pub fn max_function_defs(&self) -> Option<u16> { in max_function_defs()
275 pub fn max_instruction_defs(&self) -> Option<u16> { in max_instruction_defs()
[all …]
/external/rust/cros-libva/lib/src/buffer/
Dvp9.rs86 frame_width: u16, in new()
87 frame_height: u16, in new()
95 first_partition_size: u16,
138 segment_reference_enabled: u16, in new()
139 segment_reference: u16, in new()
140 segment_reference_skipped: u16, in new()
227 base_qp_index: u16, in new()
230 next_frame_width: u16, in new()
231 next_frame_height: u16, in new()
371 pub fn new( in new()
[all …]
/external/rust/android-crates-io/crates/etherparse/src/transport/
Dudp_header.rs28 source_port: u16, in without_ipv4_checksum()
29 destination_port: u16, in without_ipv4_checksum()
52 source_port: u16, in with_ipv4_checksum()
53 destination_port: u16, in with_ipv4_checksum()
83 ) -> Result<u16, ValueTooBigError<usize>> { in calc_checksum_ipv4()
93 ) -> Result<u16, ValueTooBigError<usize>> {
113 ) -> u16 {
127 source_port: u16, in with_ipv6_checksum()
128 destination_port: u16, in with_ipv6_checksum()
158 ) -> Result<u16, err::ValueTooBigError<usize>> { in calc_checksum_ipv6()
[all …]

12345678910>>...40