函数逻辑报告 |
Source Code:lib\vsprintf.c |
Create Date:2022-07-27 07:09:17 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:special_hex_number
函数原型:static __attribute__((__noinline__)) char *special_hex_number(char *buf, char *end, unsigned long long num, int size)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
char * | end | |
unsigned long long | num | |
int | size |
544 | width of output field 等于2加2乘size |
545 | flags to number() 等于prefix hex with "0x", octal with "0" 按位或use lowercase in hex (must be 32 == 0x20) 按位或pad with zero, must be 16 == '0' - ' ' |
546 | number base, 8, 10 or 16 only 等于16 |
547 | # of digits/chars 等于负1 |
名称 | 描述 |
---|---|
symbol_string | |
netdev_bits | |
address_val |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |