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

/linux-4.4.14/arch/x86/boot/tools/
H A Dbuild.c63 static const u32 crctab32[] = { variable
120 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8); partial_crc32_one()
/linux-4.4.14/scripts/genksyms/
H A Dgenksyms.c77 static const unsigned int crctab32[] = { variable
134 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8); partial_crc32_one()

Completed in 84 milliseconds