HomeSort by relevance Sort by last modified time
    Searched refs:LINKCELLS (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/
itertoolsmodule.c 380 /* The teedataobject pre-allocates space for LINKCELLS number of objects.
388 #define LINKCELLS 57
393 int numread; /* 0 <= numread <= LINKCELLS */
395 PyObject *(values[LINKCELLS]);
401 int index; /* 0 <= index <= LINKCELLS */
438 assert(i < LINKCELLS);
538 if (len > LINKCELLS)
544 /* len <= LINKCELLS < INT_MAX */
547 if (len == LINKCELLS) {
626 if (to->index >= LINKCELLS) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 319 /* The teedataobject pre-allocates space for LINKCELLS number of objects.
327 #define LINKCELLS 57
334 PyObject *(values[LINKCELLS]);
377 assert(i < LINKCELLS);
493 if (to->index >= LINKCELLS) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 319 /* The teedataobject pre-allocates space for LINKCELLS number of objects.
327 #define LINKCELLS 57
334 PyObject *(values[LINKCELLS]);
377 assert(i < LINKCELLS);
476 if (to->index >= LINKCELLS) {
    [all...]
  /external/python/cpython2/Modules/
itertoolsmodule.c 317 /* The teedataobject pre-allocates space for LINKCELLS number of objects.
325 #define LINKCELLS 57
332 PyObject *(values[LINKCELLS]);
375 assert(i < LINKCELLS);
491 if (to->index >= LINKCELLS) {
    [all...]

Completed in 48 milliseconds