Home
last modified time | relevance | path

Searched refs:crctab (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/net/
H A Dpcnet.c527 #define CRC(crc, ch) (crc = (crc >> 8) ^ crctab[(crc ^ (ch)) & 0xff])
533 static const uint32_t crctab[256] = { variable