Home
last modified time | relevance | path

Searched refs:hashcode (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/common/
Duhash.c142 int32_t hashcode, in _uhash_setElement() argument
173 e->hashcode = hashcode; in _uhash_setElement()
183 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement()
237 p->hashcode = HASH_EMPTY; in _uhash_allocate()
332 int32_t hashcode) { in _uhash_find() argument
340 hashcode &= 0x7FFFFFFF; /* must be positive */ in _uhash_find()
341 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find()
344 tableHash = elements[theIndex].hashcode; in _uhash_find()
345 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
364 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find()
[all …]
Duhash.h93 int32_t hashcode; member
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java305 protected int hashcode; field in SemanticContext.CommutativePredicate
322 hashcode = calculateHashCode(); in CommutativePredicate()
335 hashcode = calculateHashCode(); in CommutativePredicate()
413 return hashcode; in hashCode()
485 int hashcode = 0; in calculateHashCode() local
487 hashcode = hashcode ^ context.hashCode(); in calculateHashCode()
490 return hashcode; in calculateHashCode()
533 int hashcode = 0; in calculateHashCode() local
535 hashcode = ~hashcode ^ context.hashCode(); in calculateHashCode()
538 return hashcode; in calculateHashCode()
/external/apache-http/src/org/apache/http/util/
DLangUtils.java56 public static int hashCode(final int seed, final int hashcode) { in hashCode() argument
57 return seed * HASH_OFFSET + hashcode; in hashCode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDigitList.java849 int hashcode = decimalAt;
852 hashcode = hashcode * 37 + digits[i];
854 return hashcode;
/external/robolectric/lib/main/
Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar ... java.lang.Object) Object obj public int hashCode () } org/eclipse/pde/api ...
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/
DVERSION.txt21 + 418636 Name anonymous filter and holders with classname-hashcode
28 + 418636 Name anonymous filter and holders with classname-hashcode
2304 + JETTY-884 Use hashcode for threadpool ID
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jar ... java.lang.Throwable getCause () public int hashCode () int hashCode public boolean equals (java. ...