Lines Matching full:numeric
11 //! compressed kmsg is encoded as numeric.
17 //! efficient numeric encoding, that encode 3 decimal digits into
328 /// Number of bits to encode characters in numeric mode.
333 Numeric(&'a [u8]), enumerator
341 Segment::Numeric(_) => (MODE_NUMERIC, 4), in get_header()
353 Segment::Numeric(_) => match v { in length_bits_count()
365 Segment::Numeric(data) => { in character_count()
387 Segment::Numeric(_) => { in total_size_bits()
427 Segment::Numeric(data) => { in next()
915 /// efficiently as a numeric segment, and appended to the URL.
965 &Segment::Numeric(&data_slice[0..data_len]), in drm_panic_qr_generate()
982 /// conversion to numeric segments.
992 // Binary segment (URL) 4 + 16 bits, numeric segment (kmsg) 4 + 12 bits => 5 bytes. in drm_panic_qr_max_data_size()