函数逻辑报告 |
Source Code:lib\vsprintf.c |
Create Date:2022-07-27 07:09:14 |
Last Modify:2022-05-21 09:47:42 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.
函数原型:static __attribute__((__noinline__)) unsigned put_dec_helper4(char *buf, unsigned x)
返回类型:unsigned
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
unsigned | x |
293 | put_dec_full4(buf, x - q * 10000) |
294 | 返回:q |
名称 | 描述 |
---|---|
put_dec | Based on code by Douglas W. Jones found at* |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |