Home
last modified time | relevance | path

Searched refs:newflags (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c596 int newflags = view->readonly in memory_subscript() local
601 if (PyObject_GetBuffer(view->obj, &newview, newflags) == -1) in memory_subscript()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c596 int newflags = view->readonly in memory_subscript() local
601 if (PyObject_GetBuffer(view->obj, &newview, newflags) == -1) in memory_subscript()