Function report |
Source Code:arch\x86\include\asm\bitops.h |
Create Date:2022-07-28 05:34:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__fls: find last set bit in word*@word: The word to search* Undefined if no set bit exists, so code should check against 0 first.
Proto:static __always_inline unsigned long __fls(unsigned long word)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | word |
263 | asm("bsr %1,%0":"=r"(word):"rm"(word)) |
266 | Return word |
Name | Describe |
---|---|
find_last_bit | |
int_sqrt | _sqrt - computes the integer square root*@x: integer of which to calculate the sqrt* Computes: floor(sqrt(x)) |
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 |