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

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeSyncMap.h28 typedef unsigned long hash_ty; typedef
49 hash_ty hash (const char *key);
96 hash_ty h = hash (nm);
107 hash_ty
110 return (hash_ty) (crc64 (key, strlen (key)) % chunkSize);
117 hash_ty h = hash (nm);
148 hash_ty h = hash (nm);
167 hash_ty h = hash (nm);

Completed in 125 milliseconds