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:fls_long
Proto:static inline unsigned fls_long(unsigned long l)
Type:unsigned
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | l |
Name | Describe |
---|---|
array_map_alloc | |
workingset_init | |
get_count_order_long | get_count_order_long - get order after rounding @l up to power of 2*@l: parameter* it is same as get_count_order() but with long type parameter |
__roundup_pow_of_two | __roundup_pow_of_two() - round up to nearest power of two*@n: value to round up |
__rounddown_pow_of_two | __rounddown_pow_of_two() - round down to nearest power of two*@n: value to round down |
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 |