Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c355 int do_decref = 0; /* if nb_int was called */ in II_setitem() local
362 do_decref = 1; in II_setitem()
366 if (do_decref) { in II_setitem()
374 if (do_decref) { in II_setitem()
382 if (do_decref) { in II_setitem()
415 int do_decref = 0; /* if nb_int was called */ in LL_setitem() local
422 do_decref = 1; in LL_setitem()
426 if (do_decref) { in LL_setitem()
434 if (do_decref) { in LL_setitem()
468 int do_decref = 0; /* if nb_int was called */ in QQ_setitem() local
[all …]
/external/python/cpython3/Objects/
Dlongobject.c502 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongAndOverflow() local
517 do_decref = 1; in PyLong_AsLongAndOverflow()
563 if (do_decref) { in PyLong_AsLongAndOverflow()
1241 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongLong() local
1255 do_decref = 1; in PyLong_AsLongLong()
1273 if (do_decref) { in PyLong_AsLongLong()
1395 int do_decref = 0; /* if nb_int was called */ in PyLong_AsLongLongAndOverflow() local
1410 do_decref = 1; in PyLong_AsLongLongAndOverflow()
1456 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()