Home
last modified time | relevance | path

Searched refs:PyRange_Type (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Drangeobject.h21 PyAPI_DATA(PyTypeObject) PyRange_Type;
23 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Drangeobject.h21 PyAPI_DATA(PyTypeObject) PyRange_Type;
23 #define PyRange_Check(op) (Py_TYPE(op) == &PyRange_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Drangeobject.c73 obj = PyObject_New(rangeobject, &PyRange_Type); in range_new()
160 PyTypeObject PyRange_Type = { variable
Dobject.c2103 if (PyType_Ready(&PyRange_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Drangeobject.c97 obj = PyObject_New(rangeobject, &PyRange_Type); in range_new()
185 PyTypeObject PyRange_Type = { variable
Dobject.c2110 if (PyType_Ready(&PyRange_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2727 SETBUILTIN("xrange", &PyRange_Type); in _PyBuiltin_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2716 SETBUILTIN("xrange", &PyRange_Type); in _PyBuiltin_Init()