Home
last modified time | relevance | path

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

/freebsd/sys/dev/sbni/
H A Dif_sbnivar.h151 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00ffffff))
H A Dif_sbni.c123 static u_int32_t crc32tab[]; variable
1181 static u_int32_t crc32tab[] __aligned(8) = { variable