IDENT_HASH_BITS
#define IDENT_HASH_SIZE (1<<IDENT_HASH_BITS)
#define ident_hash_end(hash) ((((hash) >> IDENT_HASH_BITS) + (hash)) & IDENT_HASH_MASK)