Searched refs:dfu_crc32_table (Results 1 – 1 of 1) sorted by relevance
51 static uint32_t dfu_crc32_table[] = { variable104 return dfu_crc32_table[(accum ^ delta) & 0xff] ^ (accum >> 8); in crc32_byte()