Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dsvmodule.c514 static PyObject *evenitem, *odditem; in sv_CaptureBurst() local
553 if (evenitem == NULL) { in sv_CaptureBurst()
554 if (!(evenitem = PyInt_FromLong(0))) in sv_CaptureBurst()
568 Py_INCREF(evenitem); in sv_CaptureBurst()
569 sts = PyTuple_SetItem(bitvecobj, i, evenitem); in sv_CaptureBurst()