函数逻辑报告 |
Source Code:include\linux\bitops.h |
Create Date:2022-07-27 06:38:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__ffs64 - find first set bit in a 64 bit word*@word: The 64 bit word* On 64 bit arches this is a synomyn for __ffs* The result is not defined if no bits are set, so check that @word* is non-zero before calling this.
函数原型:static inline unsigned long __ffs64(u64 word)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | word |
223 | 如果word恒等于0UL则返回:在字中找到第一个指定位加32 |
228 | 返回:在字中找到第一个指定位 |
名称 | 描述 |
---|---|
print_mtrr_state |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |