Searched refs:crctab (Results 1 – 1 of 1) sorted by relevance
1095 static const uint32_t crctab[] = { in ether_crc32_le() local1108 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le()1109 crc = (crc >> 4) ^ crctab[crc & 0xf]; in ether_crc32_le()