函数逻辑报告 |
Source Code:lib\math\div64.c |
Create Date:2022-07-27 07:40:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:div64_u64_rem - unsigned 64bit divide with 64bit divisor and remainder*@dividend: 64bit dividend*@divisor: 64bit divisor*@remainder: 64bit remainder* This implementation is a comparable to algorithm used by div64_u64
函数原型:u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | dividend | |
u64 | divisor | |
u64 * | remainder |
107 | 如果high恒等于0则 |
111 | 否则 |
125 | 返回:quot |
名称 | 描述 |
---|---|
___bpf_prog_run | __bpf_prog_run - run eBPF program on a given context*@regs: is the array of MAX_BPF_EXT_REG eBPF pseudo-registers*@insn: is the array of eBPF instructions*@stack: is the eBPF storage stack* Decode and execute eBPF instructions. |
scale64_check_overflow | Scale base by mult/div checking for overflow |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |