Searched refs:namekey (Results 1 – 2 of 2) sorted by relevance
110 UHashTok namekey, pathkey; in hashEntry() local111 namekey.pointer = b->name; in hashEntry()113 return uhash_hashChars(namekey)+37*uhash_hashChars(pathkey); in hashEntry()
54 UHashTok namekey, pathkey; in hashEntry() local55 namekey.pointer = b->fName; in hashEntry()57 return uhash_hashChars(namekey)+37u*uhash_hashChars(pathkey); in hashEntry()