Function report |
Source Code:lib\vsprintf.c |
Create Date:2022-07-28 06:11:57 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:put_dec_full4
Proto:static void put_dec_full4(char *buf, unsigned r)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
unsigned | r |
276 | buf += 2 |
Name | Describe |
---|---|
put_dec_helper4 | Call put_dec_full4 on x % 10000, return x / 10000.* The approximation x/10000 == (x * 0x346DC5D7) >> 43* holds for all x < 1,128,869,999. The largest value this* helper will ever be asked to convert is 1,125,520,955. |
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 |