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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DHashMap.h200 } Hash_t; typedef in class:HashMap
222 Hash_t **hashTable;
240 hashTable = new Hash_t*[hash_sz];
254 Hash_t *next;
255 for (Hash_t *p = hashTable[i]; p; p = next)
271 Hash_t **old_hash_table = hashTable;
272 hashTable = new Hash_t*[hash_sz];
280 Hash_t *old_p;
281 Hash_t *p = old_hash_table[i];
299 for (Hash_t *
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHashMap.h200 } Hash_t; typedef in class:HashMap
222 Hash_t **hashTable;
240 hashTable = new Hash_t*[hash_sz];
254 Hash_t *next;
255 for (Hash_t *p = hashTable[i]; p; p = next)
271 Hash_t **old_hash_table = hashTable;
272 hashTable = new Hash_t*[hash_sz];
280 Hash_t *old_p;
281 Hash_t *p = old_hash_table[i];
299 for (Hash_t *
[all...]

Completed in 183 milliseconds