Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/boot/tools/
A Dbuild.c73 static const u32 crctab32[] = { variable
130 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8); in partial_crc32_one()
/linux-6.3-rc2/scripts/genksyms/
A Dgenksyms.c65 static const unsigned int crctab32[] = { variable
122 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8); in partial_crc32_one()

Completed in 7 milliseconds