Searched refs:nindices (Results 1 – 1 of 1) sorted by relevance
2311 Py_ssize_t dim, nindices = PyTuple_GET_SIZE(tup); in ptr_from_tuple() local2313 if (nindices > view->ndim) { in ptr_from_tuple()2316 view->ndim, nindices); in ptr_from_tuple()2320 for (dim = 0; dim < nindices; dim++) { in ptr_from_tuple()2370 Py_ssize_t nindices = PyTuple_GET_SIZE(tup); in memory_item_multi() local2379 if (nindices < view->ndim) { in memory_item_multi()