Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h1387 PyAPI_FUNC(void) _Py_add_one_to_index_F(int nd, Py_ssize_t *index,
/external/python/cpython3/Include/
Dabstract.h1096 PyAPI_FUNC(void) _Py_add_one_to_index_F(int nd, Py_ssize_t *index,
/external/python/cpython2/Objects/
Dmemoryobject.c200 func = _Py_add_one_to_index_F; in _indirect_copy_nd()
Dabstract.c446 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_F() function
513 addone = _Py_add_one_to_index_F; in PyBuffer_ToContiguous()
564 addone = _Py_add_one_to_index_F; in PyBuffer_FromContiguous()
/external/python/cpython3/Objects/
Dabstract.c467 _Py_add_one_to_index_F(int nd, Py_ssize_t *index, const Py_ssize_t *shape) in _Py_add_one_to_index_F() function
529 addone = _Py_add_one_to_index_F; in PyBuffer_FromContiguous()
/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.