Searched refs:attr_type (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/binutils/binutils/
H A Dsysinfo.y50 %type <s> attr_desc attr_id attr_type
254 '(' attr_desc '(' attr_type attr_size ')' attr_id
361 attr_type: label
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-radius.c381 } attr_type[]= variable in typeref:struct:attrtype
630 if (attr_type[attr_code].siz_subtypes)
634 table = attr_type[attr_code].subtypes;
649 if ( data_value <= (uint32_t)(attr_type[attr_code].siz_subtypes - 1 +
650 attr_type[attr_code].first_subtype) &&
651 data_value >= attr_type[attr_code].first_subtype )
900 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
901 attr_string = attr_type[rad_attr->type].name;
925 if (rad_attr->type < TAM_SIZE(attr_type))
929 if ( attr_type[rad_att
[all...]
H A Dprint-l2tp.c570 uint16_t attr_type; local
616 attr_type = EXTRACT_16BITS(dat); dat += 2;
617 ND_PRINT((ndo, "%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)));
622 switch (attr_type) {
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c5170 static enum attr_type ia64_safe_type (rtx);
5181 static enum attr_type
6394 enum attr_type t = ia64_safe_type (insn);
7767 enum attr_type type;
/freebsd-12-stable/contrib/expat/tests/
H A Druntests.c1848 const XML_Char *attr_type; member in struct:AttTest
1856 const XML_Char *attr_type,
1864 if (xcstrcmp(attr_type, at->attr_type))
1854 verify_attlist_decl_handler(void *userData, const XML_Char *element_name, const XML_Char *attr_name, const XML_Char *attr_type, const XML_Char *default_value, int is_required) argument
/freebsd-12-stable/contrib/gcc/config/arm/
H A Darm.c5202 enum attr_type attr_type = get_attr_type (dep);
5209 && (attr_type == TYPE_ALU_SHIFT || attr_type == TYPE_ALU_SHIFT_REG))
5192 enum attr_type attr_type = get_attr_type (dep); local
/freebsd-12-stable/contrib/gcc/config/i386/
H A Di386.c1353 static int ix86_flags_dependent (rtx, rtx, enum attr_type);
1354 static int ix86_agi_dependent (rtx, rtx, enum attr_type);
14096 ix86_flags_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14141 ix86_agi_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14177 enum attr_type insn_type, dep_insn_type;
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c16714 enum attr_type type = get_attr_type (insn);
16735 enum attr_type type;
16788 enum attr_type type = get_attr_type (insn);
16816 enum attr_type type = get_attr_type (insn);
17116 enum attr_type type;
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c7264 enum attr_type insn_type;
7325 enum attr_type insn_type, dep_type;
/freebsd-12-stable/contrib/gcc/config/s390/
H A Ds390.c1473 static enum attr_type

Completed in 483 milliseconds