Searched refs:hashvalue (Results 1 – 2 of 2) sorted by relevance
49 unsigned int hashvalue) in indexFor() argument51 return (hashvalue % tablelength); in indexFor()148 unsigned int hashvalue, index; in hashtable_search_entry() local150 hashvalue = hash(h, k); in hashtable_search_entry()151 index = indexFor(h->tablelength, hashvalue); in hashtable_search_entry()157 if ((hashvalue == e->h) && (h->eqfn(k, e->k))) in hashtable_search_entry()235 unsigned int hashvalue, index; in hashtable_remove() local237 hashvalue = hash(h,k); in hashtable_remove()244 if ((hashvalue == e->h) && (h->eqfn(k, e->k))) in hashtable_remove()
151 uint8_t hashvalue[20]; member
Completed in 8 milliseconds