Function report |
Source Code:lib\bitmap.c |
Create Date:2022-07-28 06:20:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bitmap_parse_region
Proto:static const char *bitmap_parse_region(const char *str, struct region *r)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str | |
struct region * | r |
592 | str = bitmap_getnum(str, & start) |
596 | If end_of_region( * str) Then Go to no_end |
602 | str = bitmap_getnum(str + 1, & end) |
606 | If end_of_region( * str) Then Go to no_pattern |
612 | str = bitmap_getnum(str + 1, & off) |
619 | Return bitmap_getnum(str + 1, & group_len) |
621 | no_end : |
623 | no_pattern : |
627 | Return If end_of_str( * str) Then NULL Else str |
Name | Describe |
---|---|
bitmap_parselist | map_parselist - convert list format ASCII string to bitmap*@buf: read user string from this buffer; must be terminated* with a \0 or \n |
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 |