Searched defs:do_decref (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c256 int do_decref = 0; /* if nb_int was called */ local
278 do_decref = 1;
335 if (do_decref) {
1056 int do_decref = 0; /* if nb_int was called */ local
1078 do_decref = 1;
1135 if (do_decref) {

Completed in 59 milliseconds