Home
last modified time | relevance | path

Searched defs:crc8_table (Results 1 – 2 of 2) sorted by relevance

/external/coreboot/src/soc/mediatek/mt8195/
Dmt6360.c55 static u8 crc8_table[MT6360_INDEX_COUNT][CRC8_TABLE_SIZE]; variable
/external/rust/android-crates-io/crates/crc/src/
Dtable.rs3 pub(crate) const fn crc8_table(width: u8, poly: u8, reflect: bool) -> [u8; 256] { in crc8_table() function