Home
last modified time | relevance | path

Searched refs:LINKCELLS (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Ditertoolsmodule.c565 /* The teedataobject pre-allocates space for LINKCELLS number of objects.
573 #define LINKCELLS 57 macro
578 int numread; /* 0 <= numread <= LINKCELLS */
581 PyObject *(values[LINKCELLS]);
587 int index; /* 0 <= index <= LINKCELLS */
623 assert(i < LINKCELLS); in teedataobject_getitem()
737 if (len > LINKCELLS) in itertools_teedataobject_impl()
743 /* len <= LINKCELLS < INT_MAX */ in itertools_teedataobject_impl()
746 if (len == LINKCELLS) { in itertools_teedataobject_impl()
821 if (to->index >= LINKCELLS) { in tee_next()
[all...]

Completed in 5 milliseconds