Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmemoryobject.h9 PyAPI_DATA(PyTypeObject) PyMemoryView_Type;
11 #define PyMemoryView_Check(op) (Py_TYPE(op) == &PyMemoryView_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmemoryobject.h9 PyAPI_DATA(PyTypeObject) PyMemoryView_Type;
11 #define PyMemoryView_Check(op) (Py_TYPE(op) == &PyMemoryView_Type)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c61 PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type); in PyMemoryView_FromBuffer()
254 mem = PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type); in PyMemoryView_GetContiguous()
802 PyTypeObject PyMemoryView_Type = { variable
Dobject.c2153 if (PyType_Ready(&PyMemoryView_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c61 PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type); in PyMemoryView_FromBuffer()
254 mem = PyObject_GC_New(PyMemoryViewObject, &PyMemoryView_Type); in PyMemoryView_GetContiguous()
802 PyTypeObject PyMemoryView_Type = { variable
Dobject.c2144 if (PyType_Ready(&PyMemoryView_Type) < 0) in _Py_ReadyTypes()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2690 SETBUILTIN("memoryview", &PyMemoryView_Type); in _PyBuiltin_Init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2701 SETBUILTIN("memoryview", &PyMemoryView_Type); in _PyBuiltin_Init()