Searched defs:hashValue (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c91 unsigned int hashValue; member in struct:nodeStruct
281 hashValue: Generates the arithmetic sum of the bytes of the string
285 hashValue(char *str) function
340 nameHash = hashValue(name);
342 if ((nameHash == node->hashValue) && !strcmp(name, node->name))
427 cp->hashValue = hashValue(class);
478 ip->hashValue = hashValue(name);
1413 ap->hashValue
[all...]

Completed in 36 milliseconds