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

12345

/macosx-10.9.5/dtrace-118.1/test/tst/common/profile-n/
H A Dtst.profilemsec.d32 * Simple profile-msec simple test.
42 profile-1msec
44 tick-1msec
47 printf("This test is a simple profile-msec provider test");
/macosx-10.9.5/dtrace-118.1/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
/macosx-10.9.5/dtrace-118.1/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");
/macosx-10.9.5/dtrace-118.1/test/tst/common/buffering/
H A Dtst.ring1.d53 tick-10msec
60 tick-10msec
66 tick-10msec
H A Dtst.ring3.d62 tick-10msec
72 tick-10msec
82 tick-10msec
H A Dtst.switch1.d46 #pragma D option switchrate=500msec
/macosx-10.9.5/dtrace-118.1/test/tst/common/scalars/
H A Dtst.localvar.d50 profile:::tick-100msec
H A Dtst.basicvar.d53 profile:::tick-100msec
/macosx-10.9.5/dtrace-118.1/test/tst/common/providers/
H A Dtst.twoprof.d54 profile:::tick-100msec
/macosx-10.9.5/ntp-88/libntp/
H A Duglydate.c22 long msec; local
28 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */
46 tm->tm_sec, msec);
H A Ddofptoa.c16 int msec
64 if (msec) {
H A Dprettydate.c149 u_long msec; local
154 msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */
165 tm->tm_hour,tm->tm_min, tm->tm_sec, msec);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dacksend.c88 long msec; local
99 msec = 200;
116 mstotvround(&twait, msec);
128 msec *= 2;
/macosx-10.9.5/cxxfilt-11/cxxfilt/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...]
/macosx-10.9.5/vim-53/src/proto/
H A Dos_win16.pro7 void mch_delay __ARGS((long msec, int ignoreinput));
/macosx-10.9.5/dtrace-118.1/test/tst/common/mib/
H A Dtst.tcp.ksh50 profile:::tick-10msec
H A Dtst.udp.ksh45 profile:::tick-10msec
H A Dtst.icmp.ksh50 profile:::tick-10msec
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSWindows/
H A DPoll.h53 mDNSPoll( DWORD msec );
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMonthInputType.cpp77 double msec = date.millisecondsSinceEpoch(); local
78 ASSERT(std::isfinite(msec));
79 return msec;
/macosx-10.9.5/CommonCrypto-60049/include/
H A DCommonKeyDerivation.h123 @param msec The targetted duration we want to achieve for a key
132 CCPseudoRandomAlgorithm prf, size_t derivedKeyLen, uint32_t msec)
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtzrulets.h49 int32_t hour=0, int32_t min=0, int32_t sec=0, int32_t msec=0);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_time.h69 /** @return apr_time_t as a msec */
72 /** @return apr_time_t as a msec */
76 #define apr_time_from_msec(msec) ((apr_time_t)(msec) * 1000)

Completed in 177 milliseconds

12345