Searched refs:CRCPOLY (Results 1 – 1 of 1) sorted by relevance
59 #define CRCPOLY 0xA001 macro1276 r = (r >> 1) ^ CRCPOLY; in MakeCrcTable()