Lines Matching refs:next
90 struct ndbuf *next;
132 ndbuf->next = NULL;
180 elt->next = nd->head;
190 elt->prev->next = elt->next;
192 nd->head = elt->next;
194 if (elt->next)
195 elt->next->prev = elt->prev;
252 nd->head->next = NULL;
746 | next | OK (NULL) | OK | OK |
1288 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */
1354 PyObject *strides = NULL; /* number of bytes to the next elt in each dim */
1402 if (nd->head->next == NULL) {
1662 In the original array, the next element in a dimension is reached
1664 may be skipped, so the next element is reached by adding: