Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c350 int do_decref = 0; /* if nb_int was called */ in II_setitem() local
357 do_decref = 1; in II_setitem()
361 if (do_decref) { in II_setitem()
369 if (do_decref) { in II_setitem()
377 if (do_decref) { in II_setitem()
410 int do_decref = 0; /* if nb_int was called */ in LL_setitem() local
417 do_decref = 1; in LL_setitem()
421 if (do_decref) { in LL_setitem()
429 if (do_decref) { in LL_setitem()
463 int do_decref = 0; /* if nb_int was called */ in QQ_setitem() local
[all …]
/external/python/cpython3/Objects/
Dlongobject.c411 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongAndOverflow() local
426 do_decref = 1; in PyLong_AsLongAndOverflow()
472 if (do_decref) { in PyLong_AsLongAndOverflow()
1221 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongLong() local
1235 do_decref = 1; in PyLong_AsLongLong()
1253 if (do_decref) { in PyLong_AsLongLong()
1375 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongLongAndOverflow() local
1390 do_decref = 1; in PyLong_AsLongLongAndOverflow()
1436 if (do_decref) { in PyLong_AsLongLongAndOverflow()
/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()