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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dpyport.h897 #ifndef Py_LL
898 #define Py_LL(x) x##LL macro
902 #define Py_ULL(x) Py_LL(x##U)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h910 #ifndef Py_LL
911 #define Py_LL(x) x##LL macro
915 #define Py_ULL(x) Py_LL(x##U)

Completed in 218 milliseconds