Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Ditertoolsmodule.c392 #define LINKCELLS 57 macro
399 PyObject *(values[LINKCELLS]);
442 assert(i < LINKCELLS); in teedataobject_getitem()
542 if (len > LINKCELLS) in teedataobject_new()
551 if (len == LINKCELLS) { in teedataobject_new()
630 if (to->index >= LINKCELLS) { in tee_next()
746 if (index < 0 || index > LINKCELLS) { in tee_setstate()
/external/python/cpython2/Modules/
Ditertoolsmodule.c311 #define LINKCELLS 57 macro
318 PyObject *(values[LINKCELLS]);
361 assert(i < LINKCELLS); in teedataobject_getitem()
477 if (to->index >= LINKCELLS) { in tee_next()