Home
last modified time | relevance | path

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

/external/rust/crates/crc32fast/src/
Dbaseline.rs32 const BYTES_AT_ONCE: usize = 16 * UNROLL; in update_fast_16() constant
36 while buf.len() >= BYTES_AT_ONCE { in update_fast_16()