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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DHashMap.h207 return get_hash_code (key) % hash_sz;
225 int hash_sz; member in class:HashMap
239 hash_sz = HASH_SIZE;
240 hashTable = new Hash_t*[hash_sz];
241 for (int i = 0; i < hash_sz; i++)
252 for (int i = 0; i < hash_sz; i++)
269 int old_hash_sz = hash_sz;
270 hash_sz = old_hash_sz * 2 + 1;
272 hashTable = new Hash_t*[hash_sz];
273 for (int i = 0; i < hash_sz;
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHashMap.h207 return get_hash_code (key) % hash_sz;
225 int hash_sz; member in class:HashMap
239 hash_sz = HASH_SIZE;
240 hashTable = new Hash_t*[hash_sz];
241 for (int i = 0; i < hash_sz; i++)
252 for (int i = 0; i < hash_sz; i++)
269 int old_hash_sz = hash_sz;
270 hash_sz = old_hash_sz * 2 + 1;
272 hashTable = new Hash_t*[hash_sz];
273 for (int i = 0; i < hash_sz;
[all...]

Completed in 179 milliseconds