Searched refs:ms (Results 151 - 175 of 425) sorted by relevance

1234567891011>>

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.logicaland.d46 tick-10ms
H A Dtst.logicalandor.d46 tick-10ms
H A Dtst.logicalor.d46 tick-10ms
H A Dtst.muland.d46 tick-10ms
H A Dtst.mulor.d46 tick-10ms
H A Dtst.preexpelse.d47 tick-10ms
H A Dtst.preexpif.d46 tick-10ms
H A Dtst.preexpifelse.d48 tick-10ms
/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.h21 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend);
24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
30 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
/freebsd-13-stable/share/doc/papers/kernmalloc/
H A DMakefile6 SRCS= kernmalloc.t appendix.ms
8 MACROS= -ms
/freebsd-13-stable/share/doc/papers/sysperf/
H A DMakefile6 SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.ms
8 MACROS= -ms
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c224 static const char *match (MatchState *ms, const char *s, const char *p);
237 static int check_capture (MatchState *ms, int l) { argument
239 if (l < 0 || l >= ms->level || ms->capture[l].len == CAP_UNFINISHED)
240 return luaL_error(ms->L, "invalid capture index %%%d", l + 1);
245 static int capture_to_close (MatchState *ms) { argument
246 int level = ms->level;
248 if (ms->capture[level].len == CAP_UNFINISHED) return level;
249 return luaL_error(ms->L, "invalid pattern capture");
253 static const char *classend (MatchState *ms, cons argument
320 singlematch(MatchState *ms, const char *s, const char *p, const char *ep) argument
336 matchbalance(MatchState *ms, const char *s, const char *p) argument
357 max_expand(MatchState *ms, const char *s, const char *p, const char *ep) argument
372 min_expand(MatchState *ms, const char *s, const char *p, const char *ep) argument
385 start_capture(MatchState *ms, const char *s, const char *p, int what) argument
399 end_capture(MatchState *ms, const char *s, const char *p) argument
410 match_capture(MatchState *ms, const char *s, int l) argument
421 match(MatchState *ms, const char *s, const char *p) argument
547 push_onecapture(MatchState *ms, int i, const char *s, const char *e) argument
566 push_captures(MatchState *ms, const char *s, const char *e) argument
609 MatchState ms; local
651 MatchState ms; local
689 add_s(MatchState *ms, luaL_Buffer *b, const char *s, const char *e) argument
715 add_value(MatchState *ms, luaL_Buffer *b, const char *s, const char *e, int tr) argument
754 MatchState ms; local
[all...]
/freebsd-13-stable/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std.c80 rowcol_convert(struct _citrus_mapper_std * __restrict ms, argument
90 rc = &ms->ms_rowcol;
235 rowcol_uninit(struct _citrus_mapper_std *ms) argument
239 rc = &ms->ms_rowcol;
244 rowcol_init(struct _citrus_mapper_std *ms) argument
254 ms->ms_convert = &rowcol_convert;
255 ms->ms_uninit = &rowcol_uninit;
256 rc = &ms->ms_rowcol;
259 ret = _db_lookup_by_s(ms->ms_db, _CITRUS_MAPPER_STD_SYM_TABLE,
268 ret = _db_lookup_by_s(ms
344 struct _citrus_mapper_std *ms; local
414 struct _citrus_mapper_std *ms; local
436 struct _citrus_mapper_std *ms; local
[all...]
/freebsd-13-stable/contrib/file/src/
H A Dsoftmagic.c117 file_softmagic(struct magic_set *ms, const struct buffer *b, argument
133 for (ml = ms->mlist[0]->next; ml != ms->mlist[0]; ml = ml->next)
134 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode,
147 file_fmtcheck(struct magic_set *ms, const char *desc, const char *def, argument
157 file_magerror(ms,
194 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, argument
206 int print = (ms->flags & MAGIC_NODESC) == 0;
217 if (file_check_mem(ms, cont_level) == -1)
239 if (msetoffset(ms,
471 check_fmt(struct magic_set *ms, const char *fmt) argument
513 varexpand(struct magic_set *ms, char *buf, size_t len, const char *str) argument
568 mprint(struct magic_set *ms, struct magic *m) argument
865 moffset(struct magic_set *ms, struct magic *m, const struct buffer *b, int32_t *op) argument
1010 cvt_id3(struct magic_set *ms, uint32_t v) argument
1173 mconvert(struct magic_set *ms, struct magic *m, int flip) argument
1338 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, const unsigned char *s, uint32_t offset, size_t nbytes, struct magic *m) argument
1510 msetoffset(struct magic_set *ms, struct magic *m, struct buffer *bb, const struct buffer *b, size_t o, unsigned int cont_level) argument
1560 mget(struct magic_set *ms, struct magic *m, const struct buffer *b, const unsigned char *s, size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, int flip, uint16_t *indir_count, uint16_t *name_count, int *printed_something, int *need_separator, int *returnval, int *found_match) argument
1993 magiccheck(struct magic_set *ms, struct magic *m) argument
2352 handle_annotation(struct magic_set *ms, struct magic *m, int firstline) argument
2385 print_sep(struct magic_set *ms, int firstline) argument
[all...]
H A Dascmagic.c70 file_ascmagic(struct magic_set *ms, const struct buffer *b, int text) argument
91 if (file_encoding(ms, &bb, &ubuf, &ulen, &code, &code_mime,
95 rv = file_ascmagic_with_encoding(ms, &bb,
104 file_ascmagic_with_encoding(struct magic_set *ms, argument
114 int mime = ms->flags & MAGIC_MIME;
140 if (ulen > 0 && (ms->flags & MAGIC_NO_CHECK_SOFT) == 0) {
146 file_oomem(ms, mlen);
155 if ((rv = file_softmagic(ms, &bb, NULL, NULL,
161 if ((ms->flags & (MAGIC_APPLE|MAGIC_EXTENSION))) {
167 if ((ms
[all...]
H A Dreadcdf.c42 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0)
49 { "Excel", "vnd.ms-excel", },
50 { "Powerpoint", "vnd.ms-powerpoint", },
52 { "Advanced Installer", "vnd.ms-msi", },
53 { "InstallShield", "vnd.ms-msi", },
54 { "Microsoft Patch Compiler", "vnd.ms-msi", },
55 { "NAnt", "vnd.ms-msi", },
56 { "Windows Installer", "vnd.ms-msi", },
59 { "Book", "vnd.ms
148 cdf_file_property_info(struct magic_set *ms, const cdf_property_info_t *info, size_t count, const cdf_directory_t *root_storage) argument
266 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst) argument
297 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst, const cdf_directory_t *root_storage) argument
369 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
387 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t *root_storage, const char **expn) argument
512 cdf_file_dir_info(struct magic_set *ms, const cdf_dir_t *dir) argument
541 file_trycdf(struct magic_set *ms, const struct buffer *b) argument
[all...]
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_db.c64 struct _memstream ms; local
66 _memstream_bind(&ms, r);
69 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
74 if (_memstream_seek(&ms, be32toh(dhx->dhx_entry_offset), SEEK_SET))
78 _memstream_remainder(&ms))
106 struct _memstream ms; local
110 _memstream_bind(&ms, &db->db_region);
112 dhx = _memstream_getregion(&ms, NULL, sizeof(*dhx));
131 if (_citrus_memory_stream_seek(&ms, offset, SEEK_SET))
134 dex = _memstream_getregion(&ms, NUL
286 struct _memstream ms; local
300 struct _memstream ms; local
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.aggpackzoom.d19 tick-1ms
27 tick-1ms
H A Dtst.multiaggs2.d43 tick-10ms
57 tick-10ms
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.bases.d28 tick-1ms
42 tick-1ms
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/multiaggs/
H A Dtst.sort.d31 tick-1ms
40 tick-1ms
/freebsd-13-stable/share/doc/papers/newvm/
H A DMakefile7 MACROS= -ms
/freebsd-13-stable/share/doc/psd/21.ipc/
H A DMakefile6 MACROS= -ms
/freebsd-13-stable/share/doc/smm/01.setup/
H A DMakefile6 MACROS= -ms
/freebsd-13-stable/share/doc/smm/03.fsck/
H A DMakefile6 MACROS= -ms

Completed in 108 milliseconds

1234567891011>>