Searched refs:ms (Results 251 - 275 of 577) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/dtrace-147/test/tst/common/profile-n/
H A Dtst.sym.ksh37 tick-100ms
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_tputs.c75 delay_output(int ms) argument
77 T((T_CALLED("delay_output(%d)"), ms));
81 napms(ms);
85 nullcount = (ms * _nc_baudrate(ospeed)) / (BAUDBYTE * 1000);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dconfig.c96 meta_subtree_destroy( metasubtree_t *ms )
98 if ( ms->ms_next ) {
99 meta_subtree_destroy( ms->ms_next );
102 switch ( ms->ms_type ) {
105 ber_memfree( ms->ms_dn.bv_val );
109 regfree( &ms->ms_regex );
110 ch_free( ms->ms_regex_pattern );
117 ch_free( ms );
134 metasubtree_t *ms = NULL; local
231 ms
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DHoverMenu.css34 transition: opacity 350ms;
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dspnego_asn1.pl182 $output =~ s<^static [^\n]+\n$_\(.+?^}></* unused function: $_ */\n>ms
189 </* unused variable: ContextFlags_units */>ms;
192 </* unused variable: asn1_NegotiationToken_dummy_holder */>ms;
195 <$&\t(void)data;\n>ms;
/macosx-10.10/libxml2-26/libxml2/xstc/
H A DMakefile.am4 PYSCRIPTS=nist-test.py ms-test.py sun-test.py
76 ms-test.py: Tests/Metadata/$(MSTTESTDEF) xstc-to-python.xsl
111 -@(if [ -x ms-test.py -a -d $(TESTDIR)/msxsdtest ] ; then \
117 $(CHECKER) $(PYTHON) ms-test.py -s -b $(srcdir) ; fi)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/xstc/
H A DMakefile.am4 PYSCRIPTS=nist-test.py ms-test.py sun-test.py
76 ms-test.py: Tests/Metadata/$(MSTTESTDEF) xstc-to-python.xsl
111 -@(if [ -x ms-test.py -a -d $(TESTDIR)/msxsdtest ] ; then \
117 $(CHECKER) $(PYTHON) ms-test.py -s -b $(srcdir) ; fi)
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOTimerEventSource.h142 virtual IOReturn setTimeoutMS(UInt32 ms);
179 virtual IOReturn wakeAtTimeMS(UInt32 ms);
/macosx-10.10/BerkeleyDB-21/db/mutex/
H A Dmut_win32.c112 int ms, ret; local
131 ms = 50;
192 "id %d, ms %d\n",
193 now.QuadPart, mutexp, mutexp->id, ms);
211 * Yield the processor; wait 50 ms initially, up to 1 second. This
213 * unlocking thread gets lost. We start at 50 ms because it's unlikely
226 if ((ret = WaitForSingleObject(event, ms)) == WAIT_FAILED) {
230 if ((ms <<= 1) > MS_PER_SEC)
231 ms = MS_PER_SEC;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DDateMath.cpp172 double msToDays(double ms) argument
174 return floor(ms / msPerDay);
185 int msToYear(double ms)
187 int approxYear = static_cast<int>(floor(ms / (msPerDay * 365.2425)) + 1970);
189 if (msFromApproxYearTo1970 > ms)
191 if (msFromApproxYearTo1970 + msPerDay * daysInYear(approxYear) <= ms)
196 int dayInYear(double ms, int year) argument
198 return static_cast<int>(msToDays(ms) - daysFrom1970ToYear(year));
201 static inline double msToMilliseconds(double ms) argument
203 double result = fmod(ms, msPerDa
209 msToMinutes(double ms) argument
217 msToHours(double ms) argument
470 calculateLocalTimeOffset(double ms) argument
1088 double ms = parseDateFromNullTerminatedCharacters(dateString, haveTZ, offset); local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Decd.vim26 syn match ecdAttrV contained "=.*$"ms=s+1
30 syn match ecdTagN contained +<[/\s]*[-a-zA-Z0-9_]\++ms=s+1
31 syn match ecdTagError contained "[^>]<"ms=s+1
/macosx-10.10/autofs-246/automountd/
H A Dautod_parse.c2342 struct mapent *me, *ms = NULL, *mp; local
2385 ms = (struct mapent *)malloc(sizeof (*ms));
2386 if (ms == NULL)
2388 (void) memset((char *)ms, 0, sizeof (*ms));
2396 ms->map_mntopts = strdup(entryopts);
2397 if (ms->map_mntopts == NULL)
2399 ms->map_mounter = strdup(fstype);
2400 if (ms
2717 struct mapent *ms; member in struct:create_mapent_args
2807 struct mapent *ms = NULL; local
[all...]
/macosx-10.10/dtrace-147/test/tst/common/funcs/
H A Dtst.index.d86 tick-1ms
140 tick-1ms
147 tick-1ms
165 tick-1ms
183 tick-1ms
202 tick-1ms
221 tick-1ms
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.time.c333 int ms = (int) local
339 int ms = (int) local
345 time_t ms = ((time_t)((e - b) / HZ) * 100) + local
348 clock_t ms = ((clock_t)((e - b) / clk_tck) * 100) + local
362 if (ms < t && ms != 0)
363 ms = t;
372 xprintf("ms %lu e %lu b %lu\n", ms, e, b);
418 pcsecs((long) ms);
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dlog.c37 monitor_subsys_t *ms );
60 monitor_subsys_t *ms )
62 ms->mss_open = monitor_subsys_log_open;
63 ms->mss_modify = monitor_subsys_log_modify;
76 monitor_subsys_t *ms )
86 if ( monitor_cache_get( mi, &ms->mss_ndn, &e ) ) {
90 ms->mss_ndn.bv_val, 0, 0 );
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js775 var ms = seconds * 1000;
777 if (higherResolution && Math.abs(ms) < 10)
778 return WebInspector.UIString("%.3fms").format(ms);
779 else if (Math.abs(ms) < 10)
780 return WebInspector.UIString("%.2fms").format(ms);
782 if (higherResolution && Math.abs(ms) < 100)
783 return WebInspector.UIString("%.2fms").format(ms);
784 else if (Math.abs(ms) < 100)
785 return WebInspector.UIString("%.1fms").format(ms);
787 if (higherResolution && Math.abs(ms) < 100
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/
H A Dshell.js487 var ms = t % msPerSecond;
488 return ( (ms < 0 ) ? msPerSecond + ms : ms );
583 function MakeTime( hour, min, sec, ms ) {
584 if ( isNaN( hour ) || isNaN( min ) || isNaN( sec ) || isNaN( ms ) ) {
591 ms = ToInteger( ms );
594 (sec*msPerSecond) + ms );
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Date/
H A Dshell.js426 var ms = t%msPerSecond;
427 return ( (ms < 0 ) ? msPerSecond + ms : ms );
531 function MakeTime( hour, min, sec, ms )
533 if ( isNaN(hour) || isNaN(min) || isNaN(sec) || isNaN(ms) ){return Number.NaN;}
538 ms = ToInteger( ms );
540 return( (hour*msPerHour) + (min*msPerMinute) + (sec*msPerSecond) + ms );
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Date/
H A D15.9.5.32-1.js100 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
109 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
125 this.ms = 0;
142 d.ms = msFromTime(t);
144 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.33-1.js100 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
109 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
125 this.ms = 0;
142 d.ms = msFromTime(t);
144 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.34-1.js164 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
173 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
189 this.ms = 0;
206 d.ms = msFromTime(t);
208 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.35-1.js84 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
93 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
109 this.ms = 0;
126 d.ms = msFromTime(t);
128 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.36-1.js184 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
193 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
210 this.ms = 0;
227 d.ms = msFromTime(t);
229 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.36-2.js170 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
179 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
196 this.ms = 0;
213 d.ms = msFromTime(t);
215 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );
H A D15.9.5.36-3.js157 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", UTCDate.ms, DateCase.getUTCMilliseconds() );
166 testcases[item++] = new TestCase( SECTION, DateString+".getMilliseconds()", LocalDate.ms, DateCase.getMilliseconds() );
183 this.ms = 0;
200 d.ms = msFromTime(t);
202 d.time = MakeTime( d.hours, d.minutes, d.seconds, d.ms );

Completed in 425 milliseconds

<<11121314151617181920>>