Searched refs:BYTES_AT_ONCE (Results 1 – 1 of 1) sorted by relevance
32 const BYTES_AT_ONCE: usize = 16 * UNROLL; in update_fast_16() constant36 while buf.len() >= BYTES_AT_ONCE { in update_fast_16()