taglinefilesource code
crc_32_tab161zBoot/misc.cextern ulg crc_32_tab[];   /* crc table, defined below */
crc_32_tab181zBoot/misc.cc = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
crc_32_tab247zBoot/misc.culg crc_32_tab[256];
crc_32_tab267zBoot/misc.ccrc_32_tab[0] = 0;
crc_32_tab278zBoot/misc.ccrc_32_tab[i] = c;