Function report |
Source Code:lib\math\div64.c |
Create Date:2022-07-28 06:43:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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
Proto:u64 div64_u64_rem(u64 dividend, u64 divisor, u64 *remainder)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | dividend | |
u64 | divisor | |
u64 * | remainder |
107 | If high == 0 Then |
111 | Else |
125 | Return quot |
Name | Describe |
---|---|
___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. |
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 |