Searched defs:update_bytewise (Results 1 – 5 of 5) sorted by relevance
/external/rust/android-crates-io/crates/crc/src/ |
D | crc8.rs | 44 const fn update_bytewise(mut crc: u8, table: &[u8; 256], bytes: &[u8]) -> u8 { in update_bytewise() function
|
D | crc32.rs | 53 const fn update_bytewise(mut crc: u32, reflect: bool, table: &[u32; 256], bytes: &[u8]) -> u32 { in update_bytewise() function
|
D | crc16.rs | 51 const fn update_bytewise(mut crc: u16, reflect: bool, table: &[u16; 256], bytes: &[u8]) -> u16 { in update_bytewise() function
|
D | crc64.rs | 51 const fn update_bytewise(mut crc: u64, reflect: bool, table: &[u64; 256], bytes: &[u8]) -> u64 { in update_bytewise() function
|
D | crc128.rs | 51 const fn update_bytewise(mut crc: u128, reflect: bool, table: &[u128; 256], bytes: &[u8]) -> u128 { in update_bytewise() function
|