Home
last modified time | relevance | path

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

/external/rust/crates/ring/crypto/limbs/
Dlimbs.c162 static const Limb FIVE_BITS_MASK = 0x1f; variable
166 & FIVE_BITS_MASK; in LIMBS_window5_split_window()
175 return (limb >> index_within_word) & FIVE_BITS_MASK; in LIMBS_window5_unsplit_window()