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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DHashMap.h32 template <typename Key_t> inline int get_hash_code (Key_t a);
39 get_hash_code (char *a) function
63 get_hash_code (uint64_t a) function
87 get_hash_code (Histable* a) function
111 get_hash_code (MemObj* a) function
207 return get_hash_code (key) % hash_sz;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DHashMap.h32 template <typename Key_t> inline int get_hash_code (Key_t a);
39 get_hash_code (char *a) function
63 get_hash_code (uint64_t a) function
87 get_hash_code (Histable* a) function
111 get_hash_code (MemObj* a) function
207 return get_hash_code (key) % hash_sz;

Completed in 194 milliseconds