Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Duhash.cpp147 int32_t hashcode, in _uhash_setElement() argument
178 e->hashcode = hashcode; in _uhash_setElement()
188 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement()
242 p->hashcode = HASH_EMPTY; in _uhash_allocate()
337 int32_t hashcode) { in _uhash_find() argument
345 hashcode &= 0x7FFFFFFF; /* must be positive */ in _uhash_find()
346 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find()
349 tableHash = elements[theIndex].hashcode; in _uhash_find()
350 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
369 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find()
[all …]
Duhash.h105 int32_t hashcode; member
/third_party/skia/third_party/externals/icu/source/common/
Duhash.cpp147 int32_t hashcode, in _uhash_setElement() argument
178 e->hashcode = hashcode; in _uhash_setElement()
188 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement()
242 p->hashcode = HASH_EMPTY; in _uhash_allocate()
337 int32_t hashcode) { in _uhash_find() argument
345 hashcode &= 0x7FFFFFFF; /* must be positive */ in _uhash_find()
346 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find()
349 tableHash = elements[theIndex].hashcode; in _uhash_find()
350 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
369 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find()
[all …]
Duhash.h105 int32_t hashcode; member
/third_party/icu/icu4c/source/common/
Duhash.cpp147 int32_t hashcode, in _uhash_setElement() argument
178 e->hashcode = hashcode; in _uhash_setElement()
188 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement()
242 p->hashcode = HASH_EMPTY; in _uhash_allocate()
337 int32_t hashcode) { in _uhash_find() argument
345 hashcode &= 0x7FFFFFFF; /* must be positive */ in _uhash_find()
346 startIndex = theIndex = (hashcode ^ 0x4000000) % hash->length; in _uhash_find()
349 tableHash = elements[theIndex].hashcode; in _uhash_find()
350 if (tableHash == hashcode) { /* quick check */ in _uhash_find()
369 jump = (hashcode % (hash->length - 1)) + 1; in _uhash_find()
[all …]
Duhash.h105 int32_t hashcode; member
/third_party/python/Include/
Ddatetime.h37 Py_hash_t hashcode; /* -1 when unknown */ member
54 Py_hash_t hashcode; \
/third_party/python/Modules/
D_datetimemodule.c668 self->hashcode = -1; in set_date_fields()
988 self->hashcode = -1; in new_time_ex2()
1034 self->hashcode = -1; in new_delta_ex()
2167 if (self->hashcode == -1) { in delta_hash()
2170 self->hashcode = PyObject_Hash(temp); in delta_hash()
2174 return self->hashcode; in delta_hash()
2797 me->hashcode = -1; in date_from_pickle()
3434 if (self->hashcode == -1) { in date_hash()
3435 self->hashcode = generic_hash( in date_hash()
3439 return self->hashcode; in date_hash()
[all …]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
DRangeTree.java155 private final int hashcode; field in RangeTree.Node
166 this.hashcode = -1; in Node()
213 this.hashcode = edges.hashCode() ^ Boolean.hashCode(canTerminate); in Node()
285 return hashcode; in hashCode()
/third_party/python/Lib/test/
Dtest_descr.py3057 self.hashcode = hash(self.canonical)
3065 return self.hashcode