Function report |
Source Code:scripts\dtc\libfdt\fdt.c |
Create Date:2022-07-28 06:18:15 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_block_
Proto:static int check_block_(uint32_t hdrsize, uint32_t totalsize, uint32_t base, uint32_t size)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| uint32_t | hdrsize | |
| uint32_t | totalsize | |
| uint32_t | base | |
| uint32_t | size |
| 45 | If Not check_off_(hdrsize, totalsize, base) Then Return 0 |
| 49 | If Not check_off_(hdrsize, totalsize, base + size) Then Return 0 |
| 51 | Return 1 |
| 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 |