HomeSort by: relevance | last modified time | path
    Searched defs:rtime (Results 1 - 17 of 17) sorted by relevancy

  /src/games/trek/
events.c 64 double rtime; local
111 rtime = xdate - Now.date;
114 Now.resource -= Now.klings * rtime;
473 rtime = 1.0 - exp(-Param.regenfac * Move.time);
474 Ship.shield += (Param.shield - Ship.shield) * rtime;
475 Ship.energy += (Param.energy - Ship.energy) * rtime;
  /src/external/gpl3/binutils/dist/gprofng/src/
Ovw_data.cc 195 timestruc_t sum, rtime; local
215 //XXX: Compute values[0] as rtime - sum_of(other_times)
225 // If the sum of all times is greater than rtime then adjust
226 // rtime to be equal to sum and also adjust the pr_rtime field
227 hr2timestruc (&rtime, prusage->pr_rtime);
228 if (tscmp (&sum, &rtime) > 0)
235 ovw_item->total.t = rtime;
236 tssub (&rtime, &rtime, &sum);
237 tsadd (&values[0].t, &rtime);
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Ovw_data.cc 195 timestruc_t sum, rtime; local
215 //XXX: Compute values[0] as rtime - sum_of(other_times)
225 // If the sum of all times is greater than rtime then adjust
226 // rtime to be equal to sum and also adjust the pr_rtime field
227 hr2timestruc (&rtime, prusage->pr_rtime);
228 if (tscmp (&sum, &rtime) > 0)
235 ovw_item->total.t = rtime;
236 tssub (&rtime, &rtime, &sum);
237 tsadd (&values[0].t, &rtime);
    [all...]
  /src/usr.sbin/timed/timed/
readmsg.c 55 struct timeval rtime, rwait, rtout; variable in typeref:struct:timeval
177 (void)gettimeofday(&rtime, 0);
178 timersub(&rtout, &rtime, &rwait);
  /src/external/bsd/unbound/dist/dnstap/
dnstap.c 496 struct timeval rtime; local
501 gettimeofday(&rtime, NULL);
507 dt_fill_timeval(&rtime,
588 const struct timeval *rtime,
623 dt_fill_timeval(rtime,
  /src/external/mpl/bind/dist/lib/dns/include/dns/
dnstap.h 104 isc_time_t rtime; member in struct:dns_dtdata
269 isc_region_t *zone, isc_time_t *qtime, isc_time_t *rtime,
279 * uncompressed wire format), 'qtime' and 'rtime' (query and response
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
dnstap.h 104 isc_time_t rtime; member in struct:dns_dtdata
269 isc_time_t *qtime, isc_time_t *rtime, isc_buffer_t *buf);
278 * uncompressed wire format), 'qtime' and 'rtime' (query and response
  /src/usr.sbin/fwctl/
fwdv.c 283 double rtime; local
431 rtime = end.tv_sec - start.tv_sec
434 frames, rtime, frames/rtime);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_warc.c 92 time_t rtime; member in struct:__anon7118
201 wi.rtime = w->now;
242 rh.rtime = w->now;
392 xstrftime(tgt, "WARC-Date: %Y-%m-%dT%H:%M:%SZ\r\n", hdr.rtime);
archive_read_support_format_warc.c 226 time_t rtime; local
281 rtime = _warc_rdrtm(buf, eoh - buf);
282 if (rtime == (time_t)-1) {
339 /* snarf mtime or deduce from rtime
344 mtime = rtime;
373 /* rtime is the new ctime, mtime stays mtime */
374 archive_entry_set_ctime(entry, rtime, 0L);
  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 883 struct timeval rtime; local
885 gettimeofday(&rtime, NULL);
898 dt_fill_timeval(&rtime,
  /src/lib/libpam/modules/pam_krb5/
pam_krb5.c 136 const char *rtime; local
203 if ((rtime = openpam_get_option(pamh, PAM_OPT_RENEWABLE)) != NULL) {
207 if (*rtime) {
208 (void)strlcpy(rbuf, rtime, sizeof(rbuf));
209 rtime = rbuf;
215 rtime = "1 month";
216 renew = parse_time(rtime, "s");
  /src/sbin/routed/
output.c 840 struct timeval rtime; local
844 intvl_random(&rtime, MIN_WAITTIME, MAX_WAITTIME);
845 no_flash = rtime;
853 rtime.tv_sec + ((float)rtime.tv_usec)/1000000.0);
  /src/usr.bin/ftp/
util.c 697 time_t rtime; local
701 rtime = -1;
753 rtime = timegm(&timebuf);
754 if (rtime == -1) {
762 timestr, (LLT)rtime,
763 rfc2822time(localtime(&rtime)));
775 if (rtime == -1)
777 return (rtime);
  /src/external/gpl3/gdb/dist/gdb/nat/
linux-osdata.c 1148 TIME_T stime, rtime, ctime; local
1155 &stime, &rtime, &ctime);
1173 time_from_time_t (rtime_str, sizeof (rtime_str), rtime);
  /src/external/gpl3/gdb.old/dist/gdb/nat/
linux-osdata.c 1148 TIME_T stime, rtime, ctime; local
1155 &stime, &rtime, &ctime);
1173 time_from_time_t (rtime_str, sizeof (rtime_str), rtime);
  /src/usr.sbin/mtrace/
mtrace.c 86 u_long rtime; /* Time response was received */ member in struct:resp_buf
597 save->rtime = ((tr.tv_sec + JAN_1970) << 16) +
690 base.rtime = ((tr.tv_sec + JAN_1970) << 16) +
1058 u_long resptime = new->rtime;
1432 base.rtime = 0;
1572 if (base.rtime == 0) {
1589 printf("Round trip time %d ms\n\n", t_diff(base.rtime, base.qtime));

Completed in 38 milliseconds