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_bitmap
Proto:static bool __init __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits)
Type:bool
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const char * | srcfile | |
| unsigned int | line | |
| const unsigned long * | exp_bmap | |
| const unsigned long * | bmap | |
| unsigned int | nbits |
| 76 | If Not bitmap_equal(exp_bmap, bmap, nbits) Then |
| 77 | pr_warn("[%s:%u] bitmaps contents differ: expected \"%*pbl\", got \"%*pbl\"\n", srcfile, line, nbits, exp_bmap, nbits, bmap) |
| 80 | Return false |
| 82 | 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 |