Searched refs:pzstop (Results 1 – 1 of 1) sorted by relevance
2289 digit *pz, *pzstop; in PyLong_FromString() local2412 pzstop = pz + Py_SIZE(z); in PyLong_FromString()2413 for (; pz < pzstop; ++pz) { in PyLong_FromString()