Searched refs:init_slice (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | _testbuffer.c | 1712 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice() function 1827 if (init_slice(base, key, 0) < 0) in ndarray_subscript() 1840 if (init_slice(base, key, (int)i) < 0) in ndarray_subscript()
|
/external/python/cpython3/Objects/ |
D | memoryobject.c | 2286 init_slice(Py_buffer *base, PyObject *key, int dim) in init_slice() function 2395 if (init_slice(&sliced->view, key, 0) < 0) { in memory_subscript() 2484 if (init_slice(&dest, key, 0) < 0) in memory_ass_sub()
|