HASH
#define HASH(u) ((uint_t)(u) % UHASH)
#define HASH(d) (((int)d) % N_DEVS) /* hash function */
#define HASH(v, c) (v = (v)*31 + (unsigned int)(c))
#define HASH(p) (((p) / BMAP_CHUNK_BITS) % BMAP_HASH_SIZE)
#define HASH(X) (((Rt_elfp *)(X)->rt_priv)->e_hash)
#define HASH(s, r, m) {\
#define HASH hashm /* Multiplicative hash function */
#define HASH hashd /* Division hashing routine */
HASH(void *datap, int datalen, int hsz)
#define HASH(name) (hash(name) % HASH_SIZE)
#define HASH(idx, key) (idx->dbi_hash(key) % idx->dbi_table->dbt_len)
#define HASH(key) ((key) & (authdes_cachesz - 1))
#define HASH(keynum, uid_num) \
#define HASH(key) ((key) % svc_rpc_gss_hashmod)