Home
last modified time | relevance | path

Searched refs:Array_item (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/
D_ctypes.c4443 Array_item(PyObject *_self, Py_ssize_t index) in Array_item() function
4508 PyObject *v = Array_item(_self, i+ilow); in Array_slice()
4526 return Array_item(_self, i); in Array_subscript()
4605 PyObject *v = Array_item(_self, cur); in Array_subscript()
4756 Array_item, /* sq_item; */
/external/python/cpython3/Modules/_ctypes/
D_ctypes.c4330 Array_item(PyObject *myself, Py_ssize_t index) in Array_item() function
4367 return Array_item(myself, i); in Array_subscript()
4446 PyObject *v = Array_item(myself, cur); in Array_subscript()
4559 Array_item, /* sq_item; */