Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c321 LL_getitem(arrayobject *ap, Py_ssize_t i) in LL_getitem() function
405 {'L', sizeof(long), LL_getitem, LL_setitem},
/external/python/cpython3/Modules/
Darraymodule.c401 LL_getitem(arrayobject *ap, Py_ssize_t i) in LL_getitem() function
559 {'L', sizeof(long), LL_getitem, LL_setitem, LL_compareitems, "L", 1, 0},