Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Drandom.c12 int _Py_HashSecret_Initialized = 0; variable
14 static int _Py_HashSecret_Initialized = 0; variable
368 if (_Py_HashSecret_Initialized) in _PyRandom_Init()
370 _Py_HashSecret_Initialized = 1; in _PyRandom_Init()
/external/python/cpython3/Python/
Dbootstrap_hash.c39 int _Py_HashSecret_Initialized = 0; variable
41 static int _Py_HashSecret_Initialized = 0; variable
578 if (_Py_HashSecret_Initialized) { in _Py_HashRandomization_Init()
581 _Py_HashSecret_Initialized = 1; in _Py_HashRandomization_Init()
Dpyhash.c259 assert(_Py_HashSecret_Initialized); in fnv()
/external/python/cpython3/Include/
Dpyhash.h83 PyAPI_DATA(int) _Py_HashSecret_Initialized;
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt374 _Py_HashSecret_Initialized
Dknown.tsv1007 Python/bootstrap_hash.c - _Py_HashSecret_Initialized variable static int _Py_HashSecret_Initialized
/external/python/cpython2/Include/
Dobject.h527 PyAPI_DATA(int) _Py_HashSecret_Initialized;
/external/python/cpython2/Objects/
Dstringobject.c1276 assert(_Py_HashSecret_Initialized); in string_hash()
Dunicodeobject.c6650 assert(_Py_HashSecret_Initialized); in unicode_hash()
/external/python/cpython3/Objects/
Dunicodeobject.c11873 assert(_Py_HashSecret_Initialized); in unicode_hash()