Go to the source code of this file.
|
__externC cyg_uint32 | cyg_posix_crc32 (unsigned char *s, int len) |
|
__externC cyg_uint32 | cyg_crc32 (unsigned char *s, int len) |
|
__externC cyg_uint32 | cyg_crc32_accumulate (cyg_uint32 crc, unsigned char *s, int len) |
|
__externC cyg_uint32 | cyg_ether_crc32 (unsigned char *s, int len) |
|
__externC cyg_uint32 | cyg_ether_crc32_accumulate (cyg_uint32 crc, unsigned char *s, int len) |
|
__externC cyg_uint16 | cyg_crc16 (unsigned char *s, int len) |
|
__externC cyg_uint16 | cyg_crc16_accumulate (cyg_uint16 crc, unsigned char *s, int len) |
|