函数逻辑报告 |
Source Code:lib\test_bitmap.c |
Create Date:2022-07-27 07:30:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:test_zero_clear
函数原型:static void __init test_zero_clear(void)
返回类型:void
参数:无
178 | DECLARE_BITMAP(查找文件中的块号, 1024) |
183 | expect_eq_pbl("0-22", 查找文件中的块号, 23) |
184 | expect_eq_pbl("0-1023", 查找文件中的块号, 1024) |
187 | bitmap_clear(查找文件中的块号, 0, 9) |
188 | expect_eq_pbl("9-1023", 查找文件中的块号, 1024) |
190 | bitmap_zero(查找文件中的块号, 35) |
191 | expect_eq_pbl("64-1023", 查找文件中的块号, 1024) |
194 | bitmap_clear(查找文件中的块号, 79, 19) |
195 | expect_eq_pbl("64-78,98-1023", 查找文件中的块号, 1024) |
197 | bitmap_zero(查找文件中的块号, 115) |
198 | expect_eq_pbl("128-1023", 查找文件中的块号, 1024) |
201 | bitmap_zero(查找文件中的块号, 1024) |
202 | expect_eq_pbl("", 查找文件中的块号, 1024) |
名称 | 描述 |
---|---|
selftest |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |