Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/crc/src/
Dcrc8.rs44 const fn update_bytewise(mut crc: u8, table: &[u8; 256], bytes: &[u8]) -> u8 { in update_bytewise() function
Dcrc32.rs53 const fn update_bytewise(mut crc: u32, reflect: bool, table: &[u32; 256], bytes: &[u8]) -> u32 { in update_bytewise() function
Dcrc16.rs51 const fn update_bytewise(mut crc: u16, reflect: bool, table: &[u16; 256], bytes: &[u8]) -> u16 { in update_bytewise() function
Dcrc64.rs51 const fn update_bytewise(mut crc: u64, reflect: bool, table: &[u64; 256], bytes: &[u8]) -> u64 { in update_bytewise() function
Dcrc128.rs51 const fn update_bytewise(mut crc: u128, reflect: bool, table: &[u128; 256], bytes: &[u8]) -> u128 { in update_bytewise() function