Searched refs:crc_xor (Results 1 – 1 of 1) sorted by relevance
477 crc_xor[256]; in CRC32() local501 crc_xor[j]=alpha; in CRC32()507 crc=crc_xor[(crc ^ message[i]) & 0xff] ^ (crc >> 8); in CRC32()