Home
last modified time | relevance | path

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

/netbsd-src/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) in get_hash_code() function
63 get_hash_code (uint64_t a) in get_hash_code() function
87 get_hash_code (Histable* a) in get_hash_code() function
111 get_hash_code (MemObj* a) in get_hash_code() function
207 return get_hash_code (key) % hash_sz; in hashCode()
/netbsd-src/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) in get_hash_code() function
63 get_hash_code (uint64_t a) in get_hash_code() function
87 get_hash_code (Histable* a) in get_hash_code() function
111 get_hash_code (MemObj* a) in get_hash_code() function
207 return get_hash_code (key) % hash_sz; in hashCode()