函数逻辑报告 |
Source Code:scripts\dtc\libfdt\fdt_sw.c |
Create Date:2022-07-27 07:16:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:fdt_find_add_string_
函数原型:static int fdt_find_add_string_(void *fdt, const char *s, int *allocated)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | fdt | |
const char * | s | |
int * | allocated |
270 | strtab等于fdt加fdt_totalsize(fdt) |
271 | strtabsize等于fdt_size_dt_strings(fdt) |
274 | allocated等于0 |
276 | p等于fdt_find_string_(strtab - strtabsize, strtabsize, s) |
280 | allocated等于1 |
282 | 返回:fdt_add_string_(fdt, s) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |