函数逻辑报告 |
Source Code:include\linux\bitmap.h |
Create Date:2022-07-27 06:38:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:map_get_value8 - get an 8-bit value within a memory region*@map: address to the bitmap memory region*@start: bit offset of the 8-bit value; must be a multiple of 8* Returns the 8-bit value located at the @start bit offset within the @src* memory region.
函数原型:static inline unsigned long bitmap_get_value8(const unsigned long *map, unsigned long start)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
const unsigned long * | map | |
unsigned long | start |
522 | offset等于start取模BITS_PER_LONG |
名称 | 描述 |
---|---|
find_next_clump8 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |