| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | ip_proxy.c | 1151 u_32_t seq1, seq2; in ipf_proxy_fixseqack() local 1167 seq1 = (u_32_t)ntohl(tcp->th_seq); in ipf_proxy_fixseqack() 1172 (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack() 1175 sel, !sel, seq1, in ipf_proxy_fixseqack() 1182 if (seq1 > seq2) { in ipf_proxy_fixseqack() 1184 seq1 += seq2; in ipf_proxy_fixseqack() 1185 tcp->th_seq = htonl(seq1); in ipf_proxy_fixseqack() 1190 if (inc && (seq1 > aps->aps_seqmin[!sel])) { in ipf_proxy_fixseqack() 1191 aps->aps_seqmin[sel] = seq1 + nlen - 1; in ipf_proxy_fixseqack() 1201 seq1 in ipf_proxy_fixseqack() [all...] |
| /netbsd-src/external/bsd/tre/dist/lib/ |
| H A D | tre-compile.c | 901 tre_ast_node_t *seq1 = NULL, *seq2 = NULL; in tre_expand_ast() local 920 if (seq1 != NULL) in tre_expand_ast() 921 seq1 = tre_ast_new_catenation(mem, seq1, copy); in tre_expand_ast() 923 seq1 = copy; in tre_expand_ast() 924 if (seq1 == NULL) in tre_expand_ast() 966 if (seq1 == NULL) in tre_expand_ast() 967 seq1 = seq2; in tre_expand_ast() 969 seq1 = tre_ast_new_catenation(mem, seq1, seq2); in tre_expand_ast() 970 if (seq1 == NULL) in tre_expand_ast() 972 node->obj = seq1->obj; in tre_expand_ast() [all …]
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| H A D | hw.h | 247 uint8_t seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); in NVVgaProtect() local 251 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 | 0x20); in NVVgaProtect() 254 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 & ~0x20); /* reenable display */ in NVVgaProtect()
|
| H A D | nouveau_dispnv04_crtc.c | 180 unsigned char seq1 = 0, crtc17 = 0; in nv_crtc_dpms() local 200 seq1 = 0x20; in nv_crtc_dpms() 206 seq1 = 0x20; in nv_crtc_dpms() 212 seq1 = 0x20; in nv_crtc_dpms() 219 seq1 = 0x00; in nv_crtc_dpms() 226 seq1 |= (NVReadVgaSeq(dev, nv_crtc->index, NV_VIO_SR_CLOCK_INDEX) & ~0x20); in nv_crtc_dpms() 227 NVWriteVgaSeq(dev, nv_crtc->index, NV_VIO_SR_CLOCK_INDEX, seq1); in nv_crtc_dpms()
|
| H A D | nouveau_dispnv04_hw.c | 116 unsigned char seq1; in NVBlankScreen() local 121 seq1 = NVReadVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX); in NVBlankScreen() 125 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 | 0x20); in NVBlankScreen() 127 NVWriteVgaSeq(dev, head, NV_VIO_SR_CLOCK_INDEX, seq1 & ~0x20); in NVBlankScreen()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_request.h | 397 static inline bool i915_seqno_passed(u32 seq1, u32 seq2) in i915_seqno_passed() argument 399 return (s32)(seq1 - seq2) >= 0; in i915_seqno_passed()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-phiopt.cc | 880 gimple_seq seq1 = NULL; in gimple_simplify_phiopt() local 895 if (op.resimplify (&seq1, follow_all_ssa_edges)) in gimple_simplify_phiopt() 899 || phiopt_early_allow (seq1, op)) in gimple_simplify_phiopt() 901 result = maybe_push_res_to_seq (&op, &seq1); in gimple_simplify_phiopt() 905 annotate_all_with_location (seq1, loc); in gimple_simplify_phiopt() 906 gimple_seq_add_seq_without_update (seq, seq1); in gimple_simplify_phiopt() 911 gimple_seq_discard (seq1); in gimple_simplify_phiopt() 912 seq1 = NULL; in gimple_simplify_phiopt() 926 if (op1.resimplify (&seq1, follow_all_ssa_edges)) in gimple_simplify_phiopt() 930 || phiopt_early_allow (seq1, op1)) in gimple_simplify_phiopt() [all …]
|
| H A D | tree-vect-loop-manip.cc | 1870 gimple_seq seq1 = NULL, seq2 = NULL; in vect_prepare_for_masked_peels() local 1871 misalign_in_elems = get_misalign_in_elems (&seq1, loop_vinfo); in vect_prepare_for_masked_peels() 1875 gimple_seq_add_seq (&seq1, seq2); in vect_prepare_for_masked_peels() 1876 if (seq1) in vect_prepare_for_masked_peels() 1879 basic_block new_bb = gsi_insert_seq_on_edge_immediate (pe, seq1); in vect_prepare_for_masked_peels()
|
| H A D | ifcvt.cc | 3535 rtx_insn *seq, *seq1, *seq2 = NULL; in noce_convert_multiple_sets_1() local 3539 seq1 = try_emit_cmove_seq (if_info, temp, cond, in noce_convert_multiple_sets_1() 3584 if (seq1 != NULL_RTX && (cost1 <= cost2 || seq2 == NULL_RTX)) in noce_convert_multiple_sets_1() 3586 seq = seq1; in noce_convert_multiple_sets_1()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | dwarf2.c | 2267 const struct line_sequence* seq1 = a; in compare_sequences() local 2271 if (seq1->low_pc < seq2->low_pc) in compare_sequences() 2273 if (seq1->low_pc > seq2->low_pc) in compare_sequences() 2278 if (seq1->last_line->address < seq2->last_line->address) in compare_sequences() 2280 if (seq1->last_line->address > seq2->last_line->address) in compare_sequences() 2283 if (seq1->last_line->op_index < seq2->last_line->op_index) in compare_sequences() 2285 if (seq1->last_line->op_index > seq2->last_line->op_index) in compare_sequences() 2289 if (seq1->num_lines < seq2->num_lines) in compare_sequences() 2291 if (seq1->num_lines > seq2->num_lines) in compare_sequences()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | dwarf2.c | 2351 const struct line_sequence* seq1 = a; in compare_sequences() local 2355 if (seq1->low_pc < seq2->low_pc) in compare_sequences() 2357 if (seq1->low_pc > seq2->low_pc) in compare_sequences() 2362 if (seq1->last_line->address < seq2->last_line->address) in compare_sequences() 2364 if (seq1->last_line->address > seq2->last_line->address) in compare_sequences() 2367 if (seq1->last_line->op_index < seq2->last_line->op_index) in compare_sequences() 2369 if (seq1->last_line->op_index > seq2->last_line->op_index) in compare_sequences() 2373 if (seq1->num_lines < seq2->num_lines) in compare_sequences() 2375 if (seq1->num_lines > seq2->num_lines) in compare_sequences()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-vect-loop-manip.c | 1791 gimple_seq seq1 = NULL, seq2 = NULL; in vect_prepare_for_masked_peels() local 1792 misalign_in_elems = get_misalign_in_elems (&seq1, loop_vinfo); in vect_prepare_for_masked_peels() 1796 gimple_seq_add_seq (&seq1, seq2); in vect_prepare_for_masked_peels() 1797 if (seq1) in vect_prepare_for_masked_peels() 1800 basic_block new_bb = gsi_insert_seq_on_edge_immediate (pe, seq1); in vect_prepare_for_masked_peels()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | s390.c | 6992 s390_two_part_insv (struct alignment_context *ac, rtx *seq1, rtx *seq2, in s390_two_part_insv() argument 7004 *seq1 = NULL; in s390_two_part_insv() 7015 *seq1 = get_insns (); in s390_two_part_insv() 7035 rtx cmpv, newv, val, cc, seq0, seq1, seq2, seq3; in s390_expand_cs_hqi() local 7051 newv = s390_two_part_insv (&ac, &seq1, &seq3, mode, val, new_rtx); in s390_expand_cs_hqi() 7055 if (seq1) in s390_expand_cs_hqi() 7056 emit_insn (seq1); in s390_expand_cs_hqi()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | s390.cc | 7183 s390_two_part_insv (struct alignment_context *ac, rtx *seq1, rtx *seq2, in s390_two_part_insv() argument 7195 *seq1 = NULL; in s390_two_part_insv() 7206 *seq1 = get_insns (); in s390_two_part_insv() 7226 rtx cmpv, newv, val, cc, seq0, seq1, seq2, seq3; in s390_expand_cs_hqi() local 7242 newv = s390_two_part_insv (&ac, &seq1, &seq3, mode, val, new_rtx); in s390_expand_cs_hqi() 7246 if (seq1) in s390_expand_cs_hqi() 7247 emit_insn (seq1); in s390_expand_cs_hqi()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 20433 rtx_insn *seq1 = NULL, *seq2 = NULL; in expand_vec_perm_2perm_interleave() local 20439 seq1 = get_insns (); in expand_vec_perm_2perm_interleave() 20468 emit_insn (seq1); in expand_vec_perm_2perm_interleave() 20558 rtx_insn *seq1 = NULL, *seq2 = NULL; in expand_vec_perm_2perm_pblendv() local 20564 seq1 = get_insns (); in expand_vec_perm_2perm_pblendv() 20588 emit_insn (seq1); in expand_vec_perm_2perm_pblendv() 20658 rtx_insn *seq1, *seq2; in expand_vec_perm2_vperm2f128_vblend() local 20709 seq1 = get_insns (); in expand_vec_perm2_vperm2f128_vblend() 20727 emit_insn (seq1); in expand_vec_perm2_vperm2f128_vblend()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
| H A D | avr.c | 595 rtx_insn *seq1, *seq2, *last1, *last2; in avr_optimize_casesi() local 605 seq1 = get_insns(); in avr_optimize_casesi() 609 emit_insn_before (seq1, insns[1]); in avr_optimize_casesi() 636 for (rtx_insn *insn = seq1; ; insn = NEXT_INSN (insn)) in avr_optimize_casesi()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
| H A D | avr.cc | 636 rtx_insn *seq1, *seq2, *last1, *last2; in avr_optimize_casesi() local 651 seq1 = get_insns(); in avr_optimize_casesi() 655 emit_insn_after (seq1, insns[2]); in avr_optimize_casesi() 682 for (rtx_insn *insn = seq1; ; insn = NEXT_INSN (insn)) in avr_optimize_casesi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 18175 rtx_insn *seq1, *seq2; in expand_vec_perm2_vperm2f128_vblend() local 18226 seq1 = get_insns (); in expand_vec_perm2_vperm2f128_vblend() 18244 emit_insn (seq1); in expand_vec_perm2_vperm2f128_vblend()
|