| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | rcscmds.c | 379 RCS_exec_rcsdiff (rcsfile, opts, options, rev1, rev2, label1, label2, workfile) in RCS_exec_rcsdiff() argument 386 char *label2; 449 status = diff_execv (tmpfile1, use_file2, label1, label2, opts, RUN_TTY); 527 diff_exec (file1, file2, label1, label2, options, out) in diff_exec() argument 531 char *label2; 576 if (label2) 577 call_diff_arg (label2); 586 diff_execv (file1, file2, label1, label2, options, out) in diff_execv() argument 590 char *label2; 625 if (label2) [all …]
|
| H A D | diff.c | 404 char *label2; local 620 label2 = NULL; 634 label2 = 637 label2 = 661 status = diff_exec (DEVNULL, finfo->file, label1, label2, opts, RUN_TTY); 680 status = diff_exec (DEVNULL, tmp, label1, label2, opts, RUN_TTY); 699 status = diff_exec (tmp, DEVNULL, label1, label2, opts, RUN_TTY); 707 label1, label2, 711 if (label2) free (label2);
|
| H A D | cvs.h | 438 char *label1, char *label2, 441 char *label1, char *label2, 444 char *label1, char *label2,
|
| /openbsd-src/usr.bin/dig/lib/dns/ |
| H A D | name.c | 249 unsigned char *label1, *label2; in dns_name_fullcompare() local 301 label2 = &name2->ndata[*offsets2]; in dns_name_fullcompare() 303 count2 = *label2++; in dns_name_fullcompare() 320 (int)maptolower[label2[0]]; in dns_name_fullcompare() 326 (int)maptolower[label2[1]]; in dns_name_fullcompare() 332 (int)maptolower[label2[2]]; in dns_name_fullcompare() 338 (int)maptolower[label2[3]]; in dns_name_fullcompare() 345 label2 += 4; in dns_name_fullcompare() 349 (int)maptolower[*label2++]; in dns_name_fullcompare() 404 unsigned char *label1, *label2; in dns_name_equal() local [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | value-prof.c | 184 tree label1, label2, label3; in tree_divmod_fixed_value() local 215 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_divmod_fixed_value() 218 bsi_insert_before (&bsi, label2, BSI_SAME_STMT); in tree_divmod_fixed_value() 347 tree label1, label2, label3; in tree_mod_pow2() local 382 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_mod_pow2() 385 bsi_insert_before (&bsi, label2, BSI_SAME_STMT); in tree_mod_pow2() 511 tree label1, label2, label3; in tree_mod_subtract() local 551 label2 = build1 (LABEL_EXPR, void_type_node, label_decl2); in tree_mod_subtract() 554 bsi_insert_before (&bsi, label2, BSI_SAME_STMT); in tree_mod_subtract()
|
| H A D | cfgcleanup.c | 1431 rtx label1, label2; in outgoing_edges_match() local 1435 && tablejump_p (BB_END (bb2), &label2, &table2) in outgoing_edges_match() 1445 if (label1 != label2 && !rtx_referenced_p (label2, BB_END (bb1))) in outgoing_edges_match() 1478 rr.r2 = label2; in outgoing_edges_match() 1491 rr.r1 = label2; in outgoing_edges_match() 1681 rtx label1, label2; in try_crossjump_to_edge() local 1685 && tablejump_p (BB_END (src2), &label2, &table2) in try_crossjump_to_edge() 1686 && label1 != label2) in try_crossjump_to_edge() 1693 rr.r2 = label2; in try_crossjump_to_edge()
|
| H A D | vmsdbgout.c | 671 write_debug_delta4 (char *label1, char *label2, const char *comment, in write_debug_delta4() argument 676 ASM_OUTPUT_DEBUG_DELTA4 (asm_out_file, label1, label2); in write_debug_delta4() 887 char label2[MAX_ARTIFICIAL_LABEL_BYTES]; in write_rtnend() local 906 ASM_GENERATE_INTERNAL_LABEL (label2, FUNC_END_LABEL, corrected_rtnnum); in write_rtnend() 907 totsize += write_debug_delta4 (label2, label1, "routine size", dosizeonly); in write_rtnend()
|
| H A D | expmed.c | 4466 rtx label1, label2, label3, label4, label5; in expand_divmod() local 4473 label2 = gen_label_rtx (); in expand_divmod() 4477 do_cmp_and_jump (op1, const0_rtx, LT, compute_mode, label2); in expand_divmod() 4489 emit_label (label2); in expand_divmod() 4580 rtx label1, label2; in expand_divmod() local 4586 label2 = gen_label_rtx (); in expand_divmod() 4590 emit_jump_insn (gen_jump (label2)); in expand_divmod() 4599 emit_label (label2); in expand_divmod() 4681 rtx label1, label2, label3, label4, label5; in expand_divmod() local 4688 label2 = gen_label_rtx (); in expand_divmod() [all …]
|
| H A D | bb-reorder.c | 1707 rtx label2, table; in fix_crossing_unconditional_branches() local 1714 && !tablejump_p (last_insn, &label2, &table)) in fix_crossing_unconditional_branches()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | expmed.c | 3578 rtx label1, label2, label3, label4, label5; local 3585 label2 = gen_label_rtx (); 3589 do_cmp_and_jump (op1, const0_rtx, LT, compute_mode, label2); 3601 emit_label (label2); 3692 rtx label1, label2; local 3698 label2 = gen_label_rtx (); 3702 emit_jump_insn (gen_jump (label2)); 3711 emit_label (label2); 3793 rtx label1, label2, label3, label4, label5; local 3800 label2 = gen_label_rtx (); [all …]
|
| H A D | vmsdbgout.c | 667 write_debug_delta4 (label1, label2, comment, dosizeonly) in write_debug_delta4() argument 669 char *label2; 675 ASM_OUTPUT_DEBUG_DELTA4 (asm_out_file, label1, label2); 894 char label2[MAX_ARTIFICIAL_LABEL_BYTES]; local 911 ASM_GENERATE_INTERNAL_LABEL (label2, FUNC_END_LABEL, rtnnum); 912 totsize += write_debug_delta4 (label2, label1, "routine size", dosizeonly);
|
| H A D | dwarfout.c | 6114 const char *label1, *label2; local 6118 label2 = (*SFNAMES_BEGIN_LABEL == '*') + SFNAMES_BEGIN_LABEL; 6122 gen_rtx_SYMBOL_REF (Pmode, label2)),
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | goto.t | 34 goto label2; 49 label2: 51 is($deprecated, 0, "following label2");
|
| H A D | loopctl.t | 1085 label2:
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/dsp16xx/ |
| H A D | dsp16xx.md | 1937 rtx label2 = gen_label_rtx (); 1952 gen_rtx_LABEL_REF (VOIDmode, label2))); 1962 emit_label (label2); 2028 rtx label2 = gen_label_rtx (); 2045 emit_jump_insn (gen_jump (label2)); 2060 emit_label (label2); 2154 rtx label2 = gen_label_rtx (); 2170 emit_jump_insn (gen_jump (label2)); 2185 emit_label (label2); 2289 rtx label2 = gen_label_rtx (); [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
| H A D | decompress.c | 75 #define GET_MTF_VAL(label1,label2,lval) \ argument 96 GET_BIT(label2, zj); \
|
| /openbsd-src/gnu/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 776 rtx label1, label2; in xtensa_expand_conditional_branch() local 800 label2 = pc_rtx; in xtensa_expand_conditional_branch() 804 label2 = label1; in xtensa_expand_conditional_branch() 811 label2))); in xtensa_expand_conditional_branch()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/ |
| H A D | s390.md | 2489 rtx label2 = gen_label_rtx (); 2501 emit_jump (label2); 2505 emit_label (label2); 2541 rtx label2 = gen_label_rtx (); 2553 emit_jump (label2); 2557 emit_label (label2); 2629 rtx label2 = gen_label_rtx (); 2642 emit_jump (label2); 2646 emit_label (label2); 2682 rtx label2 = gen_label_rtx (); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| H A D | xtensa.c | 1092 rtx label1, label2; local 1116 label2 = pc_rtx; 1120 label2 = label1; 1127 label2)));
|
| /openbsd-src/gnu/gcc/gcc/config/iq2000/ |
| H A D | iq2000.c | 1014 rtx label1, label2; in gen_conditional_branch() local 1060 label2 = pc_rtx; in gen_conditional_branch() 1064 label2 = label1; in gen_conditional_branch() 1073 label1, label2))); in gen_conditional_branch()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.md | 2714 rtx label2 = gen_label_rtx (); 2729 gen_rtx_LABEL_REF (VOIDmode, label2))); 2740 emit_label (label2); 2759 rtx label2 = gen_label_rtx (); 2772 gen_rtx_LABEL_REF (VOIDmode, label2))); 2783 emit_label (label2); 2801 rtx label2 = gen_label_rtx (); 2814 gen_rtx_LABEL_REF (VOIDmode, label2))); 2825 emit_label (label2); 2843 rtx label2 = gen_label_rtx (); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/ |
| H A D | i370.md | 2565 rtx label2 = gen_label_rtx (); 2575 emit_jump_insn (gen_blt (label2)); 2587 emit_label (label2); 2731 rtx label2 = gen_label_rtx (); 2740 emit_jump_insn (gen_blt (label2)); 2750 emit_label (label2);
|
| /openbsd-src/gnu/gcc/gcc/config/m68hc11/ |
| H A D | m68hc11.c | 2503 rtx lo[2], hi[2], label2; in m68hc11_expand_compare_and_branch() local 2530 label2 = gen_label_rtx (); in m68hc11_expand_compare_and_branch() 2583 m68hc11_expand_compare_and_branch (code2, hi[0], hi[1], label2); in m68hc11_expand_compare_and_branch() 2588 emit_label (label2); in m68hc11_expand_compare_and_branch()
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | alpha.c | 4607 rtx label1, label2, x, cond = gen_lowpart (DImode, scratch); in alpha_split_compare_and_swap() local 4612 label2 = gen_rtx_LABEL_REF (DImode, gen_label_rtx ()); in alpha_split_compare_and_swap() 4626 emit_unlikely_jump (x, label2); in alpha_split_compare_and_swap() 4635 emit_label (XEXP (label2, 0)); in alpha_split_compare_and_swap() 4667 rtx label1, label2, mem, width, mask, x; in alpha_split_compare_and_swap_12() local 4674 label2 = gen_rtx_LABEL_REF (DImode, gen_label_rtx ()); in alpha_split_compare_and_swap_12() 4694 emit_unlikely_jump (x, label2); in alpha_split_compare_and_swap_12() 4708 emit_label (XEXP (label2, 0)); in alpha_split_compare_and_swap_12()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
| H A D | m68hc11.c | 2630 rtx lo[2], hi[2], label2; local 2657 label2 = gen_label_rtx (); 2710 m68hc11_expand_compare_and_branch (code2, hi[0], hi[1], label2); 2715 emit_label (label2);
|