crctab32           63 arch/x86/boot/tools/build.c static const u32 crctab32[] = {
crctab32          120 arch/x86/boot/tools/build.c 	return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8);
crctab32           65 scripts/genksyms/genksyms.c static const unsigned int crctab32[] = {
crctab32          122 scripts/genksyms/genksyms.c 	return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8);