Searched refs:old_nbuckets (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddictionary.c688 int old_nbuckets = DICT_HASHED_NBUCKETS (dict); local
690 int new_nbuckets = 2 * old_nbuckets + 1;
697 for (i = 0; i < old_nbuckets; ++i)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddictionary.c687 int old_nbuckets = DICT_HASHED_NBUCKETS (dict); local
689 int new_nbuckets = 2 * old_nbuckets + 1;
696 for (i = 0; i < old_nbuckets; ++i)

Completed in 138 milliseconds