taglinefilesource code
crc_32_tab135zBoot/misc.cextern ulg crc_32_tab[];   /* crc table, defined below */
crc_32_tab155zBoot/misc.cc = crc_32_tab[((int)c ^ (*s++)) & 0xff] ^ (c >> 8);
crc_32_tab221zBoot/misc.culg crc_32_tab[256];
crc_32_tab241zBoot/misc.ccrc_32_tab[0] = 0;
crc_32_tab252zBoot/misc.ccrc_32_tab[i] = c;