crc_32_tab        133 arch/alpha/boot/misc.c 		c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8);
crc_32_tab        143 arch/nios2/boot/compressed/misc.c 		c = crc_32_tab[((int)c ^ ch) & 0xff] ^ (c >> 8);
crc_32_tab       1137 lib/inflate.c  static ulg crc_32_tab[256];
crc_32_tab       1164 lib/inflate.c    crc_32_tab[0] = 0;
crc_32_tab       1175 lib/inflate.c      crc_32_tab[i] = c;