Home
last modified time | relevance | path

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

/external/rust/crates/ring/src/arithmetic/
Dbigint.rs274 if N0_LIMBS_USED == 2 { in from_boxed_limbs()
1188 const N0_LIMBS_USED: usize = 64 / LIMB_BITS; constant