Home
last modified time | relevance | path

Searched refs:hashvalue (Results 1 – 3 of 3) sorted by relevance

/xen/tools/xenstore/
A Dhashtable.c177 unsigned int hashvalue, index; in hashtable_search() local
178 hashvalue = hash(h,k); in hashtable_search()
179 index = indexFor(h->tablelength,hashvalue); in hashtable_search()
184 if ((hashvalue == e->h) && (h->eqfn(k, e->k))) return e->v; in hashtable_search()
200 unsigned int hashvalue, index; in hashtable_remove() local
202 hashvalue = hash(h,k); in hashtable_remove()
209 if ((hashvalue == e->h) && (h->eqfn(k, e->k))) in hashtable_remove()
A Dhashtable_private.h33 indexFor(unsigned int tablelength, unsigned int hashvalue) { in indexFor() argument
34 return (hashvalue % tablelength); in indexFor()
/xen/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.h151 uint8_t hashvalue[20]; member

Completed in 4 milliseconds