Searched refs:byte (Results 1 – 4 of 4) sorted by relevance
42 for &byte in buf { in crc64_be()43 let t = ((crc >> 56) ^ (byte as u64)) & 0xff; in crc64_be()60 for &byte in buf { in crc64_rocksoft_generic()61 crc = (crc >> 8) ^ CRC64_ROCKSOFT_TABLE[(((crc & 0xff) as u8) ^ (byte)) as usize]; in crc64_rocksoft_generic()
669 .byte 0670 .byte 0671 .byte 0672 .byte 0676 .byte 0677 .byte 0x9A678 .byte 0x20679 .byte 0683 .byte 0684 .byte 0x92[all …]
22 let byte = self.storage.as_ref()[byte_index]; in get_bit() localVariable29 byte & mask == mask in get_bit()35 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit() localVariable43 *byte |= mask; in set_bit()45 *byte &= !mask; in set_bit()
166 constructor: `data_offset` and `data_end_offset`. They are the offset (byte