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