HomeSort by: relevance | last modified time | path
    Searched defs:label2 (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
div.S 104 bcc label2
109 bcc label2
113 bcc label2
123 label2: label
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
Hello.h 14 NSTextField *label2; variable
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
hellowindow.cc 50 QLabel *label2 = new QLabel (label2text, panel); local
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-wxwidgets/
hello.cc 74 wxStaticText *label2 = local
79 topSizer->Add(label2);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-gnome/
hello.cc 32 Gtk::Label *label2; local
56 label2 = new Gtk::Label (g_strdup_printf (_("This program is running as process number %d."), getpid ()));
59 label2aligned->add (*label2);
78 label2->show ();
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
hello.cc 54 QLabel *label2 = new QLabel (label2text, panel); local
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c-gnome/
hello.c 29 GtkWidget *label2; local
52 label2 = gtk_label_new (g_strdup_printf (_("This program is running as process number %d."), getpid ()));
55 gtk_container_add (GTK_CONTAINER (label2aligned), label2); local
76 gtk_widget_show (label2);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
hello.cs 23 private Label label2; field in class:Hello.HelloWindow
34 label2 = new Label();
35 label2.Text =
39 label2.ClientSize = new Size(label2.PreferredWidth, label2.PreferredHeight);
40 Controls.Add(label2);
61 int totalWidth = Math.Max(Math.Max(label1.PreferredWidth, label2.PreferredWidth),
63 int totalHeight = label1.PreferredHeight + label2.PreferredHeight + 6 + ok.Height;
70 label2.Location = new Point(border, border + label1.PreferredHeight)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-swing/
Hello.java 22 JLabel label2 = local
38 labels.add(label2);
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
dbg_tr_basic.S 126 label2: R5.H = 0x7777; // label
148 JUMP.S label2; //
dbg_tr_simplejp.S 129 label2: R5.H = 0x7777; // 0x0234 label
142 JUMP.S label2; // 0x0258
dbg_tr_umode.S 148 label2: R5.H = 0x7777; label
165 JUMP.S label2;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
dbg_tr_basic.S 126 label2: R5.H = 0x7777; // label
148 JUMP.S label2; //
dbg_tr_simplejp.S 129 label2: R5.H = 0x7777; // 0x0234 label
142 JUMP.S label2; // 0x0258
dbg_tr_umode.S 148 label2: R5.H = 0x7777; label
165 JUMP.S label2;
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-java-awt/
Hello.java 25 Label label2 = local
41 labels.add(label2);
  /src/external/gpl2/xcvs/dist/src/
diff.c 493 char *label2; local
723 label2 = NULL;
730 label2 = make_file_label (DEVNULL, NULL, NULL);
732 label2 = make_file_label (finfo->fullname, use_rev2,
764 status = diff_exec (DEVNULL, finfo->file, label1, label2,
777 status = diff_exec (DEVNULL, tmp, label1, label2,
792 status = diff_exec (tmp, DEVNULL, label1, label2,
801 label1, label2, finfo->file);
806 if (label2) free (label2);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
compress.c 285 unsigned char *label1, *label2; local
297 label2 = p;
300 if (count != *label2++) {
310 if (c != maptolower[label2[0]])
315 if (c != maptolower[label2[1]])
320 if (c != maptolower[label2[2]])
325 if (c != maptolower[label2[3]])
331 label2 += 4;
335 if (c != maptolower[*label2++])
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 918 tree label2 = gimple_switch_label (g2, i); local
922 tree low2 = CASE_LOW (label2);
928 tree high2 = CASE_HIGH (label2);
934 && TREE_CODE (label2) == CASE_LABEL_EXPR)
937 label2 = CASE_LABEL (label2);
939 if (!compare_operand (label1, label2, OP_NORMAL))
942 else if (!tree_int_cst_equal (label1, label2))
tree-switch-conversion.cc 867 glabel *label1, *label2, *label3;
898 label2 = gimple_build_label (label_decl2);
899 gsi_insert_before (&gsi, label2, GSI_SAME_STMT);
866 glabel *label1, *label2, *label3; local
vmsdbgout.cc 278 #define ASM_OUTPUT_DEBUG_DELTA2(FILE,LABEL1,LABEL2) \
284 assemble_name (FILE, LABEL2); \
290 #define ASM_OUTPUT_DEBUG_DELTA4(FILE,LABEL1,LABEL2) \
296 assemble_name (FILE, LABEL2); \
302 #define ASM_OUTPUT_DEBUG_ADDR_DELTA(FILE,LABEL1,LABEL2) \
308 assemble_name (FILE, LABEL2); \
523 /* Output the difference between LABEL1 and LABEL2. Also output COMMENT if
528 write_debug_delta4 (const char *label1, const char *label2,
533 ASM_OUTPUT_DEBUG_DELTA4 (asm_out_file, label1, label2);
745 char label2[MAX_ARTIFICIAL_LABEL_BYTES]
744 char label2[MAX_ARTIFICIAL_LABEL_BYTES]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 876 tree label2 = gimple_switch_label (g2, i); local
880 tree low2 = CASE_LOW (label2);
886 tree high2 = CASE_HIGH (label2);
892 && TREE_CODE (label2) == CASE_LABEL_EXPR)
895 label2 = CASE_LABEL (label2);
897 if (!compare_operand (label1, label2, OP_NORMAL))
900 else if (!tree_int_cst_equal (label1, label2))
tree-switch-conversion.cc 822 glabel *label1, *label2, *label3;
853 label2 = gimple_build_label (label_decl2);
854 gsi_insert_before (&gsi, label2, GSI_SAME_STMT);
821 glabel *label1, *label2, *label3; local
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 901 struct sljit_label *label2; local
938 label2 = sljit_emit_label(compiler);
960 label2_addr = sljit_get_label_addr(label2);
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 1779 rtx label1, label2; local
1801 label2 = gen_rtx_LABEL_REF (VOIDmode, gen_label_rtx ());
1805 emit_unlikely_jump (EQ, label2);
1811 emit_label (XEXP (label2, 0));
1821 rtx label1, label2, mask, shift; local
1855 label2 = gen_rtx_LABEL_REF (VOIDmode, gen_label_rtx ());
1866 emit_unlikely_jump (EQ, label2);
1876 emit_label (XEXP (label2, 0));

Completed in 61 milliseconds

1 2