Home
last modified time | relevance | path

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

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersStrings.c152 #define _PyUnicode_HASH(op) (((PyASCIIObject *)(op))->hash) macro
240 if (_PyUnicode_HASH(unicode) != -1) in _NuitkaUnicode_modifiable()
263 _PyUnicode_HASH(unicode) = -1; in _NuitkaUnicode_New()
/dports/lang/python37/Python-3.7.12/Objects/
H A Dunicodeobject.c1135 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1335 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1861 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11152 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11668 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11669 return _PyUnicode_HASH(self); in unicode_hash()
11678 _PyUnicode_HASH(self) = 0; in unicode_hash()
11683 _PyUnicode_HASH(self) = x; in unicode_hash()
15079 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15081 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/
H A Dunicodeobject.c1176 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1379 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1905 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11163 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11164 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11679 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11680 return _PyUnicode_HASH(self); in unicode_hash()
11686 _PyUnicode_HASH(self) = x; in unicode_hash()
15082 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15084 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dunicodeobject.c1176 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1379 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1905 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11163 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11164 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11679 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11680 return _PyUnicode_HASH(self); in unicode_hash()
11686 _PyUnicode_HASH(self) = x; in unicode_hash()
15082 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15084 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/lang/python311/Python-3.11.0a3/Objects/
H A Dunicodeobject.c1246 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1466 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
2015 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11344 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11345 Py_hash_t hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11869 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11870 return _PyUnicode_HASH(self); in unicode_hash()
11876 _PyUnicode_HASH(self) = x; in unicode_hash()
15378 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15380 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dunicodeobject.c1176 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1379 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1905 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11163 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11164 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11679 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11680 return _PyUnicode_HASH(self); in unicode_hash()
11686 _PyUnicode_HASH(self) = x; in unicode_hash()
15082 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15084 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Objects/
H A Dunicodeobject.c1176 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1379 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1905 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11163 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11164 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11679 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11680 return _PyUnicode_HASH(self); in unicode_hash()
11686 _PyUnicode_HASH(self) = x; in unicode_hash()
15082 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15084 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dunicodeobject.c1176 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1379 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
1905 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11163 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11164 hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11679 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11680 return _PyUnicode_HASH(self); in unicode_hash()
11686 _PyUnicode_HASH(self) = x; in unicode_hash()
15082 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15084 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/lang/python310/Python-3.10.1/Objects/
H A Dunicodeobject.c1239 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1459 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
2003 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11603 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11604 Py_hash_t hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
12128 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
12129 return _PyUnicode_HASH(self); in unicode_hash()
12135 _PyUnicode_HASH(self) = x; in unicode_hash()
15636 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15638 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]
/dports/lang/python39/Python-3.9.9/Objects/
H A Dunicodeobject.c1261 _PyUnicode_HASH(unicode) = -1; in _PyUnicode_New()
1464 _PyUnicode_HASH(unicode) = -1; in PyUnicode_New()
2000 if (_PyUnicode_HASH(unicode) != -1) in unicode_modifiable()
11451 assert(_PyUnicode_HASH(right_uni) != -1); in _PyUnicode_EqualToASCIIId()
11452 Py_hash_t hash = _PyUnicode_HASH(left); in _PyUnicode_EqualToASCIIId()
11971 if (_PyUnicode_HASH(self) != -1) in unicode_hash()
11972 return _PyUnicode_HASH(self); in unicode_hash()
11978 _PyUnicode_HASH(self) = x; in unicode_hash()
15498 _PyUnicode_HASH(self) = -1; in unicode_subtype_new()
15500 _PyUnicode_HASH(self) = _PyUnicode_HASH(unicode); in unicode_subtype_new()
[all …]