Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/crc/src/tables/
H A Dcrc64.rs6 pub poly: u64, field
10 pub const fn new(poly: u64, table: [u64; 256]) -> Self { in new()
11 Self { poly, table }