HomeSort by: relevance | last modified time | path
    Searched defs:table2 (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/gtk/
interface.c 47 GtkWidget *table2; local
77 table2 = gtk_table_new (3, 3, FALSE);
78 gtk_widget_show (table2);
79 gtk_container_add (GTK_CONTAINER (alignment1), table2); local
84 gtk_table_attach (GTK_TABLE (table2), label1, 1, 2, 1, 2,
153 GLADE_HOOKUP_OBJECT (dialog1, table2, "table2");
172 GtkWidget *table2; local
195 table2 = gtk_table_new (3, 3, FALSE);
196 gtk_widget_show (table2);
197 gtk_box_pack_start (GTK_BOX (vbox1), table2, TRUE, TRUE, 0); local
    [all...]
interface.c 47 GtkWidget *table2; local
77 table2 = gtk_table_new (3, 3, FALSE);
78 gtk_widget_show (table2);
79 gtk_container_add (GTK_CONTAINER (alignment1), table2); local
84 gtk_table_attach (GTK_TABLE (table2), label1, 1, 2, 1, 2,
153 GLADE_HOOKUP_OBJECT (dialog1, table2, "table2");
172 GtkWidget *table2; local
195 table2 = gtk_table_new (3, 3, FALSE);
196 gtk_widget_show (table2);
197 gtk_box_pack_start (GTK_BOX (vbox1), table2, TRUE, TRUE, 0); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/via/
via_verifier.c 240 static hazard_t table2[256]; variable
658 hz_table = table2;
662 hz_table = table2;
1112 setup_hazard_table(init_table2, table2, ARRAY_SIZE(init_table2));
via_verifier.c 240 static hazard_t table2[256]; variable
658 hz_table = table2;
662 hz_table = table2;
1112 setup_hazard_table(init_table2, table2, ARRAY_SIZE(init_table2));
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 4400 Vector<char*>* table2 = new Vector<char*>(); local
4494 table2->append (dbe_strdup (line->get_name (nfmt)));
4511 table2->append (dbe_strdup (line->get_name (nfmt)));
4529 table->store (2, table2);
4573 Vector<char*>* table2 = new Vector<char*>(); local
4724 table2->append (dbe_strdup (((Function*) callee_funcs_value->fetch (k))->get_name ()));
4739 table->store (2, table2);
Dbe.cc 4400 Vector<char*>* table2 = new Vector<char*>(); local
4494 table2->append (dbe_strdup (line->get_name (nfmt)));
4511 table2->append (dbe_strdup (line->get_name (nfmt)));
4529 table->store (2, table2);
4573 Vector<char*>* table2 = new Vector<char*>(); local
4724 table2->append (dbe_strdup (((Function*) callee_funcs_value->fetch (k))->get_name ()));
4739 table->store (2, table2);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 4400 Vector<char*>* table2 = new Vector<char*>(); local
4494 table2->append (dbe_strdup (line->get_name (nfmt)));
4511 table2->append (dbe_strdup (line->get_name (nfmt)));
4529 table->store (2, table2);
4573 Vector<char*>* table2 = new Vector<char*>(); local
4724 table2->append (dbe_strdup (((Function*) callee_funcs_value->fetch (k))->get_name ()));
4739 table->store (2, table2);
Dbe.cc 4400 Vector<char*>* table2 = new Vector<char*>(); local
4494 table2->append (dbe_strdup (line->get_name (nfmt)));
4511 table2->append (dbe_strdup (line->get_name (nfmt)));
4529 table->store (2, table2);
4573 Vector<char*>* table2 = new Vector<char*>(); local
4724 table2->append (dbe_strdup (((Function*) callee_funcs_value->fetch (k))->get_name ()));
4739 table->store (2, table2);

Completed in 74 milliseconds