Home
last modified time | relevance | path

Searched refs:byte (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/crates/crc/src/
H A Dcrc64.rs42 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()
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dhead.S669 .byte 0
670 .byte 0
671 .byte 0
672 .byte 0
676 .byte 0
677 .byte 0x9A
678 .byte 0x20
679 .byte 0
683 .byte 0
684 .byte 0x92
[all …]
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs22 let byte = self.storage.as_ref()[byte_index]; in get_bit() localVariable
29 byte & mask == mask in get_bit()
35 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit() localVariable
43 *byte |= mask; in set_bit()
45 *byte &= !mask; in set_bit()
/DragonOS/kernel/crates/rbpf/
H A DREADME.md166 constructor: `data_offset` and `data_end_offset`. They are the offset (byte