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()
300 fn get_next_13b(data: &[u8], offset: usize) -> Option<(u16, usize)> { in get_next_13b() argument
335 fn get_header(&self) -> (u16, usize) { in get_header() argument
343 fn length_bits_count(&self, version: Version) -> usize { in length_bits_count()
359 fn character_count(&self) -> usize { in character_count()
374 fn get_length_field(&self, version: Version) -> (u16, usize) { in get_length_field() argument
381 fn total_size_bits(&self, version: Version) -> usize { in total_size_bits()
506 fn push(&mut self, offset: &mut usize, bits: (u16, usize)) { in push()
554 fn error_code_for_blocks(&mut self, offset: usize, size: usize, ec_offset: usize) { in error_code_for_blocks()
936 data_len: usize, in drm_panic_qr_generate()
937 data_size: usize, in drm_panic_qr_generate()
939 tmp_size: usize, in drm_panic_qr_generate()
984 pub extern "C" fn drm_panic_qr_max_data_size(version: u8, url_len: usize) -> usize { in drm_panic_qr_max_data_size()