Searched refs:ms (Results 76 - 100 of 577) sorted by relevance

1234567891011>>

/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSDateMath.cpp108 static inline double timeToMS(double hour, double min, double sec, double ms) argument
110 return (((hour * minutesPerHour + min) * secondsPerMinute + sec) * msPerSecond + ms);
113 static inline int msToSeconds(double ms) argument
115 double result = fmod(floor(ms / msPerSecond), secondsPerMinute);
122 static inline int msToWeekDay(double ms) argument
124 int wd = (static_cast<int>(msToDays(ms)) + 4) % 7;
135 static LocalTimeOffset localTimeOffset(VM& vm, double ms) argument
141 if (start <= ms) {
143 if (ms <= end) return cache.offset;
148 if (ms <
194 double ms = timeToMS(t.hour(), t.minute(), t.second(), milliSeconds); local
204 msToGregorianDateTime(VM& vm, double ms, bool outputIsUTC, GregorianDateTime& tm) argument
229 double ms = WTF::parseDateFromNullTerminatedCharacters(dateString, haveTZ, offset); local
[all...]
/macosx-10.10/ruby-106/ruby/bootstraptest/
H A Dtest_gc.rb3 ms = "a".."k"
6 ms.each do |meth|
13 ms.each do |meth|
21 ms = "a".."k"
24 ms.each do |meth|
30 ms.each do |meth|
/macosx-10.10/file-46/file/src/
H A Dmagic.c112 struct magic_set *ms; local
115 if ((ms = CAST(struct magic_set *, calloc((size_t)1,
119 if (magic_setflags(ms, flags) == -1) {
124 ms->o.buf = ms->o.pbuf = NULL;
125 len = (ms->c.len = 10) * sizeof(*ms->c.li);
127 if ((ms->c.li = CAST(struct level_info *, malloc(len))) == NULL)
130 ms->event_flags = 0;
131 ms
160 unreadable_info(struct magic_set *ms, mode_t md, const char *file) argument
183 magic_close(struct magic_set *ms) argument
196 magic_load(struct magic_set *ms, const char *magicfile) argument
208 magic_compile(struct magic_set *ms, const char *magicfile) argument
216 magic_check(struct magic_set *ms, const char *magicfile) argument
224 close_and_restore(const struct magic_set *ms, const char *name, int fd, const struct stat *sb) argument
262 magic_descriptor(struct magic_set *ms, int fd) argument
271 magic_file(struct magic_set *ms, const char *inname) argument
277 file_or_fd(struct magic_set *ms, const char *inname, int fd) argument
371 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) argument
387 magic_error(struct magic_set *ms) argument
393 magic_errno(struct magic_set *ms) argument
399 magic_setflags(struct magic_set *ms, int flags) argument
[all...]
H A Dapptype.c45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, argument
57 file_error(ms, errno, "cannot create tempnam");
69 file_error(ms, errno, "cannot open tmp file `%s'", path);
73 file_error(ms, errno, "cannot write tmp file `%s'",
108 if (file_printf(ms, "32-bit ") == -1)
111 if (file_printf(ms, "physical device driver") == -1)
114 if (file_printf(ms, "virtual device driver") == -1)
118 if (file_printf(ms, "protected ") == -1)
120 if (file_printf(ms, "DLL") == -1)
123 if (file_printf(ms, "Window
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dinquire_context.c51 OM_uint32 ms; local
61 ms = _gss_ntlm_duplicate_name(minor_status, ctx->srcname, src_name);
62 if (ms != GSS_S_COMPLETE)
63 return ms;
67 ms = _gss_ntlm_duplicate_name(minor_status, ctx->targetname, targ_name);
68 if (ms != GSS_S_COMPLETE)
69 return ms;
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Derr.D_CLEAR_AGGARG.bad.d41 #pragma D option aggrate=10ms
42 #pragma D option switchrate=10ms
50 tick-100ms
57 tick-100ms
70 tick-100ms
H A Derr.D_CLEAR_PROTO.bad.d41 #pragma D option aggrate=10ms
42 #pragma D option switchrate=10ms
50 tick-100ms
57 tick-100ms
70 tick-100ms
H A Dtst.clear.d39 #pragma D option aggrate=1ms
40 #pragma D option switchrate=50ms
48 tick-100ms
55 tick-100ms
68 tick-100ms
H A Dtst.cleardenormalize.d40 #pragma D option aggrate=1ms
41 #pragma D option switchrate=50ms
49 tick-100ms
56 tick-100ms
70 tick-100ms
H A Dtst.clearnormalize.d39 #pragma D option aggrate=1ms
40 #pragma D option switchrate=50ms
48 tick-100ms
55 tick-100ms
69 tick-100ms
H A Dtst.aggencoding.d20 tick-1ms
27 tick-1ms
H A Dtst.allquant.d33 tick-10ms
42 tick-10ms
H A Dtst.denormalize.d47 tick-10ms
54 tick-10ms
H A Dtst.denormalizeonly.d48 tick-10ms
55 tick-10ms
H A Dtst.goodkey.d43 tick-10ms
51 tick-10ms
H A Dtst.llquantsteps.d28 tick-1ms
36 tick-1ms
H A Dtst.llquanttrunc.d30 tick-10ms
40 tick-10ms
H A Dtst.lquantnormal.d31 tick-10ms
41 tick-10ms
H A Dtst.negtruncquant.d33 tick-10ms
43 tick-10ms
H A Dtst.truncquant.d33 tick-10ms
43 tick-10ms
/macosx-10.10/dtrace-147/test/tst/common/assocs/
H A Dtst.cpyarray.d48 tick-10ms
54 tick-10ms
60 tick-10ms
H A Dtst.diffprofile.d44 tick-10ms
51 tick-10ms
57 tick-10ms
/macosx-10.10/OpenSSL098-52/src/ms/
H A Ddo_ms.bat3 perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
4 perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak
6 perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
7 perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak
10 perl util\mkdef.pl 32 libeay > ms\libeay32.def
11 perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
/macosx-10.10/dtrace-147/test/tst/common/funcs/
H A Dtst.ftruncate.ksh31 tick-10ms
36 tick-10ms
42 tick-10ms
/macosx-10.10/dtrace-147/test/tst/common/buffering/
H A Dtst.dynvarsize.d45 tick-10ms
51 tick-10ms

Completed in 235 milliseconds

1234567891011>>