Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\bitops.h Create Date:2022-07-28 05:34:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hweight_long

Proto:static __always_inline unsigned long hweight_long(unsigned long w)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longw
72  Return If size of w == 4 Then returns the hamming weight of a N-bit word(w) Else returns the hamming weight of a N-bit word(w)
Caller
NameDescribe
__bitmap_weight
bitmap_weight