Home
last modified time | relevance | path

Searched refs:ht_hash_1 (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c61 ht->ht_hash_1 = hash_1; in hash_init()
91 unsigned int hash_1 = (*ht->ht_hash_1) (key); in hash_find_slot()
Dhash.h53 hash_func_t ht_hash_1; /* primary hash function */ member