Searched refs:crc_32_table (Results 1 – 1 of 1) sorted by relevance
35 static u32_T crc_32_table[256]; variable53 crc_32_table[t] = v; in make_crc_tab()58 #define CRC32(c, b) (crc_32_table[((int)(c) ^ (b)) & 0xff] ^ ((c) >> 8))