函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\crc32.c Create Date:2022-07-27 07:52:50
Last Modify:2020-03-16 11:24:07 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:crc32_be

函数原型:u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)

返回类型:u32

参数:

类型参数名称
u32crc
unsigned char const *p
size_tlen
342  返回:rc32_be_generic() - Calculate bitwise big-endian Ethernet AUTODIN II CRC32*@crc: seed value for computation
调用者
名称描述
crc32_test
sw842_compresssw842_compress* Compress the uncompressed buffer of length @ilen at @in to the output buffer*@out, using no more than @olen bytes, using the 842 compression format
sw842_decompresssw842_decompress* Decompress the 842-compressed buffer of length @ilen at @in* to the output buffer @out, using no more than @olen bytes.* The compressed buffer must be only a single 842-compressed buffer,