Lines Matching defs:hashValue
91 unsigned int hashValue;
281 hashValue: Generates the arithmetic sum of the bytes of the string
285 hashValue(char *str)
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 = hashValue(attribute);