Searched refs:hash (Results 1 – 7 of 7) sorted by relevance
29 int hash; member37 int (*hash)(void* key); member44 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) { in hashmapCreate()45 assert(hash != NULL); in hashmapCreate()69 map->hash = hash; in hashmapCreate()81 int h = map->hash(key); in hashKey()97 static inline size_t calculateIndex(size_t bucketCount, int hash) { in calculateIndex() argument98 return ((size_t) hash) & (bucketCount - 1); in calculateIndex()118 size_t index = calculateIndex(newBucketCount, entry->hash); in expandIfNecessary()166 static Entry* createEntry(void* key, int hash, void* value) { in createEntry() argument[all …]
46 uint32_t hash = 5381; in str_hash_fn() local50 hash = ((hash << 5) + hash) + *p; in str_hash_fn()51 return (int)hash; in str_hash_fn()
42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
44 unsigned hash; member
42 # "account" is the java hash of the account name
239 the command in the hash table if it is not already there. The243 fore any forking is done, so to get the commands into the hash261 VAR.C: Variables are stored in a hash table. Probably we should
541 uint8_t hash[16]; member1160 uint8_t hash[16]; member