Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddictionary.c722 int new_nbuckets = 2*old_nbuckets + 1; in expand_hashtable() local
723 struct symbol **new_buckets = xcalloc (new_nbuckets, in expand_hashtable()
727 DICT_HASHED_NBUCKETS (dict) = new_nbuckets; in expand_hashtable()