函数逻辑报告 |
Source Code:lib\test_bitmap.c |
Create Date:2022-07-27 07:30:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__check_eq_bitmap
函数原型:static bool __init __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | srcfile | |
unsigned int | line | |
const unsigned long * | exp_bmap | |
const unsigned long * | bmap | |
unsigned int | nbits |
76 | 如果非bitmap_equal(exp_bmap, bmap, nbits)则 |
77 | 打印警告信息("[%s:%u] bitmaps contents differ: expected \"%*pbl\", got \"%*pbl\"\n", srcfile, line, nbits, exp_bmap, nbits, bmap) |
80 | 返回:false |
82 | 返回:true |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |