Searched defs:long_bitwise (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.c3762 long_bitwise(PyLongObject *a, function
3890 c = long_bitwise(a, '&', b);
3902 c = long_bitwise(a, '^', b);
3914 c = long_bitwise(a, '|', b);

Completed in 124 milliseconds