Searched refs:ud_crc_table (Results 1 – 2 of 2) sorted by relevance
1299 uint16_t ud_crc_table[256] = { variable1340 crc = ud_crc_table[(crc >> 8 ^ *addr++) & 0xff] ^ (crc<<8); in ud_crc()
1141 static uint16_t ud_crc_table[256] = { variable1182 crc = ud_crc_table[(crc >> 8 ^ *addr++) & 0xff] ^ (crc<<8); in ud_crc()