Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:34:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_store_range
Proto:static noinline void check_store_range(struct xarray *xa)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa |
1442 | __check_store_range(xa, i, j) |
1443 | __check_store_range(xa, 128 + i, 128 + j) |
1444 | __check_store_range(xa, 4095 + i, 4095 + j) |
1445 | __check_store_range(xa, 4096 + i, 4096 + j) |
1446 | __check_store_range(xa, 123456 + i, 123456 + j) |
1447 | __check_store_range(xa, (1 << 24) + i, (1 << 24) + j) |
Name | Describe |
---|---|
xarray_checks |
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 |