Home
last modified time | relevance | path

Searched refs:tv_sec (Results 76 – 100 of 25956) sorted by relevance

12345678910>>...1039

/dports/databases/postgresql11-docs/postgresql-11.14/src/include/portability/
H A Dinstr_time.h93 (x).tv_sec += (y).tv_sec; \
99 (x).tv_sec++; \
105 (x).tv_sec -= (y).tv_sec; \
111 (x).tv_sec--; \
117 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
123 (x).tv_sec--; \
128 (x).tv_sec++; \
157 (x).tv_sec += (y).tv_sec; \
163 (x).tv_sec++; \
169 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/include/portability/
H A Dinstr_time.h93 (x).tv_sec += (y).tv_sec; \
99 (x).tv_sec++; \
105 (x).tv_sec -= (y).tv_sec; \
111 (x).tv_sec--; \
117 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
123 (x).tv_sec--; \
128 (x).tv_sec++; \
157 (x).tv_sec += (y).tv_sec; \
163 (x).tv_sec++; \
169 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/portability/
H A Dinstr_time.h93 (x).tv_sec += (y).tv_sec; \
99 (x).tv_sec++; \
105 (x).tv_sec -= (y).tv_sec; \
111 (x).tv_sec--; \
117 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
123 (x).tv_sec--; \
128 (x).tv_sec++; \
157 (x).tv_sec += (y).tv_sec; \
163 (x).tv_sec++; \
169 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/portability/
H A Dinstr_time.h93 (x).tv_sec += (y).tv_sec; \
99 (x).tv_sec++; \
105 (x).tv_sec -= (y).tv_sec; \
111 (x).tv_sec--; \
117 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
123 (x).tv_sec--; \
128 (x).tv_sec++; \
157 (x).tv_sec += (y).tv_sec; \
163 (x).tv_sec++; \
169 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/portability/
H A Dinstr_time.h93 (x).tv_sec += (y).tv_sec; \
99 (x).tv_sec++; \
105 (x).tv_sec -= (y).tv_sec; \
111 (x).tv_sec--; \
117 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
123 (x).tv_sec--; \
128 (x).tv_sec++; \
157 (x).tv_sec += (y).tv_sec; \
163 (x).tv_sec++; \
169 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dtimeops.cxx46 tp->tv_sec = t.tv_sec; in clock_gettime()
75 r.tv_sec = t0.tv_sec + static_cast<time_t>(t); in operator +()
92 r.tv_sec -= t1.tv_sec; in operator -()
104 t0.tv_sec -= t1.tv_sec; in operator -=()
112 if (t0.tv_sec == t1.tv_sec) in operator >()
114 else if (t0.tv_sec > t1.tv_sec) in operator >()
129 r.tv_sec = t0.tv_sec + static_cast<time_t>(t); in operator +()
146 r.tv_sec -= t1.tv_sec; in operator -()
158 t0.tv_sec -= t1.tv_sec; in operator -=()
166 if (t0.tv_sec == t1.tv_sec) in operator >()
[all …]
/dports/comms/flcluster/flcluster-1.0.4/src/utils/
H A Dtimeops.cxx48 tp->tv_sec = t.tv_sec; in clock_gettime()
77 r.tv_sec = t0.tv_sec + static_cast<time_t>(t); in operator +()
94 r.tv_sec -= t1.tv_sec; in operator -()
106 t0.tv_sec -= t1.tv_sec; in operator -=()
114 if (t0.tv_sec == t1.tv_sec) in operator >()
116 else if (t0.tv_sec > t1.tv_sec) in operator >()
131 r.tv_sec = t0.tv_sec + static_cast<time_t>(t); in operator +()
148 r.tv_sec -= t1.tv_sec; in operator -()
160 t0.tv_sec -= t1.tv_sec; in operator -=()
168 if (t0.tv_sec == t1.tv_sec) in operator >()
[all …]
/dports/comms/flmsg/flmsg-4.0.19/src/utils/
H A Dtimeops.cxx51 tp->tv_sec = t.tv_sec; in clock_gettime()
80 r.tv_sec = t0.tv_sec + static_cast<time_t>(t); in operator +()
97 r.tv_sec -= t1.tv_sec; in operator -()
109 t0.tv_sec -= t1.tv_sec; in operator -=()
117 if (t0.tv_sec == t1.tv_sec) in operator >()
119 else if (t0.tv_sec > t1.tv_sec) in operator >()
134 r.tv_sec = t0.tv_sec + static_cast<time_t>(t); in operator +()
151 r.tv_sec -= t1.tv_sec; in operator -()
163 t0.tv_sec -= t1.tv_sec; in operator -=()
171 if (t0.tv_sec == t1.tv_sec) in operator >()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/liblog/include/log/
H A Dlog_time.h54 tv_sec = static_cast<uint32_t>(T.tv_sec); in log_time()
70 return (tv_sec == static_cast<uint32_t>(T.tv_sec)) &&
77 return (tv_sec < static_cast<uint32_t>(T.tv_sec)) ||
78 ((tv_sec == static_cast<uint32_t>(T.tv_sec)) &&
85 return (tv_sec > static_cast<uint32_t>(T.tv_sec)) ||
86 ((tv_sec == static_cast<uint32_t>(T.tv_sec)) &&
106 return (tv_sec == T.tv_sec) && (tv_nsec == T.tv_nsec);
112 return (tv_sec < T.tv_sec) ||
113 ((tv_sec == T.tv_sec) && (tv_nsec < T.tv_nsec));
119 return (tv_sec > T.tv_sec) ||
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DTime.cc25 tm->tv_sec = tb.time; in gettimeofday()
41 if (tm.tv_sec - ptm.tv_sec > 3600L) { in Now()
83 tv_sec += tm.tv_sec; in operator +=()
88 tv_sec++; in operator +=()
97 tv_sec -= tm.tv_sec; in operator -=()
102 tv_sec--; in operator -=()
109 tv_sec *= factor; in operator *=()
119 tv_sec--; in operator *=()
163 if (tv_sec < 0) in printInterval()
166 if (tv_sec == 0) in printInterval()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/include/portability/
H A Dinstr_time.h96 (x).tv_sec += (y).tv_sec; \
102 (x).tv_sec++; \
108 (x).tv_sec -= (y).tv_sec; \
114 (x).tv_sec--; \
120 (x).tv_sec += (y).tv_sec - (z).tv_sec; \
126 (x).tv_sec--; \
131 (x).tv_sec++; \
160 (x).tv_sec += (y).tv_sec; \
166 (x).tv_sec++; \
172 (x).tv_sec -= (y).tv_sec; \
[all …]

12345678910>>...1039