Home
last modified time | relevance | path

Searched refs:suboffsets (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c296 if (view->suboffsets==NULL) { in PyMemoryView_GetContiguous()
378 return _IntTupleFromSsizet(self->view.ndim, self->view.suboffsets); in memory_suboffsets_get()
537 if (view->suboffsets != NULL && in memory_item()
538 view->suboffsets[0] >= 0) { in memory_item()
539 ptr = *((char **)ptr) + view->suboffsets[0]; in memory_item()
Dabstract.c417 if (view->suboffsets != NULL) return 0; in PyBuffer_IsContiguous()
437 if ((view->suboffsets != NULL) && (view->suboffsets[i] >= 0)) { in PyBuffer_GetPointer()
438 pointer = *((char**)pointer) + view->suboffsets[i]; in PyBuffer_GetPointer()
708 view->suboffsets = NULL; in PyBuffer_FillInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c296 if (view->suboffsets==NULL) { in PyMemoryView_GetContiguous()
378 return _IntTupleFromSsizet(self->view.ndim, self->view.suboffsets); in memory_suboffsets_get()
537 if (view->suboffsets != NULL && in memory_item()
538 view->suboffsets[0] >= 0) { in memory_item()
539 ptr = *((char **)ptr) + view->suboffsets[0]; in memory_item()
Dabstract.c417 if (view->suboffsets != NULL) return 0; in PyBuffer_IsContiguous()
437 if ((view->suboffsets != NULL) && (view->suboffsets[i] >= 0)) { in PyBuffer_GetPointer()
438 pointer = *((char**)pointer) + view->suboffsets[i]; in PyBuffer_GetPointer()
708 view->suboffsets = NULL; in PyBuffer_FillInfo()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_memoryview.py181 self.assertEqual(m.suboffsets, None)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h175 Py_ssize_t *suboffsets; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h175 Py_ssize_t *suboffsets; member