Home
last modified time | relevance | path

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

/linux/arch/x86/boot/tools/
H A Dbuild.c54 static const u32 crctab32[] = { variable
111 return crctab32[(crc ^ c) & 0xff] ^ (crc >> 8); in partial_crc32_one()