taglinefilesource code
crc_32_tab263arch/i386/boot/compressed/misc.cc = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8);
crc_32_tab280arch/i386/boot/compressed/misc.cc = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8);
crc_32_tab633drivers/block/rd.cc = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8);
crc_32_tab1004lib/inflate.cstatic ulg crc_32_tab[256];
crc_32_tab1031lib/inflate.ccrc_32_tab[0] = 0;
crc_32_tab1042lib/inflate.ccrc_32_tab[i] = c;