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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dsbni.h135 #define CRC32(c,crc) (crc32tab[((size_t)(crc) ^ (c)) & 0xff] ^ (((crc) >> 8) & 0x00FFFFFF))
H A Dsbni.c161 static u32 crc32tab[]; variable
1572 "movl $crc32tab, %%edi\n"
1654 static u32 crc32tab[] __attribute__ ((aligned(8))) = { variable

Completed in 81 milliseconds