Searched defs:OUTPUT_LEN (Results 1 – 11 of 11) sorted by relevance
60 const OUTPUT_LEN: usize; constant
27 const OUTPUT_LEN: usize = $output_len as usize; constant
22 pub const OUTPUT_LEN: usize = 160 / 8; constant
14 const OUTPUT_LEN: usize = $crate::core::utf16_len(INPUT) + 1; constant
510 #define OUTPUT_LEN 80 macro