Home
last modified time | relevance | path

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

/external/python/cpython2/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
/external/python/cpython3/Include/
Dpyport.h194 # define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
197 # define Py_LOCAL_INLINE(type) static inline type macro
/external/python/cpython3/Modules/_decimal/
D_decimal.c52 #define Py_LOCAL_INLINE Py_LOCAL macro
/external/python/cpython3/Python/
Dceval.c5849 Py_LOCAL_INLINE(PyObject *) _Py_HOT_FUNCTION in Py_LOCAL_INLINE() function