Searched refs:tp_hash (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobject.c1108 if (tp->tp_hash != NULL)
1109 return (*tp->tp_hash)(v);
1113 * PyType_Ready here and then check the tp_hash slot again
1118 if (tp->tp_hash != NULL)
1119 return (*tp->tp_hash)(v);
2029 (hashfunc)_Py_HashPointer, /*tp_hash */
2060 0, /*tp_hash */
H A Dtypeobject.c2787 (hashfunc)_Py_HashPointer, /* tp_hash */
3545 (hashfunc)_Py_HashPointer, /* tp_hash */
3899 /* tp_hash see tp_richcompare */
3905 type->tp_hash == NULL)
3909 type->tp_hash = base->tp_hash;
3912 if (base->tp_hash &&
3913 (base->tp_hash != PyObject_HashNotImplemented) &&
5414 h = PyLong_Type.tp_hash(res);
5888 TPSLOT("__hash__", tp_hash, slot_tp_has
[all...]
H A Dclassobject.c459 0, /* tp_hash */
1015 outcome = res->ob_type->tp_hash(res);
2218 (hashfunc)instance_hash, /* tp_hash */
2648 (hashfunc)instancemethod_hash, /* tp_hash */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobject.c1101 if (tp->tp_hash != NULL)
1102 return (*tp->tp_hash)(v);
1106 * PyType_Ready here and then check the tp_hash slot again
1111 if (tp->tp_hash != NULL)
1112 return (*tp->tp_hash)(v);
2022 (hashfunc)_Py_HashPointer, /*tp_hash */
2053 0, /*tp_hash */
H A Dtypeobject.c2756 (hashfunc)_Py_HashPointer, /* tp_hash */
3512 (hashfunc)_Py_HashPointer, /* tp_hash */
3864 /* tp_hash see tp_richcompare */
3870 type->tp_hash == NULL)
3874 type->tp_hash = base->tp_hash;
3877 if (base->tp_hash &&
3878 (base->tp_hash != PyObject_HashNotImplemented) &&
5362 h = PyLong_Type.tp_hash(res);
5974 TPSLOT("__hash__", tp_hash, slot_tp_has
[all...]
H A Dclassobject.c449 0, /* tp_hash */
991 outcome = res->ob_type->tp_hash(res);
2194 (hashfunc)instance_hash, /* tp_hash */
2624 (hashfunc)instancemethod_hash, /* tp_hash */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobject.h346 hashfunc tp_hash; member in struct:_typeobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobject.h346 hashfunc tp_hash; member in struct:_typeobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_testcapimodule.c195 0, /* tp_hash */
272 if (type->tp_hash != PyType_Type.tp_hash) {
323 0, /* tp_hash */
1826 0, /* tp_hash */

Completed in 44 milliseconds