Home | History | Annotate | Download | only in test

Lines Matching refs:crc_table

80     static const uint32_t crc_table[256] = {
135 crc32 = (crc32 >> 8) ^ crc_table[(crc32 ^ byte_buf[i]) & 0xFF];