100 key = ~key + (key << 21);
101 key = key ^ (key >> 24);
102 key = key + (key << 3) + (key << 8);
103 key = key ^ (key >> 14);
104 key = key + (key << 2) + (key << 4);
105 key = key ^ (key >> 28);
106 key = key + (key << 31);
tommy_uint32_t tommy_hash_u32(tommy_uint32_t init_val, const void *void_key, tommy_size_t key_len)
tommy_uint32_t tommy_key_t
tommy_inline tommy_uint32_t tommy_inthash_u32(tommy_uint32_t key)
tommy_uint64_t tommy_hash_u64(tommy_uint64_t init_val, const void *void_key, tommy_size_t key_len)
tommy_inline tommy_uint64_t tommy_inthash_u64(tommy_uint64_t key)