Searched defs:abs_ival (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.c120 unsigned long abs_ival; local
129 abs_ival = (unsigned long)(-1-ival) + 1;
133 abs_ival = (unsigned long)ival;
140 t = abs_ival;
149 t = abs_ival;
847 unsigned PY_LONG_LONG abs_ival; local
855 abs_ival = (unsigned PY_LONG_LONG)(-1-ival) + 1;
859 abs_ival = (unsigned PY_LONG_LONG)ival;
866 t = abs_ival;
875 t = abs_ival;
[all...]

Completed in 39 milliseconds