Function report |
Source Code:arch\x86\include\asm\pvclock.h |
Create Date:2022-07-28 08:44:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Scale a 64-bit delta by scaling and multiplying by a 32-bit fraction,* yielding a 64-bit result.
Proto:static inline u64 pvclock_scale_delta(u64 delta, unsigned int mul_frac, int shift)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | delta | |
unsigned int | mul_frac | |
int | shift |
68 | __asm__("mulq %[mul_frac] ; shrd $32, %[hi], %[lo]":[lo]"=a"(product), [hi]"=d"(tmp):"0"(delta), [mul_frac]"rm"((u64)mul_frac)) |
78 | Return product |
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 |