| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | mail_copy.c | 151 int prev_type; in mail_copy() local 231 prev_type = REC_TYPE_NORM; in mail_copy() 236 if (prev_type == REC_TYPE_NORM) { in mail_copy() 246 prev_type = type; in mail_copy() 256 if (prev_type != REC_TYPE_NORM) in mail_copy()
|
| H A D | delivered_hdr.c | 126 int prev_type; in delivered_hdr_init() local 149 for (prev_type = REC_TYPE_NORM; in delivered_hdr_init() 153 prev_type = curr_type) { in delivered_hdr_init() 154 if (prev_type == REC_TYPE_CONT) in delivered_hdr_init()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postcat/ |
| H A D | postcat.c | 172 int prev_type = 0; in postcat() local 269 && prev_type != REC_TYPE_CONT && TEXT_RECORD(rec_type) in postcat() 307 if (do_print && prev_type == REC_TYPE_CONT) in postcat() 428 prev_type = rec_type; in postcat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | encoding.c | 1097 layout->prev_type = NULL; in objc_layout_structure() 1121 if (layout->prev_type) in objc_layout_structure_next_member() 1123 type = objc_skip_type_qualifiers (layout->prev_type); in objc_layout_structure_next_member() 1232 layout->prev_type = layout->type; in objc_layout_structure_next_member() 1279 *type = layout->prev_type; in objc_layout_structure_get_info()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | encoding.c | 1097 layout->prev_type = NULL; in objc_layout_structure() 1121 if (layout->prev_type) in objc_layout_structure_next_member() 1123 type = objc_skip_type_qualifiers (layout->prev_type); in objc_layout_structure_next_member() 1232 layout->prev_type = layout->type; in objc_layout_structure_next_member() 1279 *type = layout->prev_type; in objc_layout_structure_get_info()
|
| /netbsd-src/external/bsd/unbound/dist/util/data/ |
| H A D | msgparse.c | 470 size_t* prev_dnamelen, uint16_t* prev_type, in find_rrset() argument 478 if(type == *prev_type && dclass == *prev_dclass && in find_rrset() 490 *prev_type) && in find_rrset() 534 *prev_type = covtype; in find_rrset() 553 *prev_type = type; in find_rrset() 571 *prev_type = type; in find_rrset() 833 uint16_t type, prev_type = 0; in parse_section() local 883 &prev_dnamelen, &prev_type, &prev_dclass, &rrset, in parse_section()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/bounce/ |
| H A D | bounce_notify_util.c | 235 int prev_type; in bounce_mail_alloc() local 327 for (prev_type = 0; in bounce_mail_alloc() 329 prev_type = rec_type) { in bounce_mail_alloc() 392 || prev_type == REC_TYPE_CONT) { in bounce_mail_alloc()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/sendmail/ |
| H A D | sendmail.c | 701 int prev_type; in enqueue() local 898 for (prev_type = 0; (type = rec_streamlf_get(VSTREAM_IN, buf, var_line_limit)) in enqueue() 899 != REC_TYPE_EOF; prev_type = type) { in enqueue() 917 if ((flags & SM_FLAG_AEOF) && prev_type != REC_TYPE_CONT in enqueue()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| H A D | runtime.h | 1123 const char *prev_type; member
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
| H A D | runtime.h | 1123 const char *prev_type; member
|
| /netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
| H A D | smtp_proto.c | 1484 NOCLOBBER int prev_type = 0; in smtp_loop() local 2328 prev_type = rec_type; in smtp_loop() 2349 } else if (prev_type == REC_TYPE_CONT) /* missing newline */ in smtp_loop()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-stmts.c | 11670 tree prev_type, intermediate_type; in supportable_widening_operation() local 11830 prev_type = vectype; in supportable_widening_operation() 11844 if (VECTOR_BOOLEAN_TYPE_P (prev_type)) in supportable_widening_operation() 11846 = vect_halve_mask_nunits (prev_type, intermediate_mode); in supportable_widening_operation() 11850 TYPE_UNSIGNED (prev_type)); in supportable_widening_operation() 11853 && VECTOR_BOOLEAN_TYPE_P (prev_type) in supportable_widening_operation() 11892 prev_type = intermediate_type; in supportable_widening_operation() 11933 tree intermediate_type, prev_type; in supportable_narrowing_operation() local 11994 prev_type = vectype; in supportable_narrowing_operation() 12029 if (VECTOR_BOOLEAN_TYPE_P (prev_type)) in supportable_narrowing_operation() [all …]
|
| H A D | stor-layout.c | 1477 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL; in place_field() local 1495 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))) in place_field() 1593 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)) in place_field()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-vect-stmts.cc | 12001 tree prev_type, intermediate_type; in supportable_widening_operation() local 12171 prev_type = vectype; in supportable_widening_operation() 12185 if (VECTOR_BOOLEAN_TYPE_P (prev_type)) in supportable_widening_operation() 12187 = vect_halve_mask_nunits (prev_type, intermediate_mode); in supportable_widening_operation() 12191 TYPE_UNSIGNED (prev_type)); in supportable_widening_operation() 12194 && VECTOR_BOOLEAN_TYPE_P (prev_type) in supportable_widening_operation() 12233 prev_type = intermediate_type; in supportable_widening_operation() 12274 tree intermediate_type, prev_type; in supportable_narrowing_operation() local 12337 prev_type = vectype; in supportable_narrowing_operation() 12372 if (VECTOR_BOOLEAN_TYPE_P (prev_type)) in supportable_narrowing_operation() [all …]
|
| H A D | stor-layout.cc | 1480 tree prev_type = prev_saved ? DECL_BIT_FIELD_TYPE (prev_saved) : NULL; in place_field() local 1498 && simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type))) in place_field() 1596 ? !simple_cst_equal (TYPE_SIZE (type), TYPE_SIZE (prev_type)) in place_field()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mmix.c | 3434 relax_substateT prev_type = fragP->fr_subtype; in mmix_md_relax_frag() local 3451 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more; in mmix_md_relax_frag() 3462 - mmix_relax_table[prev_type].rlx_length); in mmix_md_relax_frag()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mmix.c | 3436 relax_substateT prev_type = fragP->fr_subtype; in mmix_md_relax_frag() local 3453 fragP->fr_subtype = mmix_relax_table[prev_type].rlx_more; in mmix_md_relax_frag() 3464 - mmix_relax_table[prev_type].rlx_length); in mmix_md_relax_frag()
|
| /netbsd-src/external/gpl2/groff/dist/src/roff/troff/ |
| H A D | env.cpp | 1982 hyphenation_type prev_type = line->get_hyphenation_type(); in hyphenate_line() local 1989 if (prev_type == HYPHEN_BOUNDARY && this_type == HYPHEN_MIDDLE) in hyphenate_line() 1991 prev_type = this_type; in hyphenate_line()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64.c | 22077 enum attr_type prev_type = get_attr_type (prev); in aarch_macro_fusion_pair_p() local 22081 if (prev_type == TYPE_ALUS_SREG in aarch_macro_fusion_pair_p() 22082 || prev_type == TYPE_ALUS_IMM in aarch_macro_fusion_pair_p() 22083 || prev_type == TYPE_LOGICS_REG in aarch_macro_fusion_pair_p() 22084 || prev_type == TYPE_LOGICS_IMM) in aarch_macro_fusion_pair_p()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | elf32-arm.c | 18050 enum stub_insn_type prev_type; in arm_map_one_stub() local 18093 prev_type = DATA_TYPE; in arm_map_one_stub() 18117 if (template_sequence[i].type != prev_type) in arm_map_one_stub() 18119 prev_type = template_sequence[i].type; in arm_map_one_stub()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | elf32-arm.c | 17998 enum stub_insn_type prev_type; in arm_map_one_stub() local 18041 prev_type = DATA_TYPE; in arm_map_one_stub() 18065 if (template_sequence[i].type != prev_type) in arm_map_one_stub() 18067 prev_type = template_sequence[i].type; in arm_map_one_stub()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.cc | 25618 enum attr_type prev_type = get_attr_type (prev); in aarch_macro_fusion_pair_p() local 25622 if (prev_type == TYPE_ALUS_SREG in aarch_macro_fusion_pair_p() 25623 || prev_type == TYPE_ALUS_IMM in aarch_macro_fusion_pair_p() 25624 || prev_type == TYPE_LOGICS_REG in aarch_macro_fusion_pair_p() 25625 || prev_type == TYPE_LOGICS_IMM) in aarch_macro_fusion_pair_p()
|