Searched refs:attr_type (Results 1 – 11 of 11) sorted by relevance
| /trueos/contrib/tcpdump/ |
| HD | print-radius.c | 341 } attr_type[]= variable 583 if (attr_type[attr_code].siz_subtypes) in print_attr_num() 587 table = attr_type[attr_code].subtypes; in print_attr_num() 602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 + in print_attr_num() 603 attr_type[attr_code].first_subtype) && in print_attr_num() 604 data_value >= attr_type[attr_code].first_subtype ) in print_attr_num() 844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 845 attr_string = attr_type[rad_attr->type].name; in radius_attrs_print() 869 if (rad_attr->type < TAM_SIZE(attr_type)) in radius_attrs_print() 873 if ( attr_type[rad_attr->type].print_func ) in radius_attrs_print() [all …]
|
| HD | print-l2tp.c | 457 u_int16_t attr_type; in l2tp_avp_print() local 502 attr_type = EXTRACT_16BITS(ptr); ptr++; in l2tp_avp_print() 503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)); in l2tp_avp_print() 508 switch (attr_type) { in l2tp_avp_print()
|
| /trueos/contrib/binutils/binutils/ |
| HD | sysinfo.y | 50 %type <s> attr_desc attr_id attr_type 254 '(' attr_desc '(' attr_type attr_size ')' attr_id 361 attr_type:
|
| /trueos/contrib/gcc/config/ia64/ |
| HD | ia64.c | 5158 static enum attr_type ia64_safe_type (rtx); 5169 static enum attr_type 6380 enum attr_type t = ia64_safe_type (insn); in ia64_dfa_sched_reorder() 7751 enum attr_type type; in bundling()
|
| /trueos/contrib/gcc/config/arm/ |
| HD | arm.c | 5192 enum attr_type attr_type = get_attr_type (dep); in arm_adjust_cost() local 5199 && (attr_type == TYPE_ALU_SHIFT || attr_type == TYPE_ALU_SHIFT_REG)) in arm_adjust_cost()
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | sparc.c | 7243 enum attr_type insn_type; in supersparc_adjust_cost() 7304 enum attr_type insn_type, dep_type; in hypersparc_adjust_cost()
|
| /trueos/contrib/gcc/config/i386/ |
| HD | i386.c | 1352 static int ix86_flags_dependent (rtx, rtx, enum attr_type); 1353 static int ix86_agi_dependent (rtx, rtx, enum attr_type); 14068 ix86_flags_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type) in ix86_flags_dependent() 14113 ix86_agi_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type) in ix86_agi_dependent() 14149 enum attr_type insn_type, dep_insn_type; in ix86_adjust_cost()
|
| HD | athlon.md | 786 ;; It seems athlon_ssecomi has a bug in the attr_type, fixed for amdfam10
|
| /trueos/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 16675 enum attr_type type = get_attr_type (insn); in is_microcoded_insn() 16696 enum attr_type type; in is_dispatch_slot_restricted() 16749 enum attr_type type = get_attr_type (insn); in is_cracked_insn() 16777 enum attr_type type = get_attr_type (insn); in is_branch_slot_insn() 17077 enum attr_type type; in insn_terminates_group_p()
|
| /trueos/contrib/gcc/config/s390/ |
| HD | s390.c | 1473 static enum attr_type
|
| /trueos/contrib/gcc/doc/ |
| HD | md.texi | 6071 enum attr_type @{TYPE_BRANCH, TYPE_FP, TYPE_LOAD, 6073 extern enum attr_type get_attr_type ();
|