Searched refs:sec (Results 1 - 25 of 65) sorted by relevance

123

/barrelfish-master/usr/bench/bomp_benchmark/
H A Dwtime.c31 static uint64_t sec = 0; local
35 if (sec == 0) sec = tsc;
36 *t = (tsc - sec);
/barrelfish-master/include/lwip2/lwip/apps/
H A Dsntp_opts.h49 * Define SNTP_SET_SYSTEM_TIME_US(sec, us) to set the time in microseconds instead of this one
53 #define SNTP_SET_SYSTEM_TIME(sec) LWIP_UNUSED_ARG(sec)
146 #define SNTP_GET_SYSTEM_TIME(sec, us) do { (sec) = 0; (us) = 0; } while(0)
/barrelfish-master/kernel/arch/x86/
H A Drtc.c63 uint8_t sec, min, hr; local
72 sec = _rtc_read(&rtc, lpc_rtc_seconds );
79 t->sec = sec;
83 t->sec = (sec / 16) * 10 + sec % 16;
107 printf("%02hhu:%02hhu:%02hhu\n", t->hr, t->min, t->sec);
/barrelfish-master/usr/drivers/rtc/
H A Drtc.c70 uint8_t sec, min, hr; local
82 sec = _rtc_read(&rtc, lpc_rtc_seconds );
89 t->sec = sec;
93 t->sec = (sec / 16) * 10 + sec % 16;
111 printf("%02hhu:%02hhu:%02hhu\n", t->hr, t->min, t->sec);
H A Drtc.h32 uint8_t sec; /**< current second */ member in struct:rtc_time
H A Dmain.c38 (uintptr_t)time.sec);
/barrelfish-master/tools/usbboot/
H A Dtrusted.S2 .arch_extension sec
/barrelfish-master/include/sys/
H A Dtime.h54 time_t sec; member in struct:bintime
66 _bt->sec++;
77 _bt->sec++;
78 _bt->sec += _bt2->sec;
89 _bt->sec--;
90 _bt->sec -= _bt2->sec;
100 _bt->sec *= _x;
101 _bt->sec
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dktime.h65 s32 sec, nsec; member in struct:ktime::__anon766
67 s32 nsec, sec;
153 * that the tv.sec field is negative and the tv.nsec field is greater
157 * tv.sec < 0 and 0 >= tv.nsec < NSEC_PER_SEC
160 /* Set a ktime_t variable to a value in sec/nsec representation: */
163 return (ktime_t) { .tv = { .sec = secs, .nsec = nsecs } };
202 * tv.sec ++;
236 return (ktime_t) { .tv = { .sec = (s32)ts.tv_sec,
248 return (ktime_t) { .tv = { .sec = (s32)tv.tv_sec,
261 return (struct timespec) { .tv_sec = (time_t) kt.tv.sec,
[all...]
/barrelfish-master/kernel/include/arch/x86/
H A Drtc.h30 uint8_t sec; /**< current second */ member in struct:rtc_time
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A DMakefile27 CHAPTERS = $(ROOTFILE).tex intro-sec.tex database-sec.tex knowbase-sec.tex \
28 multiuser-sec.tex backwards-sec.tex
H A Dmanual.tex76 \include {intro-sec}
79 \include {database-sec}
82 \include {knowbase-sec}
85 \include {multiuser-sec}
88 \include {backwards-sec}
91 % \include {profile-sec}
H A Dintro-sec.tex23 % File : intro-sec.tex
101 is given in chapter \ref{database-sec}.
107 deductive relations is given in chapter \ref{knowbase-sec}.
112 see chapter \ref{knowbase-sec}.
/barrelfish-master/tools/fof/
H A DIntroLanguage.tex12 Section~\ref{sec:fof_syntax_core}. This core is extended by several
14 the language, as described in Section~\ref{sec:fof_syntax_constructs}.
20 (Section~\ref{sec:semantics_core}). In
21 Section~\ref{sec:semantics_constructs}, we gather the per-construct
23 Section~\ref{sec:semantics_machinery}, we build the machinery to
H A DFutureWork.tex17 \item[Paka terms with real holes:] in Section~\ref{sec:il_paka_paka},
21 Chapter~\ref{sec:il_paka_optimizer}, we have seen that the optimizer
/barrelfish-master/usr/bench/vfs/
H A Dvfs_bench.c59 double sec = (double) ms / 1000.0; local
63 double kibps = kibibytes_written / sec;
66 kibibytes_written, mebibytes_written, cycles, ms, sec, kibps);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds2_enc.c154 unsigned char sequence[4],*p,*sec,*act; local
161 sec=s->s2->write_key;
168 sec=s->s2->read_key;
179 EVP_DigestUpdate(&c,sec,
/barrelfish-master/lib/openssl-1.0.0d/
H A DMakefile.bak607 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
608 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
611 --section=$$sec --center=OpenSSL \
613 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
617 (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
619 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
624 sec
[all...]
H A DMakefile.org605 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
606 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
609 --section=$$sec --center=OpenSSL \
611 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
615 (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
617 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
622 sec
[all...]
H A DMakefile607 sec=`$(PERL) util/extract-section.pl 1 < $$i`; \
608 echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
611 --section=$$sec --center=OpenSSL \
613 > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
617 (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \
619 PLATFORM=$(PLATFORM) $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \
624 sec
[all...]
/barrelfish-master/usr/arrakismon/
H A Dlpc.c398 uint8_t sec = bcd2bin(l->rtc_prim_ram.u.seconds);
407 sec++;
408 if (sec >= 60) {
409 sec = 0;
434 l->rtc_prim_ram.u.seconds = bin2bcd(sec);
781 lpc_rtc_get_time_bcd (struct lpc *l, uint8_t *hour, uint8_t *min, uint8_t *sec) argument
789 if (sec != NULL) {
790 *sec = l->rtc_prim_ram.u.seconds;
/barrelfish-master/usr/vmkitmon/
H A Dlpc.c407 uint8_t sec = bcd2bin(l->rtc_prim_ram.u.seconds); local
416 sec++;
417 if (sec >= 60) {
418 sec = 0;
443 l->rtc_prim_ram.u.seconds = bin2bcd(sec);
787 lpc_rtc_get_time_bcd (struct lpc *l, uint8_t *hour, uint8_t *min, uint8_t *sec) argument
795 if (sec != NULL) {
796 *sec = l->rtc_prim_ram.u.seconds;
/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_sign.c72 static int def_time_cb(struct TS_resp_ctx *, void *, long *sec, long *usec);
112 long *sec, long *usec)
124 *sec = tv.tv_sec;
134 long *sec, long *usec)
146 *sec = (long) t;
610 long sec, usec; local
623 if (!(*ctx->time_cb)(ctx, ctx->time_cb_data, &sec, &usec)
625 sec, usec,
951 long sec, long usec, unsigned precision)
953 time_t time_sec = (time_t) sec;
111 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) argument
133 def_time_cb(struct TS_resp_ctx *ctx, void *data, long *sec, long *usec) argument
950 TS_RESP_set_genTime_with_precision(ASN1_GENERALIZEDTIME *asn1_time, long sec, long usec, unsigned precision) argument
[all...]
/barrelfish-master/doc/011-idc/
H A DIDC.tex56 \section{Interface definition language}\label{sec:idl}
152 described in Section~\ref{sec:lang:alias}.
155 described in Section~\ref{sec:lang:typedef}.
160 and described in Section~\ref{sec:lang:message}.
164 and described in Section~\ref{sec:lang:rpc}.
172 \subsection{Transparent type alias}\label{sec:lang:alias}
182 \subsection{Type definition}\label{sec:lang:typedef}
231 \subsection{Simple message}\label{sec:lang:message}
270 \subsection{RPC}\label{sec:lang:rpc}
291 (described in Section~\ref{sec
[all...]
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembjava.tex63 Section \ref{sec:ji-getting-started} is intended to get you started
65 \ref{sec:ji-closer-look} gives a brief overview of the functionality
72 \ref{sec:ji-terms-in-java}).
74 computation in Java (Section \ref{sec:ji-calling-goals}).
76 (Section \ref{sec:ji-using-queue-streams}).
77 \item Initialise and terminate different kinds of connections between {\eclipse} and Java. (Section \ref{sec:ji-managing-eclipse-connections}).
92 \label{sec:ji-getting-started}
146 \label{sec:ji-testing-ji}
167 \ref{sec:ji-closer-look}.
170 \label{sec
[all...]

Completed in 132 milliseconds

123