Searched defs:Py_LOCAL_INLINE (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.h251 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
277 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
280 #define Py_LOCAL_INLINE(type) static inline type macro
283 #define Py_LOCAL_INLINE(type) static type macro
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dpyport.h264 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
290 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
293 #define Py_LOCAL_INLINE(type) static inline type macro
296 #define Py_LOCAL_INLINE(type) static type macro

Completed in 35 milliseconds