Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dlongobject.c240 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongAndOverflow() local
262 do_decref = 1; in PyLong_AsLongAndOverflow()
319 if (do_decref) { in PyLong_AsLongAndOverflow()
1058 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongLongAndOverflow() local
1080 do_decref = 1; in PyLong_AsLongLongAndOverflow()
1137 if (do_decref) { in PyLong_AsLongLongAndOverflow()