Searched defs:Py_LOCAL_INLINE (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dpyport.h264 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
289 #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.10/PyMod-2.7.10/Include/
H A Dpyport.h279 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
305 #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/Python-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
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dbytearrayobject.c1130 /* The following Py_LOCAL_INLINE and Py_LOCAL functions
1148 Py_LOCAL_INLINE(Py_ssize_t) function
1542 Py_LOCAL_INLINE(Py_ssize_t) function
H A Dstringobject.c1706 Py_LOCAL_INLINE(Py_ssize_t) function
1821 Py_LOCAL_INLINE(PyObject *)
1854 Py_LOCAL_INLINE(PyObject *)
1884 Py_LOCAL_INLINE(PyObject *)
2334 Py_LOCAL_INLINE(Py_ssize_t) function
3160 Py_LOCAL_INLINE(PyObject *)
3927 Py_LOCAL_INLINE(PyObject *)
4131 Py_LOCAL_INLINE(int)
4204 Py_LOCAL_INLINE(int)
H A Dunicodeobject.c229 Py_LOCAL_INLINE(BLOOM_MASK) make_bloom_mask(Py_UNICODE* ptr, Py_ssize_t len) function
243 Py_LOCAL_INLINE(int) unicode_member(Py_UNICODE chr, Py_UNICODE* set, Py_ssize_t setlen)
3017 Py_LOCAL_INLINE(const Py_UNICODE *) findchar(const Py_UNICODE *s,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dbytearrayobject.c1126 /* The following Py_LOCAL_INLINE and Py_LOCAL functions
1144 Py_LOCAL_INLINE(Py_ssize_t) function
1538 Py_LOCAL_INLINE(Py_ssize_t) function
H A Dstringobject.c1689 Py_LOCAL_INLINE(Py_ssize_t) function
1804 Py_LOCAL_INLINE(PyObject *)
1837 Py_LOCAL_INLINE(PyObject *)
1867 Py_LOCAL_INLINE(PyObject *)
2315 Py_LOCAL_INLINE(Py_ssize_t) function
3139 Py_LOCAL_INLINE(PyObject *)
3907 Py_LOCAL_INLINE(PyObject *)
4111 Py_LOCAL_INLINE(int)
4184 Py_LOCAL_INLINE(int)
H A Dunicodeobject.c216 Py_LOCAL_INLINE(BLOOM_MASK) make_bloom_mask(Py_UNICODE* ptr, Py_ssize_t len) function
230 Py_LOCAL_INLINE(int) unicode_member(Py_UNICODE chr, Py_UNICODE* set, Py_ssize_t setlen)
2969 Py_LOCAL_INLINE(const Py_UNICODE *) findchar(const Py_UNICODE *s,

Completed in 349 milliseconds