Home
last modified time | relevance | path

Searched defs:update_nolookup (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/crc/src/
Dcrc8.rs26 const fn update_nolookup(mut crc: u8, algorithm: &Algorithm<u8>, bytes: &[u8]) -> u8 { in update_nolookup() function
Dcrc32.rs28 const fn update_nolookup(mut crc: u32, algorithm: &Algorithm<u32>, bytes: &[u8]) -> u32 { in update_nolookup() function
Dcrc16.rs26 const fn update_nolookup(mut crc: u16, algorithm: &Algorithm<u16>, bytes: &[u8]) -> u16 { in update_nolookup() function
Dcrc64.rs26 const fn update_nolookup(mut crc: u64, algorithm: &Algorithm<u64>, bytes: &[u8]) -> u64 { in update_nolookup() function
Dcrc128.rs26 const fn update_nolookup(mut crc: u128, algorithm: &Algorithm<u128>, bytes: &[u8]) -> u128 { in update_nolookup() function