Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 955) sorted by relevance

12345678910>>...39

/dragonfly/sys/dev/drm/amd/display/modules/stats/
H A Dstats.c85 struct stats_time_cache *time; member
148 if (core_stats->time == NULL) in mod_stats_create()
175 kfree(core_stats->time); in mod_stats_create()
189 if (core_stats->time != NULL) in mod_stats_destroy()
190 kfree(core_stats->time); in mod_stats_destroy()
217 time = core_stats->time; in mod_stats_dump()
267 time[time_index].flags); in mod_stats_dump()
287 memset(core_stats->time, 0, in mod_stats_reset_data()
347 time = core_stats->time; in mod_stats_update_flip()
392 time = core_stats->time; in mod_stats_update_vupdate()
[all …]
/dragonfly/contrib/gdb-7/include/gdb/
H A Dsignals.def46 SET (GDB_SIGNAL_XCPU, 24, "SIGXCPU", "CPU time limit exceeded")
69 SET (GDB_SIGNAL_REALTIME_33, 45, "SIG33", "Real-time event 33")
70 SET (GDB_SIGNAL_REALTIME_34, 46, "SIG34", "Real-time event 34")
71 SET (GDB_SIGNAL_REALTIME_35, 47, "SIG35", "Real-time event 35")
72 SET (GDB_SIGNAL_REALTIME_36, 48, "SIG36", "Real-time event 36")
73 SET (GDB_SIGNAL_REALTIME_37, 49, "SIG37", "Real-time event 37")
74 SET (GDB_SIGNAL_REALTIME_38, 50, "SIG38", "Real-time event 38")
75 SET (GDB_SIGNAL_REALTIME_39, 51, "SIG39", "Real-time event 39")
76 SET (GDB_SIGNAL_REALTIME_40, 52, "SIG40", "Real-time event 40")
77 SET (GDB_SIGNAL_REALTIME_41, 53, "SIG41", "Real-time event 41")
[all …]
/dragonfly/sys/kern/
H A Dkern_systimer.c72 sysclock_t time = *timep; in systimer_intr() local
85 if ((ssysclock_t)(info->time - time) > 0) { in systimer_intr()
86 cputimer_intr_reload(info->time - time); in systimer_intr()
120 info->time += info->periodic; in systimer_intr()
122 (ssysclock_t)(info->time - time) <= 0 in systimer_intr()
124 info->time += roundup(time - info->time, info->periodic); in systimer_intr()
154 if (scan1 == NULL || (ssysclock_t)(scan1->time - info->time) > 0) { in systimer_add()
169 if ((ssysclock_t)(scan1->time - info->time) >= 0) { in systimer_add()
173 if ((ssysclock_t)(scan2->time - info->time) < 0) { in systimer_add()
184 if ((ssysclock_t)(scan1->time - info->time) > 0) { in systimer_add()
[all …]
H A Dkern_uuid.c63 } time; member
103 uint64_t time = 0x01B21DD213814000LL; in uuid_time() local
115 uint64_t time; in kern_uuidgen() local
121 time = uuid_time(); in kern_uuidgen()
128 } else if (uuid_last.time.ll >= time) { in kern_uuidgen()
135 uuid_last.time.ll = (time + count - 1) & ((1LL << 60) - 1LL); in kern_uuidgen()
144 uuid.time.x.low = (uint32_t)time; in kern_uuidgen()
145 uuid.time.x.mid = (uint16_t)(time >> 32); in kern_uuidgen()
146 uuid.time.x.hi = ((uint16_t)(time >> 48) & 0xfff) | (1 << 12); in kern_uuidgen()
148 time++; in kern_uuidgen()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dpex-unix.c133 if (time == NULL) in pex_wait()
139 if (time != NULL) in pex_wait()
160 if (time != NULL) in pex_wait()
174 if (time == NULL) in pex_wait()
213 struct pex_time time; member
231 if (time != NULL) in pex_wait()
232 *time = p->time; in pex_wait()
248 if (time != NULL) in pex_wait()
284 if (time != NULL) in pex_wait()
285 *time = pt; in pex_wait()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dpex-unix.c132 if (time == NULL) in pex_wait()
138 if (time != NULL) in pex_wait()
159 if (time != NULL) in pex_wait()
173 if (time == NULL) in pex_wait()
212 struct pex_time time; member
230 if (time != NULL) in pex_wait()
231 *time = p->time; in pex_wait()
247 if (time != NULL) in pex_wait()
283 if (time != NULL) in pex_wait()
284 *time = pt; in pex_wait()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dpex-unix.c130 if (time == NULL) in pex_wait()
136 if (time != NULL) in pex_wait()
157 if (time != NULL) in pex_wait()
171 if (time == NULL) in pex_wait()
210 struct pex_time time; member
228 if (time != NULL) in pex_wait()
229 *time = p->time; in pex_wait()
245 if (time != NULL) in pex_wait()
281 if (time != NULL) in pex_wait()
282 *time = pt; in pex_wait()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dpex-unix.c132 if (time == NULL) in pex_wait()
138 if (time != NULL) in pex_wait()
159 if (time != NULL) in pex_wait()
173 if (time == NULL) in pex_wait()
212 struct pex_time time; member
230 if (time != NULL) in pex_wait()
231 *time = p->time; in pex_wait()
247 if (time != NULL) in pex_wait()
283 if (time != NULL) in pex_wait()
284 *time = pt; in pex_wait()
[all …]
/dragonfly/games/trek/
H A Dwarp.c74 double time; in warp() local
106 time = dist / speed; in warp()
109 percent = 100 * time / Now.time + 0.5; in warp()
121 time *= frac; in warp()
127 Move.time = move(fl, course, time, speed); in warp()
130 dist = Move.time * speed; in warp()
153 time = (Ship.warp - 8.0) * dist * (franf() + 1.0); in warp()
154 Now.date += time; in warp()
161 Event[i].date += time; in warp()
167 time = Now.date; in warp()
[all …]
H A Dimpulse.c47 double dist, time; in impulse() local
70 time = dist / 0.095; in impulse()
71 percent = 100 * time / Now.time + 0.5; in impulse()
79 Move.time = move(0, course, time, 0.095); in impulse()
80 Ship.energy -= 20 + 100 * Move.time * 0.095; in impulse()
H A Dmove.c74 move(int ramflag, int course, double time, double speed) in move() argument
90 ramflag, course, time, speed); in move()
119 if (time > evtime && Etc.nkling < 3) { in move()
122 time = evtime; in move()
125 dist = time * speed; in move()
212 time = dist / speed; in move()
213 if (evtime > time) { in move()
215 time = evtime; in move()
222 return (time); in move()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dpex-unix.c132 if (time == NULL) in pex_wait()
138 if (time != NULL) in pex_wait()
159 if (time != NULL) in pex_wait()
173 if (time == NULL) in pex_wait()
212 struct pex_time time; member
230 if (time != NULL) in pex_wait()
231 *time = p->time; in pex_wait()
247 if (time != NULL) in pex_wait()
283 if (time != NULL) in pex_wait()
284 *time = pt; in pex_wait()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dtimezone12 >20 belong 0 \b, no gmt time flags
13 >20 belong 1 \b, 1 gmt time flag
14 >20 belong >1 \b, %d gmt time flags
15 >24 belong 0 \b, no std time flags
16 >24 belong 1 \b, 1 std time flag
17 >24 belong >1 \b, %d std time flags
22 >32 belong 1 \b, 1 transition time
24 >36 belong 0 \b, no local time types
25 >36 belong 1 \b, 1 local time type
26 >36 belong >1 \b, %d local time types
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_benchmark.c76 unsigned int time, in radeon_benchmark_log_results() argument
80 unsigned int throughput = (n * (size >> 10)) / time; in radeon_benchmark_log_results()
83 kind, n, size >> 10, sdomain, ddomain, time, in radeon_benchmark_log_results()
94 int time; in radeon_benchmark_move() local
123 time = radeon_benchmark_do_move(rdev, size, saddr, daddr, in radeon_benchmark_move()
126 if (time < 0) in radeon_benchmark_move()
128 if (time > 0) in radeon_benchmark_move()
129 radeon_benchmark_log_results(n, size, time, in radeon_benchmark_move()
137 if (time < 0) in radeon_benchmark_move()
139 if (time > 0) in radeon_benchmark_move()
[all …]
/dragonfly/games/atc/
H A Dlog.c67 return (b->time - a->time); in compar()
159 &score[num_scores].time, in log_score()
184 thisscore.time = clck; in log_score()
186 thisscore.real_time = time(0) - start_time; in log_score()
192 if (thisscore.time > score[i].time) { in log_score()
193 score[i].time = thisscore.time; in log_score()
205 if (thisscore.time > score[i].time) { in log_score()
236 score[i].time, score[i].real_time); in log_score()
265 score[i].time, timestr(score[i].real_time), in log_score()
/dragonfly/share/zoneinfo/
H A Dasia601 # time. Some areas remained on standard Xinjiang time or Beijing time and
623 # not be using Beijing time, but some local time.)
627 # https://content.time.com/time/magazine/article/0,9171,960684,00.html
1249 # today to advance East Timor's time by one hour. The time change,
1284 # (local) time, dropped its time ball on Greenwich (ocean navigator's) time,
1364 # Indonesia, <http://time.kim.lipi.go.id/time-eng.php> (2006-09-29).
2359 # time belt).
2391 # time belt.
2444 # time.
2898 # at 02:00 standard time, not at 00:00 local time as in the rest of
[all …]
H A DREADME8 data that represent the history of local time for many representative
10 changes made by political bodies to time zone boundaries, UTC offsets,
13 See <https://www.iana.org/time-zones/repository/tz-link.html> or the
25 This database of historical local time information has several goals:
27 * Provide a compendium of data about the history of civil time that
30 * Give an idea of the variety of local time rules that have existed
33 * Test the generality of the local time rule description system.
35 The information in the time zone data files is by no means authoritative;
40 time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz;
43 for testing work, and to Gwillim Law for checking local mean time data.
[all …]
H A Deurope483 # (no summer time)
626 # 2:00 standard time, e.g. 3:00 local time. However there are no
1218 # (summer time) and "talveaeg" (winter time).
1838 # time of 2nd time zone (Moscow time minus one hour). On the territory of Latvia
2023 # time would be calculated as the standard time of the second time belt
2529 # winter time standard and return Russia 11 time zones. The new
2749 # time.
2811 # time in Moscow.
3141 # (fifth time belt being UTC+5+1(decree time)
3142 # / UTC+5+1(decree time)+1(summer time)) ...
[all …]
H A Dnorthamerica32 # lines between time zones. The key individual who made time zones
56 # That 1883 transition occurred at 12:00 new time, not at 12:00 old time.
250 # Yukon standard time
261 # Samoa standard time
428 # was high noon Banner time, it was 11 a.m. Tennessean time."
658 # Alaska time (including daylight saving time) starting next year.
1275 # UTC Standard time Daylight saving time
1355 # time and daylight saving time arrangements in Canada circa 1998.
1852 # time was noted.
2599 # time..."
[all …]
H A Dafrica558 # https://www.timeanddate.com/news/time/mauritius-daylight-saving-time.html
613 # beginning / ending of summer time is 2 o'clock standard time in the
784 # start date, start time of day, end date, and end time of day XXX.
834 # to standard time at 03:00 on Saturday, June 28, 2014 local time.... DST
1192 # https://www.nbc.na/news/na-passes-namibia-time-bill-repealing-1994-namibia-time-act.8665
1195 # https://www.timeanddate.com/news/time/namibia-new-time-zone.html
1198 # Before the change, summer and winter time were both standard time legally.
1264 # was the local mean time. On 1st January, 1914, standard time for the whole of
1273 # "The expression 'Standard time' means standard time as used in Nigeria:
1479 # 1h standard time.
[all …]
H A Dantarctica14 # Unless otherwise specified, we have no time zone information.
52 # https://www.timeanddate.com/news/time/antarctica-new-times.html
67 # https://www.timeanddate.com/news/time/antartica-time-changes-2010.html
79 # time change back and forth between UTC+8 and UTC+11 for Casey:
131 # These locations employ Region of Magallanes time; use
248 # time as Moscow, Russia.
252 # what they had to say about time there:
321 # at that time (1957). (Source: Siple's book 90 Degrees South.)
326 # We use the same time as McMurdo does.
327 # And they use the same time as Christchurch, NZ does....
[all …]
/dragonfly/usr.sbin/ac/
H A Dac.c57 struct timeval time; member
66 struct timeval time; member
181 timeradd(&up->time, &secs, &up->time); in update_user()
201 up->time = secs; in update_user()
274 show(lp->user, lp->time); in show_users()
297 timersub(&today, &lp->time, &diff); in show_today()
300 lp->time = today; in show_today()
303 timeradd(&total, &up->time, &total); in show_today()
305 timerclear(&up->time); in show_today()
400 lp->time = up->ut_tv; in log_in()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-inline-analysis.c628 new_entry.time = time; in account_size_time()
635 e->time += time; in account_size_time()
844 info->time = 0; in reset_inline_summary()
1035 info->time = 0; in inline_node_duplication_hook()
2049 time = (time + CGRAPH_FREQ_BASE / 2) / CGRAPH_FREQ_BASE; in estimate_function_body_sizes()
2340 time += e->time; in estimate_node_size_and_time()
2347 time += e->time * prob / REG_BR_PROB_BASE; in estimate_node_size_and_time()
2357 time = (time + INLINE_TIME_SCALE / 2) / INLINE_TIME_SCALE; in estimate_node_size_and_time()
2687 info->size += e->size, info->time += e->time; in inline_merge_summary()
2716 int time; in do_estimate_edge_time() local
[all …]
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_benchmark.c62 unsigned int time, in amdgpu_benchmark_log_results() argument
66 unsigned int throughput = (n * (size >> 10)) / time; in amdgpu_benchmark_log_results()
69 kind, n, size >> 10, sdomain, ddomain, time, in amdgpu_benchmark_log_results()
81 int time; in amdgpu_benchmark_move() local
130 time = amdgpu_benchmark_do_move(adev, size, saddr, daddr, n); in amdgpu_benchmark_move()
131 if (time < 0) in amdgpu_benchmark_move()
133 if (time > 0) in amdgpu_benchmark_move()
134 amdgpu_benchmark_log_results(n, size, time, in amdgpu_benchmark_move()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Deloop_win.c34 struct os_reltime time; member
247 if (os_get_reltime(&timeout->time) < 0) { in eloop_register_timeout()
251 now_sec = timeout->time.sec; in eloop_register_timeout()
252 timeout->time.sec += secs; in eloop_register_timeout()
253 if (timeout->time.sec < now_sec) { in eloop_register_timeout()
263 timeout->time.usec += usecs; in eloop_register_timeout()
264 while (timeout->time.usec >= 1000000) { in eloop_register_timeout()
265 timeout->time.sec++; in eloop_register_timeout()
266 timeout->time.usec -= 1000000; in eloop_register_timeout()
274 if (os_reltime_before(&timeout->time, &tmp->time)) { in eloop_register_timeout()
[all …]

12345678910>>...39