Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dabstract.h364 PyAPI_FUNC(void) _Py_add_one_to_index_F(int nd, Py_ssize_t *index,
/third_party/python/Objects/
Dabstract.c493 _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
597 addone = _Py_add_one_to_index_F; in PyBuffer_FromContiguous()
/third_party/python/Misc/
DHISTORY12654 become _Py_add_one_to_index_C() and _Py_add_one_to_index_F(), respectively.