Go to the source code of this file.
Macros | |
#define | crc_n4(crc, data, table) |
#define | crc_n4d(crc, data, table) |
#define | CRC_TABLE_CRC32 crc_table_crc32 |
#define | crcsm_n4d(crc, data, table) |
#define crc_n4 | ( | crc, | |
data, | |||
table | |||
) |
Definition at line 45 of file FastCRCsw.cpp.
#define crc_n4d | ( | crc, | |
data, | |||
table | |||
) |
Definition at line 87 of file FastCRCsw.cpp.
#define CRC_TABLE_CRC32 crc_table_crc32 |
CRC32 Alias CRC-32/ADCCP, PKZIP, Ethernet, 802.3
data | Pointer to Data |
datalen | Length of Data |
Definition at line 108 of file FastCRCsw.cpp.
#define crcsm_n4d | ( | crc, | |
data, | |||
table | |||
) |
Definition at line 92 of file FastCRCsw.cpp.