Home
last modified time | relevance | path

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

/external/rust/crates/rand_chacha/src/
Dguts.rs19 const LOG2_BUFBLOCKS: u64 = 2; constant
20 const BUFBLOCKS: u64 = 1 << LOG2_BUFBLOCKS;