Function report |
Source Code:include\linux\log2.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:-constant log of base 2 calculators* - the arch may override these in asm/bitops.h if they can be implemented* more efficiently than using fls() and fls64()* - the arch is not required to handle n==0 if implementing the fallback
Proto:static inline __attribute__((const)) int __ilog2_u32(u32 n)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | n |
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 |