Home
last modified time | relevance | path

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

/external/rust/crates/der-parser/src/ber/
Dinteger.rs43 if is_highest_bit_set(bytes) {
61 if is_highest_bit_set(bytes) {
125 pub(crate) fn is_highest_bit_set(bytes: &[u8]) -> bool { in is_highest_bit_set() function
Dber.rs634 let result = if is_highest_bit_set(bytes) { in as_i64()
661 let result = if is_highest_bit_set(bytes) { in as_i32()
934 if is_highest_bit_set(s) { in as_biguint()