Home
last modified time | relevance | path

Searched refs:micro_second (Results 1 – 25 of 47) sorted by relevance

12

/dports/lang/seed7/seed7/lib/
H A Dduration.s7i293 aDuration1.micro_second = aDuration2.micro_second;
690 sum.micro_second := aDuration1.micro_second + aDuration2.micro_second;
713 difference.micro_second := aDuration1.micro_second - aDuration2.micro_second;
779 aDuration.micro_second +:= delta.micro_second;
799 aDuration.micro_second -:= delta.micro_second;
815 tim.micro_second +:= aDuration.micro_second;
831 tim.micro_second -:= aDuration.micro_second;
850 laterTime.micro_second := tim.micro_second + aDuration.micro_second;
871 formerTimer.micro_second := tim.micro_second - aDuration.micro_second;
897 dur_val.micro_second := tim2.micro_second - tim1.micro_second;
[all …]
H A Dtime.s7i402 aTime1.micro_second = aTime2.micro_second;
417 aTime1.micro_second <> aTime2.micro_second;
447 if aTime1.micro_second <= aTime2.micro_second then
486 if aTime1.micro_second >= aTime2.micro_second then
550 elsif aTime1.micro_second < aTime2.micro_second then
552 elsif aTime1.micro_second > aTime2.micro_second then
565 aTime.micro_second;
783 tim.micro_second := tim.micro_second mod 1000000;
1034 randomTime.micro_second := rand(low.micro_second, high.micro_second);
1036 randomTime.micro_second := rand(low.micro_second, 999999);
[all …]
H A Dosfiles.s7i37 inout integer: minute, inout integer: second, inout integer: micro_second,
42 inout integer: minute, inout integer: second, inout integer: micro_second,
47 inout integer: minute, inout integer: second, inout integer: micro_second,
52 in integer: micro_second, in integer: timeZone) is action "CMD_SET_ATIME";
56 in integer: micro_second, in integer: timeZone) is action "CMD_SET_MTIME";
185 accessTime.micro_second, accessTime.timeZone,
206 changeTime.micro_second, changeTime.timeZone,
227 modificationTime.micro_second, modificationTime.timeZone,
247 aTime.micro_second, aTime.timeZone);
266 aTime.micro_second, aTime.timeZone);
/dports/lang/seed7/seed7/src/
H A Dsql_lite.c792 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
835 if (second != 0 || micro_second != 0) { in sqlBindDuration()
836 if (second == 0 && micro_second < 0) { in sqlBindDuration()
841 if (micro_second != 0) { in sqlBindDuration()
1112 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
1137 if (micro_second == 0) { in sqlBindTime()
1146 } else if (micro_second == 0) { in sqlBindTime()
1529 *micro_second = 0; in sqlColumnDuration()
1583 *micro_second = -*micro_second; in sqlColumnDuration()
1877 *micro_second = 0; in sqlColumnTime()
[all …]
H A Dsql_rtl.c218 intType minute, intType second, intType micro_second) in sqlBindDuration() argument
226 hour, minute, second, micro_second);); in sqlBindDuration()
236 hour, minute, second, micro_second);); in sqlBindDuration()
380 intType minute, intType second, intType micro_second, in sqlBindTime() argument
390 hour, minute, second, micro_second, in sqlBindTime()
402 hour, minute, second, micro_second, in sqlBindTime()
623 intType *minute, intType *second, intType *micro_second) in sqlColumnDuration() argument
645 *micro_second);); in sqlColumnDuration()
784 intType *minute, intType *second, intType *micro_second, in sqlColumnTime() argument
800 micro_second, time_zone, is_dst); in sqlColumnTime()
[all …]
H A Dsql_rtl.h42 intType minute, intType second, intType micro_second);
60 intType *minute, intType *second, intType *micro_second);
66 intType *minute, intType *second, intType *micro_second,
H A Dsql_drv.h45 intType minute, intType second, intType micro_second);
63 intType *minute, intType *second, intType *micro_second);
69 intType *minute, intType *second, intType *micro_second,
H A Dsql_post.c1361 intType *micro_second) in getTimestamp1970() argument
1365 *micro_second = timestamp % 1000000; in getTimestamp1970()
1367 if (*micro_second != 0) { in getTimestamp1970()
1368 *micro_second += 1000000; in getTimestamp1970()
1670 intType minute, intType second, intType micro_second) in sqlBindDuration() argument
1694 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
1707 (int64Type) micro_second; in sqlBindDuration()
2020 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
2584 *micro_second = 0; in sqlColumnDuration()
3001 *micro_second = 0; in sqlColumnTime()
[all …]
H A Dsql_my.c1140 intType minute, intType second, intType micro_second) in sqlBindDuration() argument
1166 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
1188 (int64Type) micro_second; in sqlBindDuration()
1400 intType minute, intType second, intType micro_second, in sqlBindTime() argument
1416 hour, minute, second, micro_second, in sqlBindTime()
1426 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
1858 *micro_second = 0; in sqlColumnDuration()
1875 *micro_second = 0; in sqlColumnDuration()
1898 *micro_second = -*micro_second; in sqlColumnDuration()
2229 *micro_second = 0; in sqlColumnTime()
[all …]
H A Dsql_cli.c3265 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
3807 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
3885 second == 0 && micro_second == 0 && in sqlBindTime()
4395 *micro_second = 0; in sqlColumnDuration()
4425 *micro_second = 0; in sqlColumnDuration()
4487 *micro_second = -*micro_second; in sqlColumnDuration()
4517 *micro_second = 0; in sqlColumnDuration()
4532 *micro_second = 0; in sqlColumnDuration()
4918 *micro_second = 0; in sqlColumnTime()
4939 *micro_second = 0; in sqlColumnTime()
[all …]
H A Dsql_tds.c1379 intType minute, intType second, intType micro_second) in sqlBindDuration() argument
1400 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
1499 intType minute, intType second, intType micro_second, in sqlBindTime() argument
1514 hour, minute, second, micro_second, in sqlBindTime()
1524 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
1541 if (micro_second == 0) { in sqlBindTime()
1545 micro_second); in sqlBindTime()
1892 intType *minute, intType *second, intType *micro_second) in sqlColumnDuration() argument
1925 *micro_second = 0; in sqlColumnDuration()
2205 intType *minute, intType *second, intType *micro_second, in sqlColumnTime() argument
[all …]
H A Dsql_fire.c1696 intType minute, intType second, intType micro_second) in sqlBindDuration() argument
1721 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
2143 intType minute, intType second, intType micro_second, in sqlBindTime() argument
2160 hour, minute, second, micro_second, in sqlBindTime()
2171 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
2698 *micro_second = 0; in sqlColumnDuration()
2716 *micro_second = 0; in sqlColumnDuration()
2726 *micro_second = 0; in sqlColumnDuration()
2736 *micro_second = 0; in sqlColumnDuration()
3077 *micro_second = 0; in sqlColumnTime()
[all …]
H A Dsql_oci.c2791 intType minute, intType second, intType micro_second) in sqlBindDuration() argument
2815 micro_second <= -1000000 || micro_second >= 1000000)) { in sqlBindDuration()
2893 (sb4) micro_second, in sqlBindDuration()
3190 intType minute, intType second, intType micro_second, in sqlBindTime() argument
3217 micro_second < 0 || micro_second >= 1000000)) { in sqlBindTime()
3661 *micro_second = 0; in sqlColumnDuration()
3688 *micro_second = 0; in sqlColumnDuration()
3711 *micro_second = ociFsec; in sqlColumnDuration()
4043 *micro_second = 0; in sqlColumnTime()
4068 *micro_second = 0; in sqlColumnTime()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer.cc80 uint32 micro_second = 0; in GetTimeInMilliSecond() local
81 Clock::GetTimeOfDay(&second, &micro_second); in GetTimeInMilliSecond()
82 return second * 1000 + micro_second / 1000; in GetTimeInMilliSecond()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer.cc80 uint32 micro_second = 0; in GetTimeInMilliSecond() local
81 Clock::GetTimeOfDay(&second, &micro_second); in GetTimeInMilliSecond()
82 return second * 1000 + micro_second / 1000; in GetTimeInMilliSecond()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer.cc80 uint32 micro_second = 0; in GetTimeInMilliSecond() local
81 Clock::GetTimeOfDay(&second, &micro_second); in GetTimeInMilliSecond()
82 return second * 1000 + micro_second / 1000; in GetTimeInMilliSecond()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer.cc80 uint32 micro_second = 0; in GetTimeInMilliSecond() local
81 Clock::GetTimeOfDay(&second, &micro_second); in GetTimeInMilliSecond()
82 return second * 1000 + micro_second / 1000; in GetTimeInMilliSecond()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer.cc80 uint32 micro_second = 0; in GetTimeInMilliSecond() local
81 Clock::GetTimeOfDay(&second, &micro_second); in GetTimeInMilliSecond()
82 return second * 1000 + micro_second / 1000; in GetTimeInMilliSecond()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/session/
H A Dsession_usage_observer.cc80 uint32 micro_second = 0; in GetTimeInMilliSecond() local
81 Clock::GetTimeOfDay(&second, &micro_second); in GetTimeInMilliSecond()
82 return second * 1000 + micro_second / 1000; in GetTimeInMilliSecond()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/include/
H A Derl_memory_trace_parser.h101 usgnd_int_32 micro_second; member
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/include/
H A Derl_memory_trace_parser.h101 usgnd_int_32 micro_second; member
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/include/
H A Derl_memory_trace_parser.h101 usgnd_int_32 micro_second; member
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/include/
H A Derl_memory_trace_parser.h101 usgnd_int_32 micro_second; member
/dports/lang/erlang/otp-OTP-24.1.7/erts/include/
H A Derl_memory_trace_parser.h101 usgnd_int_32 micro_second; member
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/include/
H A Derl_memory_trace_parser.h101 usgnd_int_32 micro_second; member

12