Home
last modified time | relevance | path

Searched defs:PREFIX_LEN (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/ring/src/ec/curve25519/ed25519/
Dsigning.rs261 const PREFIX_LEN: usize = digest::SHA512_OUTPUT_LEN - SCALAR_LEN; constant
/external/llvm-libc/src/stdio/printf_core/
Dfloat_hex_converter.h187 constexpr size_t PREFIX_LEN = 2; in convert_float_hex_exp() local
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/printf_core/
Dfloat_hex_converter.h186 constexpr size_t PREFIX_LEN = 2; in convert_float_hex_exp() local
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/printf_core/
Dfloat_hex_converter.h186 constexpr size_t PREFIX_LEN = 2; in convert_float_hex_exp() local
/external/linux-kselftest/tools/testing/selftests/net/
Dipsec.c54 #define PREFIX_LEN 30 macro