Searched refs:crctab32 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/tools/
H A Dbuild.c55 static const u32 crctab32[] = { variable
112 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/genksyms/
H A Dgenksyms.c67 static const unsigned int crctab32[] = { variable
124 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8);

Completed in 65 milliseconds