Searched refs:update_fast_16 (Results 1 – 2 of 2) sorted by relevance
14 self.state = update_fast_16(self.state, buf); in update()30 pub(crate) fn update_fast_16(prev: u32, mut buf: &[u8]) -> u32 { in update_fast_16() function91 super::update_fast_16(crc, &bytes) == super::update_slow(crc, &bytes)
97 return ::baseline::update_fast_16(crc, data); in calculate()186 ::baseline::update_fast_16(!c, data) in calculate()