Function report |
Source Code:lib\crc32.c |
Create Date:2022-07-28 06:55:46 |
Last Modify:2020-03-16 11:24:07 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mplements slicing-by-4 or slicing-by-8 algorithm
Proto:static inline u32 __pure crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256])
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | crc | |
unsigned char const * | buf | |
size_t | len | |
const u32 (* | tab |
85 | If Value for the false possibility is greater at compile time((long)buf & 3 && len) Then |
117 | If len Then |
123 | Do |
128 | Return crc |
Name | Describe |
---|---|
crc32_le_generic | rc32_le_generic() - Calculate bitwise little-endian Ethernet AUTODIN II* CRC32/CRC32C*@crc: seed value for computation |
crc32_be_generic | rc32_be_generic() - Calculate bitwise big-endian Ethernet AUTODIN II CRC32*@crc: seed value for computation |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |