Searched refs:rtime (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dthreads_windows.c180 ULARGE_INTEGER rtime; local
187 rtime.LowPart = filetime.dwLowDateTime;
188 rtime.HighPart = filetime.dwHighDateTime;
189 rtime.QuadPart -= epoch_time;
190 cur_time_ns.tv_sec = (long)(rtime.QuadPart / 10000000);
191 cur_time_ns.tv_nsec = (long)((rtime.QuadPart % 10000000)*100);
H A Dwindows_usb.c2049 ULARGE_INTEGER rtime; local
2080 rtime.LowPart = filetime.dwLowDateTime;
2081 rtime.HighPart = filetime.dwHighDateTime;
2082 rtime.QuadPart -= epoch_time;
2083 tp->tv_sec = (long)(rtime.QuadPart / 10000000);
2084 tp->tv_nsec = (long)((rtime.QuadPart % 10000000)*100);
/macosx-10.10.1/remote_cmds-47/timed.tproj/timed.tproj/
H A Dreadmsg.c58 struct timeval rtime, rwait, rtout; variable in typeref:struct:timeval
182 (void)gettimeofday(&rtime, 0);
183 timevalsub(&rwait, &rtout, &rtime);
/macosx-10.10.1/lukemftp-14/tnftp/src/
H A Dutil.c710 time_t rtime; local
714 rtime = -1;
766 rtime = timegm(&timebuf);
767 if (rtime == -1) {
774 timestr, (LLT)rtime,
775 rfc2822time(localtime(&rtime)));
786 if (rtime == -1)
788 return (rtime);
/macosx-10.10.1/Chess-310.6/sjeng/
H A Dproof.c1036 xstart_time = rtime ();
1105 while ((rdifftime (rtime (), xstart_time) < pn_time) && !interrupt()
1330 xstart_time = rtime ();
1413 if ((rdifftime (rtime (), xstart_time) > pn_time) && !interrupt())
1424 printf("Time : %f\n", (float)rdifftime(rtime(), xstart_time)/100.);
1582 xstart_time = rtime();
1606 if ((rdifftime (rtime (), xstart_time) > pn_time))
H A Dprotos.h79 rtime_t rtime (void);
H A Dsjeng.c508 xstart_time = rtime();
511 printf("Time : %.2f\n", (float)rdifftime(rtime(), xstart_time)/100.);
828 start_time = rtime();
H A Dutils.c637 elapsed = rdifftime (rtime (), start_time);
670 time1 = rtime ();
672 time2 = rtime ();
814 rtime_t rtime (void) { function
H A Dsearch.c292 else if (((rdifftime (rtime (), start_time) >= time_for_move)) && (i_depth > 1))
503 else if (((rdifftime (rtime (), start_time) >= time_for_move)) && (i_depth > 1))
1497 start_time = rtime ();
1689 elapsed = rdifftime (rtime (), start_time);
1880 elapsed = rdifftime (rtime (), start_time);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dget_in_tkt.c201 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime));
202 if (a->req_body.rtime == NULL) {
207 *a->req_body.rtime = creds->times.renew_till;
H A Dinit_creds_pw.c728 a->req_body.rtime = malloc(sizeof(*a->req_body.rtime));
729 if (a->req_body.rtime == NULL) {
734 *a->req_body.rtime = creds->times.renew_till;
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A DpmCPU.c104 uint64_t ctime, rtime, itime; local
129 rtime = ctime - my_cpu->cpu_ixtime;
131 my_cpu->cpu_rtime_total += rtime;
132 machine_classify_interval(rtime, &my_cpu->cpu_rtimes[0], &cpu_rtime_bins[0], CPU_RTIME_BINS);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dpage583 pluginmgr::rtime
598 pluginmgr::rtime
/macosx-10.10.1/apache-793/httpd/modules/http/
H A Dhttp_protocol.c490 apr_int64_t rtime, reqtime; local
508 rtime = apr_time_sec(apr_date_parse_http(if_range));
510 if (rtime == mtime) {
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Dkerberos5.c2325 if(b->rtime == NULL){
2326 ALLOC(b->rtime);
2327 *b->rtime = 0;
2329 if(*b->rtime < *b->till)
2330 *b->rtime = *b->till;
2332 if(f.renewable && b->rtime){
2333 t = *b->rtime;
H A Dkrb5tgs.c472 _kdc_fix_time(&b->rtime);
473 *et->renew_till = *b->rtime;
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntploopwatch1642 local($rtime) = &timelocal($sec,$min,$hour,$mday,$mon,$year, 0,0, 0);
1644 ;# $rtime may be off if daylight savings time is in effect at given date
1645 return $rtime + ($sec - int($sec))
1646 if $hour == (localtime($rtime))[$[+2];
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcterm.vim34 syn keyword ctermFunction rmdir rtime run runx scrollback send
H A Dmupad.vim133 syn keyword mupadFunction text2int text2list text2tbl rtime time
/macosx-10.10.1/apr-32/apr-util/apr-util/memcache/
H A Dapr_memcache.c1617 else mc_do_stat(rusage_user, rtime)
1618 else mc_do_stat(rusage_system, rtime)
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dkrb5.h1089 krb5_timestamp rtime; /* (optional) requested renew_till */ member in struct:_krb5_kdc_req
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-krb5.h1065 mit_krb5_timestamp rtime; /* (optional) requested renew_till */ member in struct:_mit_krb5_kdc_req
/macosx-10.10.1/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h1091 krb5_timestamp rtime; /* (optional) requested renew_till */ member in struct:_krb5_kdc_req

Completed in 254 milliseconds