Home
last modified time | relevance | path

Searched refs:buffertype (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dmemoryobject.h20 int buffertype,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dmemoryobject.h20 int buffertype,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous() argument
260 switch(buffertype) { in PyMemoryView_GetContiguous()
279 if (buffertype == PyBUF_WRITE) { in PyMemoryView_GetContiguous()
307 if (buffertype == PyBUF_SHADOW) { in PyMemoryView_GetContiguous()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c240 PyMemoryView_GetContiguous(PyObject *obj, int buffertype, char fort) in PyMemoryView_GetContiguous() argument
260 switch(buffertype) { in PyMemoryView_GetContiguous()
279 if (buffertype == PyBUF_WRITE) { in PyMemoryView_GetContiguous()
307 if (buffertype == PyBUF_SHADOW) { in PyMemoryView_GetContiguous()