Searched refs:int_new (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | intobject.c | 1065 int_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in int_new() function 1128 tmp = int_new(&PyInt_Type, args, kwds); in int_subtype_new() 1453 int_new, /* tp_new */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | intobject.c | 1045 int_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in int_new() function 1102 tmp = int_new(&PyInt_Type, args, kwds); in int_subtype_new() 1422 int_new, /* tp_new */
|