HomeSort by relevance Sort by last modified time
    Searched refs:Py_LOCAL_INLINE (Results 1 - 25 of 48) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
count.h 10 Py_LOCAL_INLINE(Py_ssize_t)
find.h 10 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)
split.h 56 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 *)
partition.h 10 Py_LOCAL_INLINE(PyObject*)
60 Py_LOCAL_INLINE(PyObject*)
fastsearch.h 36 Py_LOCAL_INLINE(Py_ssize_t)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
count.h 10 Py_LOCAL_INLINE(Py_ssize_t)
find.h 10 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)
split.h 56 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 *)
partition.h 10 Py_LOCAL_INLINE(PyObject*)
60 Py_LOCAL_INLINE(PyObject*)
fastsearch.h 36 Py_LOCAL_INLINE(Py_ssize_t)
  /external/python/cpython2/Objects/stringlib/
count.h 10 Py_LOCAL_INLINE(Py_ssize_t)
find.h 10 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)
split.h 56 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 *)
partition.h 10 Py_LOCAL_INLINE(PyObject*)
60 Py_LOCAL_INLINE(PyObject*)
fastsearch.h 36 Py_LOCAL_INLINE(Py_ssize_t)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 264 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
290 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
293 #define Py_LOCAL_INLINE(type) static inline type
296 #define Py_LOCAL_INLINE(type) static type
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 264 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
292 #define Py_LOCAL_INLINE(type) static inline type
295 #define Py_LOCAL_INLINE(type) static type
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 279 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
305 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
308 #define Py_LOCAL_INLINE(type) static inline type
311 #define Py_LOCAL_INLINE(type) static type
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 264 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
290 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
293 #define Py_LOCAL_INLINE(type) static inline type
296 #define Py_LOCAL_INLINE(type) static type
  /external/python/cpython2/Include/
pyport.h 264 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
289 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
292 #define Py_LOCAL_INLINE(type) static inline type
295 #define Py_LOCAL_INLINE(type) static type
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
296 #define Py_LOCAL_INLINE(type) static inline type
299 #define Py_LOCAL_INLINE(type) static type
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
296 #define Py_LOCAL_INLINE(type) static inline type
299 #define Py_LOCAL_INLINE(type) static type
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
296 #define Py_LOCAL_INLINE(type) static inline type
299 #define Py_LOCAL_INLINE(type) static type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 268 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
293 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
296 #define Py_LOCAL_INLINE(type) static inline type
299 #define Py_LOCAL_INLINE(type) static type
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 375 Py_LOCAL_INLINE(void)
413 Py_LOCAL_INLINE(void)
481 Py_LOCAL_INLINE(void)
527 Py_LOCAL_INLINE(char *)
    [all...]

Completed in 263 milliseconds

1 2