Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 25 of 241) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastcodegen.d31 public import dmd.mtype;
46 alias MODFlags = dmd.mtype.MODFlags;
47 alias Type = dmd.mtype.Type;
48 alias Parameter = dmd.mtype.Parameter;
49 alias Tarray = dmd.mtype.Tarray;
50 alias Taarray = dmd.mtype.Taarray;
51 alias Tbool = dmd.mtype.Tbool;
52 alias Tchar = dmd.mtype.Tchar;
53 alias Tdchar = dmd.mtype.Tdchar;
54 alias Tdelegate = dmd.mtype.Tdelegate;
[all …]
H A Dtypesem.d50 import dmd.mtype;
682 Type visitVector(TypeVector mtype) in typeSemantic()
685 mtype.basetype = mtype.basetype.typeSemantic(loc, sc); in typeSemantic()
688 mtype.basetype = mtype.basetype.toBasetype().mutableOf(); in typeSemantic()
689 if (mtype.basetype.ty != Tsarray) in typeSemantic()
691 … .error(loc, "T in __vector(T) must be a static array, not `%s`", mtype.basetype.toChars()); in typeSemantic()
694 TypeSArray t = mtype.basetype.isTypeSArray(); in typeSemantic()
709 .error(loc, "vector type `%s` is not supported on this platform", mtype.toChars()); in typeSemantic()
714 … .error(loc, "%d byte vector type `%s` is not supported on this platform", sz, mtype.toChars()); in typeSemantic()
717 return merge(mtype); in typeSemantic()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DMetricList.cc31 mtype = _mtype; in MetricList()
43 switch (mtype) in MetricList()
165 switch (mtype) in MetricList()
193 mtype = _mtype; in MetricList()
207 mtype = old->mtype; in MetricList()
359 switch (mtype) in set_fallback_sort()
393 if (mtype == MET_NORMAL || mtype == MET_COMMON in set_metrics()
394 || (mlist->mtype != MET_NORMAL && mlist->mtype != MET_COMMON)) in set_metrics()
419 switch (mtype) in set_metrics()
438 if (mtype == MET_CALL || mtype == MET_CALL_AGR) in set_metrics()
[all …]
H A DDbeView.h456 MetricList *get_metric_ref (MetricType mtype);
460 MetricList *get_metric_list (MetricType mtype);
461 MetricList *get_metric_list (MetricType mtype, bool compare, int gr_num);
468 char *setSort (char *sortname, MetricType mtype, bool fromRcFile);
471 void setSort (int visindex, MetricType mtype, bool reverse);
474 void resortData (MetricType mtype);
477 char *getSort (MetricType mtype);
478 char *getSortCmd (MetricType mtype);
806 MemorySpace *addMemorySpace (int mtype);
H A DDbeView.cc515 DbeView::get_metric_ref (MetricType mtype) in get_metric_ref() argument
531 return metrics_ref_lists->fetch (mtype); in get_metric_ref()
537 DbeView::get_metric_list (MetricType mtype) in get_metric_list() argument
566 return metrics_lists->fetch (mtype); in get_metric_list()
835 MetricType mtype = mlist->get_type (); in reset_metric_list() local
836 switch (mtype) in reset_metric_list()
862 switch (mtype) in reset_metric_list()
865 delete metrics_lists->fetch (mtype); in reset_metric_list()
866 metrics_lists->store (mtype, mlist); in reset_metric_list()
889 delete metrics_lists->fetch (mtype); in reset_metric_list()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DMetricList.cc31 mtype = _mtype; in MetricList()
43 switch (mtype) in MetricList()
165 switch (mtype) in MetricList()
193 mtype = _mtype; in MetricList()
207 mtype = old->mtype; in MetricList()
359 switch (mtype) in set_fallback_sort()
393 if (mtype == MET_NORMAL || mtype == MET_COMMON in set_metrics()
394 || (mlist->mtype != MET_NORMAL && mlist->mtype != MET_COMMON)) in set_metrics()
419 switch (mtype) in set_metrics()
438 if (mtype == MET_CALL || mtype == MET_CALL_AGR) in set_metrics()
[all …]
H A DDbeView.h456 MetricList *get_metric_ref (MetricType mtype);
460 MetricList *get_metric_list (MetricType mtype);
461 MetricList *get_metric_list (MetricType mtype, bool compare, int gr_num);
468 char *setSort (char *sortname, MetricType mtype, bool fromRcFile);
471 void setSort (int visindex, MetricType mtype, bool reverse);
474 void resortData (MetricType mtype);
477 char *getSort (MetricType mtype);
478 char *getSortCmd (MetricType mtype);
806 MemorySpace *addMemorySpace (int mtype);
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddsn_buf.c181 dsb->mtype = vstring_alloc(10); in dsb_create()
196 vstring_free(dsb->mtype); in dsb_free()
221 DSB_TRUNCATE((dsb)->mtype); \
224 vstring_strcpy((dsb)->mtype, (type)); \
242 const char *mtype, const char *mname, in dsb_update() argument
250 DSB_MTA(dsb, mtype, mname); in dsb_update()
266 DSB_TRUNCATE(dsb->mtype); in vdsb_simple()
296 DSB_TRUNCATE(dsb->mtype); in dsb_unix()
310 const char *mtype, const char *mname, in dsb_formal() argument
315 DSB_MTA(dsb, mtype, mname); in dsb_formal()
[all …]
H A Ddsn.c129 const char *mtype, const char *mname) in dsn_create() argument
169 if (NULL_OR_EMPTY(mtype) || NULL_OR_EMPTY(mname)) { in dsn_create()
170 dsn->mtype = mystrdup(""); in dsn_create()
173 dsn->mtype = mystrdup(mtype); in dsn_create()
188 myfree((void *) dsn->mtype); in dsn_free()
H A Ddsn.h25 const char *mtype; /* Null / RFC 3464 MTA type */ member
39 ((dsn)->mtype = (_mtype)), \
49 ((dsn)->mtype = DSN_NO_MTYPE), \
73 (dsn)->mtype, (dsn)->mname)
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dssu.c672 dns_ssu_mtypefromstring(const char *str, dns_ssumatchtype_t *mtype) {
674 REQUIRE(mtype != NULL); in dns_ssu_mtypefromstring()
677 *mtype = dns_ssumatchtype_name; in dns_ssu_mtypefromstring()
679 *mtype = dns_ssumatchtype_subdomain; in dns_ssu_mtypefromstring()
681 *mtype = dns_ssumatchtype_wildcard; in dns_ssu_mtypefromstring()
683 *mtype = dns_ssumatchtype_self; in dns_ssu_mtypefromstring()
685 *mtype = dns_ssumatchtype_selfsub; in dns_ssu_mtypefromstring()
687 *mtype = dns_ssumatchtype_selfwild; in dns_ssu_mtypefromstring()
689 *mtype = dns_ssumatchtype_selfms; in dns_ssu_mtypefromstring()
691 *mtype in dns_ssu_mtypefromstring()
673 dns_ssu_mtypefromstring(const char * str,dns_ssumatchtype_t * mtype) dns_ssu_mtypefromstring() argument
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dgc.c100 const char *mtype; in __objc_gc_setup_struct() local
108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); in __objc_gc_setup_struct()
111 if (*mtype == '"') in __objc_gc_setup_struct()
113 for (mtype++; *mtype++ != '"';) in __objc_gc_setup_struct()
117 if (*mtype == _C_GCINVISIBLE) in __objc_gc_setup_struct()
120 mtype++; in __objc_gc_setup_struct()
126 switch (*mtype) { in __objc_gc_setup_struct()
138 __objc_gc_setup_array (mask, mtype, position); in __objc_gc_setup_struct()
142 __objc_gc_setup_struct (mask, mtype, position); in __objc_gc_setup_struct()
146 __objc_gc_setup_union (mask, mtype, position); in __objc_gc_setup_struct()
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dgc.c100 const char *mtype; in __objc_gc_setup_struct() local
108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); in __objc_gc_setup_struct()
111 if (*mtype == '"') in __objc_gc_setup_struct()
113 for (mtype++; *mtype++ != '"';) in __objc_gc_setup_struct()
117 if (*mtype == _C_GCINVISIBLE) in __objc_gc_setup_struct()
120 mtype++; in __objc_gc_setup_struct()
126 switch (*mtype) { in __objc_gc_setup_struct()
138 __objc_gc_setup_array (mask, mtype, position); in __objc_gc_setup_struct()
142 __objc_gc_setup_struct (mask, mtype, position); in __objc_gc_setup_struct()
146 __objc_gc_setup_union (mask, mtype, position); in __objc_gc_setup_struct()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dssu.c629 dns_ssu_mtypefromstring(const char *str, dns_ssumatchtype_t *mtype) { in dns_ssu_mtypefromstring() argument
631 REQUIRE(mtype != NULL); in dns_ssu_mtypefromstring()
634 *mtype = dns_ssumatchtype_name; in dns_ssu_mtypefromstring()
636 *mtype = dns_ssumatchtype_subdomain; in dns_ssu_mtypefromstring()
638 *mtype = dns_ssumatchtype_wildcard; in dns_ssu_mtypefromstring()
640 *mtype = dns_ssumatchtype_self; in dns_ssu_mtypefromstring()
642 *mtype = dns_ssumatchtype_selfsub; in dns_ssu_mtypefromstring()
644 *mtype = dns_ssumatchtype_selfwild; in dns_ssu_mtypefromstring()
646 *mtype = dns_ssumatchtype_selfms; in dns_ssu_mtypefromstring()
648 *mtype = dns_ssumatchtype_selfsubms; in dns_ssu_mtypefromstring()
[all …]
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_msg.c235 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) in vs_msg() argument
292 if (mtype == M_ERR) in vs_msg()
295 if (mtype == M_ERR) in vs_msg()
308 (void)vs_msgsave(sp, mtype, line, len); in vs_msg()
316 if (mtype == M_NONE) { in vs_msg()
317 vs_output(sp, mtype, line, len); in vs_msg()
354 vs_output(sp, vip->mtype, ".\n", 2); in vs_msg()
356 vs_output(sp, vip->mtype, ";", 1); in vs_msg()
360 vip->mtype = mtype; in vs_msg()
382 vs_output(sp, mtype, s, e - s); in vs_msg()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dheaptrace.c45 Heap_type mtype; /* subtype of packet */ member
184 &pp->mtype, sizeof (pp->mtype) == 4 ? "INT32" : "INT64"); in open_experiment()
299 hpacket.mtype = MALLOC_TRACE; in malloc()
339 hpacket.mtype = FREE_TRACE; in free()
376 hpacket.mtype = REALLOC_TRACE; in realloc()
404 hpacket.mtype = MALLOC_TRACE; in memalign()
433 hpacket.mtype = MALLOC_TRACE; in valloc()
465 hpacket.mtype = MALLOC_TRACE; in calloc()
478 __collector_heap_record (int mtype, size_t size, void *vaddr) in __collector_heap_record() argument
488 hpacket.mtype = mtype; in __collector_heap_record()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dheaptrace.c39 Heap_type mtype; /* subtype of packet */ member
172 (int) offsetof (Heap_packet, mtype), in open_experiment()
173 fld_sizeof (Heap_packet, mtype) == 4 ? "INT32" : "INT64"); in open_experiment()
291 hpacket.mtype = MALLOC_TRACE; in malloc()
331 hpacket.mtype = FREE_TRACE; in free()
368 hpacket.mtype = REALLOC_TRACE; in realloc()
396 hpacket.mtype = MALLOC_TRACE; in memalign()
425 hpacket.mtype = MALLOC_TRACE; in valloc()
457 hpacket.mtype = MALLOC_TRACE; in calloc()
470 __collector_heap_record (int mtype, size_t size, void *vaddr) in __collector_heap_record() argument
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c327 uint8_t mtype, const unsigned char *data, in tlsa_prepend() argument
335 head->mtype = mtype; in tlsa_prepend()
497 uint8_t mtype; in parse_tlsa_rr() local
518 mtype = *ip++; in parse_tlsa_rr()
531 usage, selector, mtype, data, dlen); in parse_tlsa_rr()
538 if (mtype == 255) { in parse_tlsa_rr()
540 usage, selector, mtype, data, dlen); in parse_tlsa_rr()
545 usage, selector, mtype, data, dlen); in parse_tlsa_rr()
546 dane->tlsa = tlsa_prepend(dane->tlsa, usage, selector, mtype, data, dlen); in parse_tlsa_rr()
747 uint8_t mtype = DNS_TLSA_MATCHING_TYPE_NO_HASH_USED; in tls_dane_load_trustfile() local
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dintr.c352 int mtype; local
359 mtype = 0;
365 mtype = maxtype(mtype, ep->vtype);
372 if( ! ONEOF(mtype, MSKINT|MSKLOGICAL) )
418 if(sp->atype == mtype) {
421 sp[1].atype == mtype)
436 if(mtype != sp->atype)
439 if((q = finline(sp-spectab, mtype, argsp->b_list.listp)))
461 if( ! ONEOF(mtype, MSKINT|MSKREAL) )
463 argsp->vtype = mtype;
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Di386bsd.c37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) argument
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Di386bsd.c37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN) argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.md80 (define_mode_attr mtype [(SI "alu32") (DI "alu")])
114 [(set_attr "type" "<mtype>")])
127 [(set_attr "type" "<mtype>")])
135 [(set_attr "type" "<mtype>")])
144 [(set_attr "type" "<mtype>")])
166 [(set_attr "type" "<mtype>")])
176 [(set_attr "type" "<mtype>")])
189 [(set_attr "type" "<mtype>")])
199 [(set_attr "type" "<mtype>")])
208 [(set_attr "type" "<mtype>")])
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/bpf/
H A Dbpf.md80 (define_mode_attr mtype [(SI "alu32") (DI "alu")])
114 [(set_attr "type" "<mtype>")])
127 [(set_attr "type" "<mtype>")])
135 [(set_attr "type" "<mtype>")])
144 [(set_attr "type" "<mtype>")])
166 [(set_attr "type" "<mtype>")])
176 [(set_attr "type" "<mtype>")])
189 [(set_attr "type" "<mtype>")])
199 [(set_attr "type" "<mtype>")])
208 [(set_attr "type" "<mtype>")])
[all …]
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_fs.c787 char mtype[MNAMELEN]; in netbsd32___mount50() local
821 error = copyinstr(type, mtype, sizeof(mtype), &len); in netbsd32___mount50()
825 if (strcmp(mtype, MOUNT_TMPFS) == 0) { in netbsd32___mount50()
849 } else if (strcmp(mtype, MOUNT_MFS) == 0) { in netbsd32___mount50()
868 } else if ((strcmp(mtype, MOUNT_UFS) == 0) || in netbsd32___mount50()
869 (strcmp(mtype, MOUNT_EXT2FS) == 0) || in netbsd32___mount50()
870 (strcmp(mtype, MOUNT_LFS) == 0)) { in netbsd32___mount50()
884 } else if (strcmp(mtype, MOUNT_CD9660) == 0) { in netbsd32___mount50()
901 } else if (strcmp(mtype, MOUNT_MSDOS) == 0) { in netbsd32___mount50()
931 } else if (strcmp(mtype, MOUNT_UDF) == 0) { in netbsd32___mount50()
[all …]
/netbsd-src/external/bsd/nvi/dist/common/
H A Dmark.c115 mark_get(SCR *sp, ARG_CHAR_T key, MARK *mp, mtype_t mtype) in mark_get() argument
124 msgq(sp, mtype, "017|Mark %s: not set", KEY_NAME(sp, key)); in mark_get()
128 msgq(sp, mtype, in mark_get()
139 msgq(sp, mtype, in mark_get()

12345678910