Home
last modified time | relevance | path

Searched defs:Py_LOCAL_INLINE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h305 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
308 #define Py_LOCAL_INLINE(type) static inline type macro
311 #define Py_LOCAL_INLINE(type) static type macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h290 #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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
292 #define Py_LOCAL_INLINE(type) static inline type macro
295 #define Py_LOCAL_INLINE(type) static type macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h290 #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