Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c119 Py_ssize_t outstride; in _strided_copy_nd() local
138 outstride = itemsize; in _strided_copy_nd()
140 outstride *= shape[k]; in _strided_copy_nd()
145 dest += outstride; in _strided_copy_nd()
156 outstride = itemsize; in _strided_copy_nd()
158 outstride *= shape[k]; in _strided_copy_nd()
164 dest += outstride; in _strided_copy_nd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c119 Py_ssize_t outstride; in _strided_copy_nd() local
138 outstride = itemsize; in _strided_copy_nd()
140 outstride *= shape[k]; in _strided_copy_nd()
145 dest += outstride; in _strided_copy_nd()
156 outstride = itemsize; in _strided_copy_nd()
158 outstride *= shape[k]; in _strided_copy_nd()
164 dest += outstride; in _strided_copy_nd()