Searched refs:crc_32_tab (Results 1 – 2 of 2) sorted by relevance
6 static const u32 crc_32_tab[] = variable62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8))
50 UInt32 []crc_32_tab = new UInt32[256] field in LZF.NET.CLZF108 return crc_32_tab[(OldCRC & 0xff) ^ NewData] ^ (OldCRC >> 8); in crc32()