Home
last modified time | relevance | path

Searched refs:hashcode (Results 1 – 8 of 8) 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.h96 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/android_icu4j/src/main/java/android/icu/text/
DDigitList.java871 int hashcode = decimalAt;
874 hashcode = hashcode * 37 + digits[i];
876 return hashcode;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDigitList.java870 int hashcode = decimalAt;
873 hashcode = hashcode * 37 + digits[i];
875 return hashcode;
/external/libgdx/
DCHANGES318 - API Addition: extended shape classes like Circle, Ellipse etc. with hashcode/equals and other hel…
/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