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.h1098 PyAPI_FUNC(void) _Py_add_one_to_index_C(int nd, Py_ssize_t *index,
/external/python/cpython3/Objects/
Dabstract.c483 _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
532 addone = _Py_add_one_to_index_C; in PyBuffer_FromContiguous()
609 _Py_add_one_to_index_C(view_src.ndim, indices, view_src.shape); in PyObject_CopyData()
/external/python/cpython2/Misc/NEWS.d/
D2.7.1rc1.rst1528 _Py_add_one_to_index_C() and _Py_add_one_to_index_F(), respectively.
/external/python/cpython3/Misc/
DHISTORY12654 become _Py_add_one_to_index_C() and _Py_add_one_to_index_F(), respectively.