Home
last modified time | relevance | path

Searched refs:hashCode (Results 26 – 39 of 39) sorted by relevance

12

/illumos-gate/usr/src/common/ficl/
H A Dsearch.c134 ficlUnsigned16 hashCode; in ficlPrimitiveSearchWordlist() local
140 hashCode = ficlHashCode(name); in ficlPrimitiveSearchWordlist()
143 word = ficlHashLookup(hash, name, hashCode); in ficlPrimitiveSearchWordlist()
H A Dsystem.c435 ficlUnsigned16 hashCode = ficlHashCode(name); in ficlSystemLookupLocal() local
444 word = ficlHashLookup(hash, name, hashCode); in ficlSystemLookupLocal()
452 word = ficlHashLookup(hash, name, hashCode); in ficlSystemLookupLocal()
H A Ddictionary.c620 ficlUnsigned16 hashCode = ficlHashCode(name); in ficlDictionaryLookup() local
628 word = ficlHashLookup(hash, name, hashCode); in ficlDictionaryLookup()
H A Dficl.h1333 ficlHashLookup(ficlHash *hash, ficlString name, ficlUnsigned16 hashCode);
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DUserStackRecord.java229 hashCode() in hashCode() method in UserStackRecord
231 return stackRecord.hashCode(); in hashCode()
H A DKernelStackRecord.java280 hashCode() in hashCode() method in KernelStackRecord
282 return Arrays.hashCode(rawStackData); in hashCode()
H A DDistribution.java311 hashCode() in hashCode() method in Distribution
314 return buckets.hashCode(); in hashCode()
480 hashCode() in hashCode() method in Distribution.Bucket
H A DTuple.java261 hashCode() in hashCode() method in Tuple
263 return elements.hashCode(); in hashCode()
H A DExitRecord.java124 hashCode() in hashCode() method in ExitRecord
H A DKernelSymbolRecord.java193 hashCode() in hashCode() method in KernelSymbolRecord
H A DLocalConsumer.java1413 hashCode() in hashCode() method in LocalConsumer.Identifier
1419 localHost.hashCode()); in hashCode()
1420 hash = (37 * hash) + tag.hashCode(); in hashCode()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java646 public int hashCode() in hashCode() method in Configuration
648 return name.hashCode(); in hashCode()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceLocationAttribute.java1069 public int hashCode() { in hashCode() method in ServiceLocationAttribute
1070 return id.toLowerCase().hashCode(); in hashCode()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java303 public int hashCode() in hashCode() method in AbstractObjective
305 return (getExpression().hashCode()); in hashCode()

12