Home
last modified time | relevance | path

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

/mipi-sys-t-latest/library/include/mipi_syst/
Dcrc32.h61 extern const mipi_syst_u32 mipi_syst_crc_table[256];
85 return mipi_syst_crc_table[((int) crc ^ b) & 0xff] ^ (crc >> 8);
/mipi-sys-t-latest/library/src/
Dmipi_syst_crc32.c48 const mipi_syst_u32 mipi_syst_crc_table[256] = { variable