Searched refs:Hash (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsdict.c102 static integer Hash(char *name, integer nEntries) function
134 e = Probe(dict, Hash(name, dict->nEntries), name);
144 integer x = Hash(name, dict->nEntries);
162 integer x = Hash(name, dict->nEntries);
175 integer x = Hash(name, 511);
/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpswdict.c93 static int Hash(char *name, int nEntries) function
125 e = Probe(dict, Hash(name, dict->nEntries), name);
135 int x = Hash(name, dict->nEntries);
153 int x = Hash(name, dict->nEntries);
166 int x = Hash(name, 511);
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c240 int Hash(string) function
269 hash = Hash(resource->file);
499 hash = Hash(resource->file);
1490 UPRResource *resource = UPRresources[Hash(filename)];
1724 for (upr = UPRresources[Hash(resource->file)];
1734 for (upr = UPRresources[Hash(resource->file)];

Completed in 21 milliseconds