Searched refs:CRCTable (Results 1 – 1 of 1) sorted by relevance
169 static const UINT32 CRCTable[256] = { variable222 crc = ((crc >> 8) & 0xFFFFFF) ^ CRCTable[((crc ^ *data) & 0xFF)]; in ne_crc()