Searched refs:Py_LOCAL_INLINE (Results 1 - 25 of 37) sorted by relevance

12

/external/python/cpython3/Python/
H A Dcondvar.h91 Py_LOCAL_INLINE(int)
173 Py_LOCAL_INLINE(int)
180 Py_LOCAL_INLINE(int)
187 Py_LOCAL_INLINE(int)
194 Py_LOCAL_INLINE(int)
211 Py_LOCAL_INLINE(int)
225 Py_LOCAL_INLINE(int)
234 Py_LOCAL_INLINE(int)
265 Py_LOCAL_INLINE(int)
272 Py_LOCAL_INLINE(in
[all...]
H A Dpystrtod.c444 Py_LOCAL_INLINE(void)
482 Py_LOCAL_INLINE(void)
550 Py_LOCAL_INLINE(void)
596 Py_LOCAL_INLINE(char *)
/external/python/cpython3/Objects/stringlib/
H A Dfind.h7 Py_LOCAL_INLINE(Py_ssize_t)
26 Py_LOCAL_INLINE(Py_ssize_t)
45 Py_LOCAL_INLINE(Py_ssize_t)
53 Py_LOCAL_INLINE(Py_ssize_t)
63 Py_LOCAL_INLINE(int)
85 Py_LOCAL_INLINE(int)
H A Dcount.h7 Py_LOCAL_INLINE(Py_ssize_t)
H A Deq.h6 Py_LOCAL_INLINE(int)
H A Dreplace.h7 Py_LOCAL_INLINE(void)
H A Dsplit.h53 Py_LOCAL_INLINE(PyObject *)
101 Py_LOCAL_INLINE(PyObject *)
144 Py_LOCAL_INLINE(PyObject *)
192 Py_LOCAL_INLINE(PyObject *)
242 Py_LOCAL_INLINE(PyObject *)
286 Py_LOCAL_INLINE(PyObject *)
335 Py_LOCAL_INLINE(PyObject *)
H A Dfind_max_char.h19 Py_LOCAL_INLINE(Py_UCS4)
59 Py_LOCAL_INLINE(Py_UCS4)
H A Dpartition.h7 Py_LOCAL_INLINE(PyObject*)
62 Py_LOCAL_INLINE(PyObject*)
H A Dfastsearch.h35 Py_LOCAL_INLINE(Py_ssize_t)
80 Py_LOCAL_INLINE(Py_ssize_t)
129 Py_LOCAL_INLINE(Py_ssize_t)
H A Dcodecs.h20 Py_LOCAL_INLINE(Py_UCS4)
259 Py_LOCAL_INLINE(PyObject *)
492 Py_LOCAL_INLINE(Py_UCS4)
614 Py_LOCAL_INLINE(Py_ssize_t)
747 Py_LOCAL_INLINE(Py_ssize_t)
H A Djoin.h7 Py_LOCAL_INLINE(PyObject *)
/external/python/cpython2/Objects/stringlib/
H A Dcount.h10 Py_LOCAL_INLINE(Py_ssize_t)
H A Dfind.h10 Py_LOCAL_INLINE(Py_ssize_t)
30 Py_LOCAL_INLINE(Py_ssize_t)
65 Py_LOCAL_INLINE(Py_ssize_t)
74 Py_LOCAL_INLINE(Py_ssize_t)
85 Py_LOCAL_INLINE(int)
107 Py_LOCAL_INLINE(int)
155 Py_LOCAL_INLINE(int)
H A Dsplit.h56 Py_LOCAL_INLINE(PyObject *)
104 Py_LOCAL_INLINE(PyObject *)
147 Py_LOCAL_INLINE(PyObject *)
195 Py_LOCAL_INLINE(PyObject *)
245 Py_LOCAL_INLINE(PyObject *)
289 Py_LOCAL_INLINE(PyObject *)
338 Py_LOCAL_INLINE(PyObject *)
H A Dpartition.h10 Py_LOCAL_INLINE(PyObject*)
60 Py_LOCAL_INLINE(PyObject*)
H A Dfastsearch.h36 Py_LOCAL_INLINE(Py_ssize_t)
H A Dtransmogrify.h84 Py_LOCAL_INLINE(PyObject *)
/external/python/cpython3/Include/
H A Dpyport.h152 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
175 #define Py_LOCAL_INLINE(type) static __inline type __fastcall macro
178 #define Py_LOCAL_INLINE(type) static inline type macro
181 #define Py_LOCAL_INLINE(type) static type macro
/external/python/cpython2/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
/external/python/cpython2/Python/
H A Dpystrtod.c375 Py_LOCAL_INLINE(void)
413 Py_LOCAL_INLINE(void)
481 Py_LOCAL_INLINE(void)
527 Py_LOCAL_INLINE(char *)
/external/python/cpython3/Objects/
H A Dbytes_methods.c411 Py_LOCAL_INLINE(int)
464 Py_LOCAL_INLINE(Py_ssize_t) function
H A Dbytesobject.c34 Py_LOCAL_INLINE(Py_ssize_t) _PyBytesWriter_GetSize(_PyBytesWriter *writer,
379 Py_LOCAL_INLINE(PyObject *)
1930 Py_LOCAL_INLINE(PyObject *)
1971 Py_LOCAL_INLINE(PyObject *)
2001 Py_LOCAL_INLINE(PyObject *)
3170 Py_LOCAL_INLINE(char*)
3187 Py_LOCAL_INLINE(Py_ssize_t) function
3197 Py_LOCAL_INLINE(void)
/external/python/cpython3/Modules/_blake2/
H A Dblake2b_impl.c26 #define BLAKE2_LOCAL_INLINE(type) Py_LOCAL_INLINE(type)
H A Dblake2s_impl.c26 #define BLAKE2_LOCAL_INLINE(type) Py_LOCAL_INLINE(type)

Completed in 562 milliseconds

12