Lines Matching defs:usize
224 fn max_data(&self) -> usize { in max_data()
228 fn ec_size(&self) -> usize { in ec_size()
232 fn g1_blocks(&self) -> usize { in g1_blocks()
236 fn g2_blocks(&self) -> usize { in g2_blocks()
240 fn g1_blk_size(&self) -> usize { in g1_blk_size()
303 fn get_next_13b(data: &[u8], offset: usize) -> Option<(u16, usize)> { in get_next_13b() argument
338 fn get_header(&self) -> (u16, usize) { in get_header() argument
346 fn length_bits_count(&self, version: Version) -> usize { in length_bits_count()
362 fn character_count(&self) -> usize { in character_count()
377 fn get_length_field(&self, version: Version) -> (u16, usize) { in get_length_field() argument
384 fn total_size_bits(&self, version: Version) -> usize { in total_size_bits()
509 fn push(&mut self, offset: &mut usize, bits: (u16, usize)) { in push()
557 fn error_code_for_blocks(&mut self, offset: usize, size: usize, ec_offset: usize) { in error_code_for_blocks()
937 data_len: usize, in drm_panic_qr_generate()
938 data_size: usize, in drm_panic_qr_generate()
940 tmp_size: usize, in drm_panic_qr_generate()
985 pub extern "C" fn drm_panic_qr_max_data_size(version: u8, url_len: usize) -> usize { in drm_panic_qr_max_data_size()