Home
last modified time | relevance | path

Searched refs:code_hash (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/
Dunicodename_db.h14756 static unsigned int code_hash[] = { variable
Dunicodedata.c1069 v = code_hash[i]; in _getcode()
1081 v = code_hash[i]; in _getcode()
/external/python/cpython2/Objects/
Dcodeobject.c629 code_hash(PyCodeObject *co) in code_hash() function
668 (hashfunc)code_hash, /* tp_hash */