Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\checksum.c Create Date:2022-07-28 07:16:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:from32to16

Proto:static inline unsigned short from32to16(unsigned int x)

Type:unsigned short

Parameter:

TypeParameterName
unsigned intx
40  x = (x & 0xffff) + (x >> 16)
42  x = (x & 0xffff) + (x >> 16)
43  Return x
Caller
NameDescribe
do_csum