Searched refs:crc_table (Results 1 – 2 of 2) sorted by relevance
583 static const uint32_t crc_table[256] = { variable628 crc = (crc_table[tbl_idx] ^ (crc >> 8)) & 0xffffffff; in btstack_crc32_update()
82 crc_table = [ variable480 crc = crc_table[crc ^ data[i]]