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

  /src/share/doc/papers/px/
Makefile 9 fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n tmac.p
  /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...]
  /src/external/bsd/zstd/dist/programs/
util.h 274 * @return : FileNamesTable*, concatenation of @table1 and @table2
275 * note: @table1 and @table2 are consumed (freed) by this operation
278 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2);
util.c 780 UTIL_mergeFileNamesTable(FileNamesTable* table1, FileNamesTable* table2)
790 newTotalTableSize = getTotalTableSize(table1) + getTotalTableSize(table2);
796 newTable->tableSize = table1->tableSize + table2->tableSize;
810 for( idx2=0 ; (idx2 < table2->tableSize) && table2->fileNames[idx2] && (pos < newTotalTableSize) ; ++idx2, ++newTableIdx) {
811 size_t const curLen = strlen(table2->fileNames[idx2]);
812 memcpy(buf+pos, table2->fileNames[idx2], curLen);
821 UTIL_freeFileNamesTable(table2);
  /src/external/bsd/tmux/dist/
key-bindings.c 79 key_table_cmp(struct key_table *table1, struct key_table *table2)
81 return (strcmp(table1->name, table2->name));
  /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));
  /src/external/lgpl3/gmp/dist/tune/
many.pl 768 if (defined $ENV{table2}) {
769 my @newtable = @{$ENV{table2}};
  /src/external/gpl3/gcc/dist/gcc/
cfgcleanup.cc 1741 rtx_jump_table_data *table1, *table2;
1744 && tablejump_p (BB_END (bb2), &label2, &table2)
1745 && GET_CODE (PATTERN (table1)) == GET_CODE (PATTERN (table2)))
1761 p2 = PATTERN (table2);
2031 so replace the references to TABLE1 by references to TABLE2. */
2034 rtx_jump_table_data *table1, *table2;
2037 && tablejump_p (BB_END (osrc2), &label2, &table2)
  /src/external/gpl3/gcc.old/dist/gcc/
cfgcleanup.cc 1741 rtx_jump_table_data *table1, *table2;
1744 && tablejump_p (BB_END (bb2), &label2, &table2)
1745 && GET_CODE (PATTERN (table1)) == GET_CODE (PATTERN (table2)))
1761 p2 = PATTERN (table2);
2031 so replace the references to TABLE1 by references to TABLE2. */
2034 rtx_jump_table_data *table1, *table2;
2037 && tablejump_p (BB_END (osrc2), &label2, &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);
  /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);

Completed in 213 milliseconds