Searched refs:namekey (Results 1 – 2 of 2) sorted by relevance
112 UHashTok namekey, pathkey; in hashEntry() local113 namekey.pointer = b->name; in hashEntry()115 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey); in hashEntry()
56 UHashTok namekey, pathkey; in hashEntry() local57 namekey.pointer = b->fName; in hashEntry()59 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey); in hashEntry()