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_u64_shr
Proto:static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | a | |
u64 | b | |
unsigned int | shift |
227 | ll = mul_u32_u32(low, low) |
228 | ll = mul_u32_u32(low, high) |
229 | ll = mul_u32_u32(high, low) |
230 | ll = mul_u32_u32(high, high) |
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 |