Searched refs:ms (Results 101 - 125 of 447) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.lquantize.d46 tick-10ms
53 tick-10ms
H A Dtst.max.d46 tick-10ms
53 tick-10ms
H A Dtst.negtrunc.d33 tick-10ms
40 tick-10ms
H A Dtst.quantize.d46 tick-10ms
53 tick-10ms
H A Dtst.trunc.d33 tick-10ms
40 tick-10ms
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
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Dtst.substrminate.d37 tick-1ms
43 tick-1ms
H A Dtst.lltostrbase.d45 tick-1ms
51 tick-1ms
62 tick-1ms
68 tick-1ms
75 tick-1ms
H A Dtst.ftruncate.ksh31 tick-10ms
36 tick-10ms
42 tick-10ms
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/tracemem/
H A Dtst.dynsize.d33 tick-10ms
41 tick-10ms
/freebsd-11-stable/crypto/openssl/util/
H A Ddo_ms.sh8 # perl util/mk1mf.pl no-sock VC-MSDOS >ms/msdos.mak
9 # perl util/mk1mf.pl VC-W31-32 >ms/w31.mak
10 perl util/mk1mf.pl dll VC-WIN16 >ms/w31dll.mak
11 # perl util/mk1mf.pl VC-WIN32 >ms/nt.mak
12 perl util/mk1mf.pl dll VC-WIN32 >ms/ntdll.mak
13 perl util/mk1mf.pl Mingw32 >ms/mingw32.mak
14 perl util/mk1mf.pl Mingw32-files >ms/mingw32f.mak
16 perl util/mkdef.pl 16 libeay > ms/libeay16.def
17 perl util/mkdef.pl 32 libeay > ms/libeay32.def
18 perl util/mkdef.pl 16 ssleay > ms/ssleay1
[all...]
/freebsd-11-stable/share/doc/psd/13.rcs/rcs/
H A DMakefile3 SRCS= rcs.ms
/freebsd-11-stable/share/doc/psd/13.rcs/rcs_func/
H A DMakefile4 SRCS= rcs_func.ms
/freebsd-11-stable/share/doc/usd/12.vi/viapwh/
H A DMakefile4 SRCS= vi.apwh.ms
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmacroscope.c37 struct macro_scope *ms; local
43 ms = (struct macro_scope *) xmalloc (sizeof (*ms));
50 ms->file = inclusion;
51 ms->line = sal.line;
69 ms->file = main;
70 ms->line = -1;
78 return ms;
87 struct macro_scope *ms; local
129 struct macro_scope *ms local
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dmagic.c267 unreadable_info(struct magic_set *ms, mode_t md, const char *file) argument
272 if (file_printf(ms, "writable, ") == -1)
275 if (file_printf(ms, "executable, ") == -1)
279 if (file_printf(ms, "regular file, ") == -1)
281 if (file_printf(ms, "no read permission") == -1)
287 magic_close(struct magic_set *ms) argument
289 if (ms == NULL)
291 file_ms_free(ms);
298 magic_load(struct magic_set *ms, const char *magicfile) argument
300 if (ms
310 magic_load_buffers(struct magic_set *ms, void **bufs, size_t *sizes, size_t nbufs) argument
321 magic_compile(struct magic_set *ms, const char *magicfile) argument
329 magic_check(struct magic_set *ms, const char *magicfile) argument
337 magic_list(struct magic_set *ms, const char *magicfile) argument
345 close_and_restore(const struct magic_set *ms, const char *name, int fd, const struct stat *sb) argument
383 magic_descriptor(struct magic_set *ms, int fd) argument
394 magic_file(struct magic_set *ms, const char *inname) argument
402 file_or_fd(struct magic_set *ms, const char *inname, int fd) argument
529 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) argument
547 magic_error(struct magic_set *ms) argument
555 magic_errno(struct magic_set *ms) argument
563 magic_getflags(struct magic_set *ms) argument
572 magic_setflags(struct magic_set *ms, int flags) argument
591 magic_setparam(struct magic_set *ms, int param, const void *val) argument
624 magic_getparam(struct magic_set *ms, int param, void *val) argument
[all...]
H A Delfclass.h35 notecount = ms->elf_notes_max;
40 if (phnum > ms->elf_phnum_max)
41 return toomany(ms, "program headers", phnum);
43 if (dophn_core(ms, clazz, swap, fd,
53 if (phnum > ms->elf_phnum_max)
54 return toomany(ms, "program", phnum);
56 if (shnum > ms->elf_shnum_max)
57 return toomany(ms, "section", shnum);
58 if (dophn_exec(ms, clazz, swap, fd,
66 if (shnum > ms
[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'",
109 if (file_printf(ms, "32-bit ") == -1)
112 if (file_printf(ms, "physical device driver") == -1)
115 if (file_printf(ms, "virtual device driver") == -1)
119 if (file_printf(ms, "protected ") == -1)
121 if (file_printf(ms, "DLL") == -1)
124 if (file_printf(ms, "Window
[all...]
/freebsd-11-stable/share/doc/papers/timecounter/
H A DMakefile8 SRCS= tmac.usenix timecounter.ms-patched
10 MACROS= -ms
11 CLEANFILES= timecounter.ms-patched
16 timecounter.ms-patched: timecounter.ms
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/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

Completed in 161 milliseconds

1234567891011>>