Function report |
Source Code:include\linux\math64.h |
Create Date:2022-07-28 05:34:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mul_u64_u32_div
Proto:static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | a | |
u32 | mul | |
u32 | divisor |
270 | ll = mul_u32_u32(low, mul) |
271 | ll = mul_u32_u32(high, mul) + high |
274 | high = do_div() is NOT a C function(ll, divisor) |
280 | Return ll |
Name | Describe |
---|---|
adjust_historical_crosststamp | adjust_historical_crosststamp - adjust crosstimestamp previous to current interval*@history: Snapshot representing start of history*@partial_history_cycles: Cycle offset into history (fractional part)*@total_history_cycles: Total history length in |
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 |