Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h1389 PyAPI_FUNC(void) _Py_add_one_to_index_C(int nd, Py_ssize_t *index,
/external/python/cpython2/Objects/
Dabstract.c462 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_C() function
516 addone = _Py_add_one_to_index_C; in PyBuffer_ToContiguous()
567 addone = _Py_add_one_to_index_C; in PyBuffer_FromContiguous()
644 _Py_add_one_to_index_C(view_src.ndim, indices, view_src.shape); in PyObject_CopyData()
Dmemoryobject.c203 func = _Py_add_one_to_index_C; in _indirect_copy_nd()
/external/python/cpython3/Include/
Dabstract.h1367 PyAPI_FUNC(void) _Py_add_one_to_index_C(int nd, Py_ssize_t *index,
/external/python/cpython3/Objects/
Dabstract.c456 _Py_add_one_to_index_C(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_C() function
505 addone = _Py_add_one_to_index_C; in PyBuffer_FromContiguous()
582 _Py_add_one_to_index_C(view_src.ndim, indices, view_src.shape); in PyObject_CopyData()
/external/python/cpython2/Misc/
DNEWS5939 _add_one_to_index_F() become _Py_add_one_to_index_C() and
/external/python/cpython3/Misc/
DHISTORY12654 become _Py_add_one_to_index_C() and _Py_add_one_to_index_F(), respectively.