Searched refs:msec (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/rates/
H A Dtst.switchrate.d47 #pragma D option switchrate=10msec
52 tick-100msec
58 tick-100msec
H A Dtst.aggrate.d48 #pragma D option aggrate=10msec
53 tick-100msec
59 tick-100msec
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.profilemsec.d32 * Simple profile-msec simple test.
41 profile-1msec
43 printf("This test is a simple profile-msec provider test");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tick-n/
H A Dtst.tickmsec.d32 * tick-msec simple test.
41 tick-1msec
43 printf("This test is a simple tick-msec provider test\n");
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.ring1.d53 tick-10msec
60 tick-10msec
66 tick-10msec
H A Dtst.ring3.d62 tick-10msec
68 tick-10msec
74 tick-10msec
H A Dtst.switch1.d46 #pragma D option switchrate=500msec
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scalars/
H A Dtst.localvar.d50 profile:::tick-100msec
H A Dtst.basicvar.d53 profile:::tick-100msec
/freebsd-9.3-release/sys/ofed/include/linux/
H A Djiffies.h38 msecs_to_jiffies(int msec) argument
42 tv.tv_sec = msec / 1000;
43 tv.tv_usec = (msec % 1000) * 1000;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/providers/
H A Dtst.twoprof.d54 profile:::tick-100msec
/freebsd-9.3-release/contrib/ntp/libntp/
H A Duglydate.c23 long msec; local
29 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */
48 msec);
H A Dprettydate.c167 u_int msec; local
175 msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */
176 if (msec >= 1000u) {
177 msec -= 1000u;
193 jd.minute, jd.second, msec);
199 tm->tm_min, tm->tm_sec, msec);
H A Ddofptoa.c17 int msec
65 if (msec) {
H A Ddolfptoa.c18 int msec
60 if (msec) {
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dacksend.c83 long msec; local
94 msec = 200;
111 mstotvround(&twait, msec);
123 msec *= 2;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoff-aux.c113 asection *msec; local
116 msec = h->u.def.section;
118 msec = bfd_ind_section_ptr;
120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
126 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec))
H A Ddwarf1.c265 asection *msec; local
268 msec = bfd_get_section_by_name (stash->abfd, ".line");
269 if (! msec)
272 size = msec->rawsize ? msec->rawsize : msec->size;
278 if (! bfd_get_section_contents (stash->abfd, msec, stash->line_section,
463 asection *msec; local
472 msec = bfd_get_section_by_name (abfd, ".debug");
473 if (! msec)
[all...]
H A Ddwarf2.c321 asection *msec; local
325 msec = bfd_get_section_by_name (abfd, ".debug_str");
326 if (! msec)
334 sz = msec->rawsize ? msec->rawsize : msec->size;
340 if (! bfd_get_section_contents (abfd, msec, stash->dwarf_str_buffer,
435 asection *msec; local
437 msec = bfd_get_section_by_name (abfd, ".debug_abbrev");
438 if (! msec)
983 asection *msec; local
1414 asection *msec; local
2198 asection * msec; local
2392 asection *msec; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.udp.ksh45 profile:::tick-10msec
H A Dtst.icmp.ksh50 profile:::tick-10msec
H A Dtst.tcp.ksh65 profile:::tick-10msec
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dpoll.c128 long msec = -1; local
164 msec = evutil_tv_to_msec_(tv);
165 if (msec < 0 || msec > INT_MAX)
166 msec = INT_MAX;
171 res = poll(event_set, nfds, msec);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_datum.c142 int msec; /* miliseconds */ member in struct:datum_pts_unit
568 datum_pts->msec = 100*((datum_pts->retbuf[5] & 0xf0) >> 4) +
572 datum_pts->usec = 1000*datum_pts->msec;
576 printf("day %d, hour %d, minute %d, second %d, msec %d\n",
581 datum_pts->msec);
770 printf("PTS: day %d, hour %d, minute %d, second %d, msec %d, Time Error %f\n",
775 datum_pts->msec,
/freebsd-9.3-release/contrib/ngatm/sscop/
H A Dcommon.c415 sscop_start_timer(struct sscop *sscop, void *arg __unused, u_int msec, argument
429 if ((t->id = poll_start_timer(msec, 0, tfunc, t)) == -1)
433 evConsTime((time_t)msec/1000, (long)(msec%1000)*1000));

Completed in 115 milliseconds

123