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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_anyhash_list2.h 103 gl_hash_entry_t *new_table = local
117 node->hash_next = new_table[bucket];
118 new_table[bucket] = node;
124 list->table = new_table;
  /src/sys/netinet/
ip_flow.c 160 struct ipflowhead *new_table; local
165 new_table = (struct ipflowhead *)malloc(sizeof(struct ipflowhead) *
168 if (new_table == NULL)
174 ipflowtable = new_table;
  /src/sys/netinet6/
ip6_flow.c 205 struct ip6flowhead *new_table; local
210 new_table = (struct ip6flowhead *)malloc(sizeof(struct ip6flowhead) *
213 if (new_table == NULL)
219 ip6flowtable = new_table;
  /src/lib/libc/db/hash/
hash.c 104 int bpages, new_table, nsegs, save_errno; local
124 new_table = 0;
129 new_table = 1;
134 new_table |= statbuf.st_size == 0;
136 if (new_table) {
193 hashp->new_file = new_table;
  /src/external/bsd/lutok/dist/
state.cpp 521 lutok::state::new_table(void) function in class:lutok::state
state_test.cpp 683 ATF_TEST_CASE_WITHOUT_HEAD(new_table); variable
684 ATF_TEST_CASE_BODY(new_table)
687 state.new_table();
1359 ATF_ADD_TEST_CASE(tcs, new_table);
  /src/external/gpl3/gdb/dist/gdb/
buildsym.c 916 struct linetable *new_table
920 new_table->nitems = n_entries;
921 memcpy (new_table->item,
924 symtab->set_linetable (new_table);
913 struct linetable *new_table local
jit.c 549 struct linetable *new_table local
552 memcpy (new_table, stab->linetable.get (), size);
553 filetab->set_linetable (new_table);
  /src/external/gpl3/gdb.old/dist/gdb/
buildsym.c 916 struct linetable *new_table
920 new_table->nitems = n_entries;
921 memcpy (new_table->item,
924 symtab->set_linetable (new_table);
913 struct linetable *new_table local
typeprint.c 284 htab_t new_table = (htab_t) nt;
287 new_slot = htab_find_slot (new_table, *slot, INSERT);
282 htab_t new_table = (htab_t) nt; local
jit.c 547 struct linetable *new_table local
550 memcpy (new_table, stab->linetable.get (), size);
551 filetab->set_linetable (new_table);
  /src/external/gpl3/binutils/dist/bfd/
peXXigen.c 4219 rsrc_directory new_table;
4237 new_table.names.num_entries = 0;
4238 new_table.ids.num_entries = 0;
4358 new_table.characteristics = type_tables[0].characteristics;
4359 new_table.time = type_tables[0].time;
4360 new_table.major = type_tables[0].major;
4361 new_table.minor = type_tables[0].minor;
4364 new_table.names.first_entry = NULL;
4365 new_table.names.last_entry = NULL;
4368 rsrc_attach_chain (& new_table.names, & type_tables[indx].names)
4215 rsrc_directory new_table; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
peXXigen.c 4209 rsrc_directory new_table;
4227 new_table.names.num_entries = 0;
4228 new_table.ids.num_entries = 0;
4348 new_table.characteristics = type_tables[0].characteristics;
4349 new_table.time = type_tables[0].time;
4350 new_table.major = type_tables[0].major;
4351 new_table.minor = type_tables[0].minor;
4354 new_table.names.first_entry = NULL;
4355 new_table.names.last_entry = NULL;
4358 rsrc_attach_chain (& new_table.names, & type_tables[indx].names)
4205 rsrc_directory new_table; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
peXXigen.c 4202 rsrc_directory new_table;
4220 new_table.names.num_entries = 0;
4221 new_table.ids.num_entries = 0;
4341 new_table.characteristics = type_tables[0].characteristics;
4342 new_table.time = type_tables[0].time;
4343 new_table.major = type_tables[0].major;
4344 new_table.minor = type_tables[0].minor;
4347 new_table.names.first_entry = NULL;
4348 new_table.names.last_entry = NULL;
4351 rsrc_attach_chain (& new_table.names, & type_tables[indx].names)
4198 rsrc_directory new_table; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
peXXigen.c 4201 rsrc_directory new_table;
4219 new_table.names.num_entries = 0;
4220 new_table.ids.num_entries = 0;
4340 new_table.characteristics = type_tables[0].characteristics;
4341 new_table.time = type_tables[0].time;
4342 new_table.major = type_tables[0].major;
4343 new_table.minor = type_tables[0].minor;
4346 new_table.names.first_entry = NULL;
4347 new_table.names.last_entry = NULL;
4350 rsrc_attach_chain (& new_table.names, & type_tables[indx].names)
4197 rsrc_directory new_table; local
    [all...]

Completed in 52 milliseconds