Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:12:00 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:special_hex_number
Proto:static __attribute__((__noinline__)) char *special_hex_number(char *buf, char *end, unsigned long long num, int size)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
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 |
Name | Describe |
---|---|
symbol_string | |
netdev_bits | |
address_val |
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 |