Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c7 get_shape0(Py_buffer *buf) in get_shape0() function
25 dest->shape[0] = get_shape0(src); in dup_buffer()
505 return get_shape0(&self->view); in memory_length()
526 result += get_shape0(view); in memory_item()
528 if ((result < 0) || (result >= get_shape0(view))) { in memory_item()
587 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view), in memory_subscript()
653 start += get_shape0(view); in memory_ass_sub()
655 if ((start < 0) || (start >= get_shape0(view))) { in memory_ass_sub()
665 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view), in memory_ass_sub()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c7 get_shape0(Py_buffer *buf) in get_shape0() function
25 dest->shape[0] = get_shape0(src); in dup_buffer()
505 return get_shape0(&self->view); in memory_length()
526 result += get_shape0(view); in memory_item()
528 if ((result < 0) || (result >= get_shape0(view))) { in memory_item()
587 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view), in memory_subscript()
653 start += get_shape0(view); in memory_ass_sub()
655 if ((start < 0) || (start >= get_shape0(view))) { in memory_ass_sub()
665 if (PySlice_GetIndicesEx((PySliceObject*)key, get_shape0(view), in memory_ass_sub()