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

  /src/sys/arch/atari/stand/ahdilabel/
build.c 43 struct ahdi_ptable old_table; local
46 bcopy (ptable, &old_table, sizeof (struct ahdi_ptable));
78 if (ptable->parts[i].root != old_table.parts[i].root ||
79 ptable->parts[i].start != old_table.parts[i].start ||
80 ptable->parts[i].size != old_table.parts[i].size)
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_anyhash_list2.h 101 gl_hash_entry_t *old_table = list->table; local
110 gl_hash_entry_t node = old_table[--i];
126 free (old_table);
  /src/external/gpl2/groff/dist/src/libs/libgroff/
symbol.cpp 111 const char **old_table = table; local
122 for (pp = old_table + old_table_size - 1;
123 pp >= old_table;
128 a_delete old_table; local
  /src/external/gpl2/groff/dist/src/roff/troff/
dictionary.cpp 76 association *old_table = table; local
80 if (old_table[i].v != 0)
81 (void)lookup(old_table[i].s, old_table[i].v);
82 a_delete old_table; local
  /src/external/gpl3/binutils/dist/ld/
ldcref.c 112 static struct bfd_hash_entry **old_table; variable in typeref:struct:bfd_hash_entry
245 old_table = cref_table.root.table;
286 cref_table.root.table = old_table;
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 112 static struct bfd_hash_entry **old_table; variable in typeref:struct:bfd_hash_entry
245 old_table = cref_table.root.table;
286 cref_table.root.table = old_table;
  /src/external/gpl2/groff/dist/src/preproc/refer/
refer.cpp 735 reference **old_table = reference_hash_table; local
743 if (old_table[i]) {
746 + (old_table[i]->hash() % hash_table_size));
752 *p = old_table[i];
754 a_delete old_table; local
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 4442 struct bfd_hash_entry **old_table = NULL;
4947 old_table = htab->root.table.table;
5853 htab->root.table.table = old_table;
4433 struct bfd_hash_entry **old_table = NULL; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 4406 struct bfd_hash_entry **old_table = NULL;
4912 old_table = htab->root.table.table;
5809 htab->root.table.table = old_table;
4397 struct bfd_hash_entry **old_table = NULL; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 4379 struct bfd_hash_entry **old_table = NULL;
4885 old_table = htab->root.table.table;
5774 htab->root.table.table = old_table;
4370 struct bfd_hash_entry **old_table = NULL; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 4364 struct bfd_hash_entry **old_table = NULL;
4870 old_table = htab->root.table.table;
5760 htab->root.table.table = old_table;
4355 struct bfd_hash_entry **old_table = NULL; local

Completed in 76 milliseconds