Searched refs:LL_getitem (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | arraymodule.c | 321 LL_getitem(arrayobject *ap, Py_ssize_t i) in LL_getitem() function 405 {'L', sizeof(long), LL_getitem, LL_setitem},
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 406 LL_getitem(arrayobject *ap, Py_ssize_t i) in LL_getitem() function 564 {'L', sizeof(long), LL_getitem, LL_setitem, LL_compareitems, "L", 1, 0},
|