Lines Matching defs:usize
221 fn max_data(&self) -> usize { in max_data()
225 fn ec_size(&self) -> usize { in ec_size()
229 fn g1_blocks(&self) -> usize { in g1_blocks()
233 fn g2_blocks(&self) -> usize { in g2_blocks()
237 fn g1_blk_size(&self) -> usize { in g1_blk_size()
311 fn get_header(&self) -> (u16, usize) { in get_header() argument
319 fn length_bits_count(&self, version: Version) -> usize { in length_bits_count()
335 fn character_count(&self) -> usize { in character_count()
346 fn get_length_field(&self, version: Version) -> (u16, usize) { in get_length_field() argument
353 fn total_size_bits(&self, version: Version) -> usize { in total_size_bits()
468 fn push(&mut self, offset: &mut usize, bits: (u16, usize)) { in push()
516 fn error_code_for_blocks(&mut self, offset: usize, size: usize, ec_offset: usize) { in error_code_for_blocks()
898 data_len: usize, in drm_panic_qr_generate()
899 data_size: usize, in drm_panic_qr_generate()
901 tmp_size: usize, in drm_panic_qr_generate()
951 pub unsafe extern "C" fn drm_panic_qr_max_data_size(version: u8, url_len: usize) -> usize { in drm_panic_qr_max_data_size()