Searched refs:time (Results 51 - 75 of 381) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/tommath/etc/
H A Dmont.c15 srand(time(NULL));
/barrelfish-2018-10-04/include/barrelfish/
H A Ddeferred.h28 systime_t time; ///< System time for event member in struct:deferred_event
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtimeouts.h88 u32_t time; member in struct:sys_timeo
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/des/
H A Denc_writ.c60 #include <time.h>
87 extern unsigned long time();
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddeferred.c37 ds->wakeup = dg->deferred_events->time;
42 * \brief Returns the system time when the current dispatcher was last dispatched
54 event->time = 0;
76 // determine absolute time for event
77 event->time = systime_now() + ns_to_systime((uint64_t)delay * 1000);
81 if (e == NULL || e->time > event->time) {
217 for (e = dg->deferred_events; e != NULL && e->time <= now; e = e->next) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_asn1.c105 ASN1_INTEGER time; member in struct:ssl_session_asn1_st
211 if (in->time != 0L)
213 a.time.length=LSIZE2;
214 a.time.type=V_ASN1_INTEGER;
215 a.time.data=ibuf3;
216 ASN1_INTEGER_set(&(a.time),in->time);
282 if (in->time != 0L)
283 M_ASN1_I2D_len_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1);
324 if (in->time !
[all...]
/barrelfish-2018-10-04/usr/tests/devif/
H A Decho.c12 #include <time.h>
139 double time = ((double) end-start)/(tsc_per_ms*1000); local
141 ((double)bytes*8)/(1000*1000*time), time);
142 printf("Num packets/s %f \n", (double) 1000000/time);
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-lst.tex55 \item[del_tup(?TupleTerm)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
57 \item[del_tup(+RelationName, ?Tuple)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
59 \item[del_tup(+RelationName, ?Tuple, +Selection)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
77 \item[retr_tup(?TupleTerm)]{Tuple at a time retrieval. On backtracking the next tuple is retrieved.}
79 \item[retr_tup(+RelationName, ?Tuple)]{Tuple at a time retrieval. On backtracking the next tuple is retrieved.}
81 \item[retr_tup(+RelationName, ?Tuple, +Selection)]{Tuple at a time retrieval. On backtracking the next tuple is retrieved.}
/barrelfish-2018-10-04/lib/openssl-1.0.0d/MacOS/
H A DRandomizer.cpp56 time of day (in seconds) and an uninitialized local variable
57 to seed the random number generator. The time of day is known
66 application which launches at startup time, since the screen
80 -- TIMING: On the 601 PowerPC the time base register is guaranteed
92 The time from machine startup to the launch of an application in
97 due to disk seek time variability. The distribution of startup
104 a second or more relative to machine startup time. Entropy >~22
107 Machine startup time is available with a 1-second resolution. It
109 people who show up punctually to work at the same time and
112 the same time ever
421 long time = SysTimer(); local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbfspeed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbnspeed.c79 #include <time.h>
158 ret=((double)(tend.time-tstart.time))+((double)i)/1000.0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/
H A Dcast_spd.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2speed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/
H A Drc4speed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5speed.c77 #include <time.h>
168 ret=((double)(tend.time-tstart.time))+((double)i)/1e3;
/barrelfish-2018-10-04/lib/libc/sys/
H A D__vdso_gettimeofday.c30 #include <sys/time.h>
33 #include <time.h>
50 * Calculate the absolute or boot-relative time from the
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dtrace.h65 hrtime_t time; member in struct:__anon1647
91 events[theader.entries % MAX_EVENTS].time = now; \
/barrelfish-2018-10-04/usr/eclipseclp/Usc/src/
H A Dusc.c22 #include <sys/time.h>
71 #include <sys/time.h>
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dchrono.cpp14 #include <sys/time.h> //for gettimeofday and timeval
22 #include <time.h> // clock_gettime, CLOCK_MONOTONIC
70 // are run time constants supplied by the OS. This clock has no relationship
/barrelfish-2018-10-04/tools/harness/machines/
H A Dgem5.py14 import os, signal, tempfile, subprocess, shutil, time namespace
41 # give gem5 tests enough time to complete: skb initialization takes
76 time.sleep(GEM5_START_TIMEOUT)
/barrelfish-2018-10-04/lib/libc/gen/
H A Dtimezone.c37 #include <sys/time.h>
47 * The arguments are the number of minutes of time you are westward
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dxprintf_hexdump.c34 #include <sys/time.h>
H A Dxprintf_vis.c36 #include <sys/time.h>
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumscalendar.tex35 The library represents time points as {\em Modified Julian Dates} (MJD).
41 Note that you can also use fractional MJDs to denote the time of day.
42 Then every time point has a unique floating point representation!
54 time of day (UTC/GMT). This can be added to an integral day number
56 \item[mjd_to_time(+MJD, -H:M:S)] returns the time of day (UTC/GMT)
78 \item[unix_to_mjd(+UnixSec, -MJD)] convert the UNIX time representation
80 \item[mjd_now(-MJD)] returns the current date/time as (float) MJD.
97 What date and time is it now?
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Da_digest.c60 #include <time.h>

Completed in 390 milliseconds

1234567891011>>