Function report |
Source Code:lib\test_bitmap.c |
Create Date:2022-07-28 06:32:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__check_eq_pbl
Proto:static bool __init __check_eq_pbl(const char *srcfile, unsigned int line, const char *expected_pbl, const unsigned long *bitmap, unsigned int nbits)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | srcfile | |
unsigned int | line | |
const char * | expected_pbl | |
const unsigned long * | bitmap | |
unsigned int | nbits |
91 | If strcmp(expected_pbl, pbl_buffer) Then |
92 | pr_warn("[%s:%u] expected \"%s\", got \"%s\"\n", srcfile, line, expected_pbl, pbl_buffer) |
95 | Return false |
97 | Return true |
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 |