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:div_s64_rem - signed 64bit divide with 64bit divisor and remainder*@dividend: 64bit dividend*@divisor: 64bit divisor*@remainder: 64bit remainder
Proto:s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder)
Type:s64
Parameter:
Type | Parameter | Name |
---|---|---|
s64 | dividend | |
s32 | divisor | |
s32 * | remainder |
75 | If dividend < 0 Then |
80 | Else |
85 | Return quotient |
Name | Describe |
---|---|
second_overflow | his routine handles the overflow of the microsecond field* The tricky bits of code to handle the accurate clock support* were provided by Dave Mills (Mills@UDEL.EDU) of NTP fame.* They were originally developed for SUN and DEC kernels. |
time64_to_tm | me64_to_tm - converts the calendar time to local broken-down time*@totalsecs the number of seconds elapsed since 00:00:00 on January 1, 1970,* Coordinated Universal Time (UTC) |
div_s64 | div_s64 - signed 64bit divide with 32bit divisor*@dividend: signed 64bit dividend*@divisor: signed 32bit divisor |
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 |