Function report |
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 activity | Download SCCT | Chinese |
Name:hweight_long
Proto:static __always_inline unsigned long hweight_long(unsigned long w)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | w |
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) |
Name | Describe |
---|---|
__bitmap_weight | |
bitmap_weight |
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 |