Home
last modified time | relevance | path

Searched refs:NUM_CHARS_BITS (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/
H A Ddrm_panic_qr.rs300 const NUM_CHARS_BITS: [usize; 4] = [0, 4, 7, 10]; constant
358 10 * (digits / 3) + NUM_CHARS_BITS[digits % 3] in total_size_bits()
419 Some((out, NUM_CHARS_BITS[out_len])) in next()