Searched refs:hashcode (Results 1 – 14 of 14) sorted by relevance
145 int32_t hashcode, in _uhash_setElement() argument176 e->hashcode = hashcode; in _uhash_setElement()186 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement()240 p->hashcode = HASH_EMPTY; in _uhash_allocate()335 int32_t hashcode) { in _uhash_find() argument343 hashcode &= 0x7FFFFFFF; /* must be positive */ in _uhash_find()344 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find()347 tableHash = elements[theIndex].hashcode; in _uhash_find()348 if (tableHash == hashcode) { /* quick check */ in _uhash_find()367 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find()[all …]
98 int32_t hashcode; member
308 protected int hashcode; field in SemanticContext.CommutativePredicate325 hashcode = calculateHashCode(); in CommutativePredicate()338 hashcode = calculateHashCode(); in CommutativePredicate()416 return hashcode; in hashCode()490 int hashcode = 0; in calculateHashCode() local492 hashcode = hashcode ^ context.hashCode(); in calculateHashCode()495 return hashcode; in calculateHashCode()538 int hashcode = 0; in calculateHashCode() local540 hashcode = ~hashcode ^ context.hashCode(); in calculateHashCode()543 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()
91 self.hashcode = random.randrange(1000000000)95 return self.hashcode
3001 self.hashcode = hash(self.canonical)3009 return self.hashcode
37 long hashcode; /* -1 when unknown */ member54 long hashcode; \
37 Py_hash_t hashcode; /* -1 when unknown */ member54 Py_hash_t hashcode; \
644 self->hashcode = -1; in set_date_fields()708 self->hashcode = -1; in new_time_ex()746 self->hashcode = -1; in new_delta_ex()1789 if (self->hashcode == -1) { in delta_hash()1792 self->hashcode = PyObject_Hash(temp); in delta_hash()1796 return self->hashcode; in delta_hash()2303 me->hashcode = -1; in date_new()2671 if (self->hashcode == -1) { in date_hash()2674 self->hashcode = PyObject_Hash(temp); in date_hash()2678 return self->hashcode; in date_hash()[all …]
675 self->hashcode = -1; in set_date_fields()995 self->hashcode = -1; in new_time_ex2()1041 self->hashcode = -1; in new_delta_ex()2176 if (self->hashcode == -1) { in delta_hash()2179 self->hashcode = PyObject_Hash(temp); in delta_hash()2183 return self->hashcode; in delta_hash()2807 me->hashcode = -1; in date_from_pickle()3309 if (self->hashcode == -1) { in date_hash()3310 self->hashcode = generic_hash( in date_hash()3314 return self->hashcode; in date_hash()[all …]
15 Then the CompilationUnit has the same hashcode to the second CompilationUnit
76 Then the CompilationUnit has the same hashcode to the second CompilationUnit104 Then the CompilationUnit has a different hashcode to the second CompilationUnit109 Scenario: Classes that only differ by comments should not be equal or have the same hashcode132 Then the CompilationUnit has a different hashcode to the second CompilationUnit
514 * `VisitorMap` lets you override hashcode/equals for nodes when used as a key for a map.
3035 self.hashcode = hash(self.canonical)3043 return self.hashcode