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

/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dsymbol.cpp109 const char **old_table = table; local
120 for (pp = old_table + old_table_size - 1;
121 pp >= old_table;
126 a_delete old_table; local
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Ddictionary.cpp74 association *old_table = table; local
78 if (old_table[i].v != 0)
79 (void)lookup(old_table[i].s, old_table[i].v);
80 a_delete old_table; local
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_cache.c1866 struct nchashhead *old_table; local
1889 old_table = nchashtbl;
1898 old_head = &old_table[i];
1916 FREE(old_table, M_CACHE);
2064 struct stringhead *old_table; local
2092 old_table = string_ref_table;
2102 old_head = &old_table[i];
2115 FREE(old_table, M_CACHE);
/macosx-10.10.1/groff-38/groff/src/preproc/refer/
H A Dlabel.y980 label_info **old_table = label_table;
988 if (old_table[i]) {
989 h = hash_string(label_pool.contents() + old_table[i]->start,
990 old_table[i]->length);
998 *p = old_table[i];
1000 a_delete old_table;
H A Drefer.cpp733 reference **old_table = reference_hash_table; local
741 if (old_table[i]) {
744 + (old_table[i]->hash() % hash_table_size));
750 *p = old_table[i];
752 a_delete old_table; local
H A Dlabel.cpp1027 label_info **old_table = label_table; local
1035 if (old_table[i]) {
1036 h = hash_string(label_pool.contents() + old_table[i]->start,
1037 old_table[i]->length);
1045 *p = old_table[i];
1047 a_delete old_table; local
/macosx-10.10.1/ruby-106/ruby/
H A Dst.c658 st_copy(st_table *old_table) argument
662 st_index_t num_bins = old_table->num_bins;
670 *new_table = *old_table;
678 if (old_table->entries_packed) {
679 MEMCPY(new_table->bins, old_table->bins, st_table_entry*, old_table->num_bins);
683 if ((ptr = old_table->head) != 0) {
/macosx-10.10.1/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp1415 name_list **old_table = charcode_name_table;
1418 if (old_table) {
1419 memcpy(charcode_name_table, old_table, old_size*sizeof(name_list *));
1420 a_delete old_table;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dprint.c1413 Lisp_Object old_table = Vprint_number_table;
1418 = PRINT_NUMBER_OBJECT (old_table, i);
1420 = PRINT_NUMBER_STATUS (old_table, i);
1407 Lisp_Object old_table = Vprint_number_table; local
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c1240 remote_index_node *old_table = cache->table_memory; local
1251 if (old_table[i].address) {
1252 transfer_node(cache, &old_table[i]);
1255 free(old_table);
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_voucher.c816 ivac_entry_t new_table = NULL, old_table = NULL; local
861 old_table = ivac->ivac_table;
872 if (old_table){
874 kfree(old_table, old_size * sizeof(ivac_entry));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c3188 struct bfd_hash_entry **old_table = NULL;
3622 old_table = htab->root.table.table;
4282 htab->root.table.table = old_table;
3179 struct bfd_hash_entry **old_table = NULL; local
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1347 "no" "node" "noneuc" "nulliferror" "numbers" "off" "old" "old_table"

Completed in 208 milliseconds