Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:map_print_to_pagebuf - convert bitmap to list or hex format ASCII string*@list: indicates whether the bitmap must be list*@buf: page aligned buffer into which string is placed*@maskp: pointer to bitmap to convert*@nmaskbits: size of bitmap, in bits*
Proto:int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, int nmaskbits)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
bool | list | |
char * | buf | |
const unsigned long * | maskp | |
int | nmaskbits |
505 | len = PAGE_SIZE - offset_in_page(buf) |
Name | Describe |
---|---|
dump_primes |
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 |