Home
last modified time | relevance | path

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

/system/secure_element/omapi/src/ara/
Dtlv.rs245 let tag_size = 1 + count_bytes_with_high_order_bit_set(&input[1..]) + 1; in parse_multi_byte_tag()
252 fn count_bytes_with_high_order_bit_set(input: &[u8]) -> usize { in count_bytes_with_high_order_bit_set() function