Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/groff/src/libs/libgroff/
HDsymbol.cpp109 const char **old_table = table; in symbol() local
120 for (pp = old_table + old_table_size - 1; in symbol()
121 pp >= old_table; in symbol()
126 a_delete old_table; in symbol() local
/NextBSD/contrib/groff/src/roff/troff/
HDdictionary.cpp74 association *old_table = table; in lookup() local
78 if (old_table[i].v != 0) in lookup()
79 (void)lookup(old_table[i].s, old_table[i].v); in lookup()
80 a_delete old_table; in lookup() local
/NextBSD/contrib/jansson/src/
HDvalue.c438 json_t **old_table, **new_table; in json_array_grow() local
443 old_table = array->table; in json_array_grow()
454 array_copy(array->table, 0, old_table, 0, array->entries); in json_array_grow()
455 jsonp_free(old_table); in json_array_grow()
459 return old_table; in json_array_grow()
490 json_t **old_table; in json_array_insert_new() local
506 old_table = json_array_grow(array, 1, 0); in json_array_insert_new()
507 if(!old_table) { in json_array_insert_new()
512 if(old_table != array->table) { in json_array_insert_new()
513 array_copy(array->table, 0, old_table, 0, index); in json_array_insert_new()
[all …]
/NextBSD/sys/compat/mach/ipc/
HDipc_table.c226 vm_offset_t old_table, in ipc_table_realloc() argument
230 return ((vm_offset_t)realloc((void*)old_table, new_size, M_MACH_IPC_TABLE, M_WAITOK)); in ipc_table_realloc()
/NextBSD/contrib/ofed/management/opensm/opensm/
HDst.c376 st_table *st_copy(old_table) in st_copy() argument
377 st_table *old_table; in st_copy()
381 size_t i, num_bins = old_table->num_bins;
388 *new_table = *old_table;
399 ptr = old_table->bins[i];
/NextBSD/sys/sys/mach/ipc/
HDipc_table.h144 vm_offset_t old_table,
/NextBSD/contrib/groff/src/preproc/refer/
HDrefer.cpp733 reference **old_table = reference_hash_table; in store_reference() local
741 if (old_table[i]) { in store_reference()
744 + (old_table[i]->hash() % hash_table_size)); in store_reference()
750 *p = old_table[i]; in store_reference()
752 a_delete old_table; in store_reference() local
HDlabel.y980 label_info **old_table = label_table; in lookup_label() local
988 if (old_table[i]) { in lookup_label()
989 h = hash_string(label_pool.contents() + old_table[i]->start, in lookup_label()
990 old_table[i]->length); in lookup_label()
998 *p = old_table[i]; in lookup_label()
1000 a_delete old_table; in lookup_label() local
/NextBSD/contrib/binutils/ld/
HDldcref.c108 static struct bfd_hash_entry **old_table; variable
241 old_table = cref_table.root.table; in handle_asneeded_cref()
282 cref_table.root.table = old_table; in handle_asneeded_cref()
HDChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/NextBSD/contrib/groff/src/utils/hpftodit/
HDhpftodit.cpp1415 name_list **old_table = charcode_name_table; in read_map() local
1418 if (old_table) { in read_map()
1419 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *)); in read_map()
1420 a_delete old_table; in read_map() local
/NextBSD/contrib/binutils/bfd/
HDelflink.c3304 struct bfd_hash_entry **old_table = NULL; in elf_link_add_object_symbols() local
3738 old_table = htab->root.table.table; in elf_link_add_object_symbols()
4429 htab->root.table.table = old_table; in elf_link_add_object_symbols()
/NextBSD/contrib/groff/
HDChangeLog.1152661 * troff/dictionary.c (dictionary::lookup): Free old_table after
3475 * refer/refer.c (store_reference): Get hash code from old_table[i]