Home
last modified time | relevance | path

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

/external/rust/crates/crc32fast/src/
Dlib.rs59 const DEFAULT_INIT_STATE: u32 = 0; constant
67 Self::new_with_initial(DEFAULT_INIT_STATE) in new()