Searched refs:hashcode (Results 1 – 8 of 8) sorted by relevance
142 int32_t hashcode, in _uhash_setElement() argument173 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() argument340 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 …]
96 int32_t hashcode; member
305 protected int hashcode; field in SemanticContext.CommutativePredicate322 hashcode = calculateHashCode(); in CommutativePredicate()335 hashcode = calculateHashCode(); in CommutativePredicate()413 return hashcode; in hashCode()485 int hashcode = 0; in calculateHashCode() local487 hashcode = hashcode ^ context.hashCode(); in calculateHashCode()490 return hashcode; in calculateHashCode()533 int hashcode = 0; in calculateHashCode() local535 hashcode = ~hashcode ^ context.hashCode(); in calculateHashCode()538 return hashcode; in calculateHashCode()
56 public static int hashCode(final int seed, final int hashcode) { in hashCode() argument57 return seed * HASH_OFFSET + hashcode; in hashCode()
871 int hashcode = decimalAt;874 hashcode = hashcode * 37 + digits[i];876 return hashcode;
870 int hashcode = decimalAt;873 hashcode = hashcode * 37 + digits[i];875 return hashcode;
318 - API Addition: extended shape classes like Circle, Ellipse etc. with hashcode/equals and other hel…
21 + 418636 Name anonymous filter and holders with classname-hashcode28 + 418636 Name anonymous filter and holders with classname-hashcode2304 + JETTY-884 Use hashcode for threadpool ID