Lines Matching full:numeric
11 //! compressed kmsg is encoded as numeric.
17 //! efficient numeric encoding, that encode 3 decimal digits into
299 /// Number of bits to encode characters in numeric mode.
306 Numeric(&'a [u8]), enumerator
314 Segment::Numeric(_) => (MODE_NUMERIC, 4), in get_header()
326 Segment::Numeric(_) => match v { in length_bits_count()
338 Segment::Numeric(data) => { in character_count()
356 Segment::Numeric(_) => { in total_size_bits()
455 Segment::Numeric(data) => { in next()
923 /// efficiently as a numeric segment, and appended to the URL.
972 &Segment::Numeric(&data_slice[0..data_len]), in drm_panic_qr_generate()
989 /// conversion to numeric segments.
1005 // Binary segment (URL) 4 + 16 bits, numeric segment (kmsg) 4 + 12 bits => 5 bytes. in drm_panic_qr_max_data_size()