Function report |
Source Code:scripts\dtc\libfdt\fdt_ro.c |
Create Date:2022-07-28 06:18:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fdt_supernode_atdepth_offset
Proto:int fdt_supernode_atdepth_offset(const void *fdt, int nodeoffset, int supernodedepth, int *nodedepth)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | fdt | |
int | nodeoffset | |
int | supernodedepth | |
int * | nodedepth |
580 | If supernodedepth < 0 Then Return -Error codes: informative error codes |
583 | When offset >= 0 && offset <= nodeoffset cycle |
586 | If depth == supernodedepth Then supernodeoffset = offset |
589 | If offset == nodeoffset Then |
593 | If supernodedepth > depth Then Return -Error codes: informative error codes |
595 | Else Return supernodeoffset |
600 | If offset == -Error codes: informative error codes || offset >= 0 Then Return -Error codes: codes for bad parameters |
605 | Return offset |
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 |