HomeSort by relevance Sort by last modified time
    Searched defs:Py_LOCAL_INLINE (Results 1 - 22 of 22) sorted by null

  /external/python/cpython3/Objects/
bytes_methods.c 411 Py_LOCAL_INLINE(int)
464 Py_LOCAL_INLINE(Py_ssize_t)
bytesobject.c 34 Py_LOCAL_INLINE(Py_ssize_t) _PyBytesWriter_GetSize(_PyBytesWriter *writer,
379 Py_LOCAL_INLINE(PyObject *)
    [all...]
  /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
  /external/python/cpython3/Include/
pyport.h 152 * Py_LOCAL_INLINE does the same thing, and also explicitly requests inlining,
175 #define Py_LOCAL_INLINE(type) static __inline type __fastcall
178 #define Py_LOCAL_INLINE(type) static inline type
181 #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/Objects/
bytearrayobject.c 1130 /* The following Py_LOCAL_INLINE and Py_LOCAL functions
    [all...]
stringobject.c     [all...]
unicodeobject.c 229 Py_LOCAL_INLINE(BLOOM_MASK) make_bloom_mask(Py_UNICODE* ptr, Py_ssize_t len)
243 Py_LOCAL_INLINE(int) unicode_member(Py_UNICODE chr, Py_UNICODE* set, Py_ssize_t setlen)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 1126 /* The following Py_LOCAL_INLINE and Py_LOCAL functions
    [all...]
stringobject.c     [all...]
unicodeobject.c 216 Py_LOCAL_INLINE(BLOOM_MASK) make_bloom_mask(Py_UNICODE* ptr, Py_ssize_t len)
230 Py_LOCAL_INLINE(int) unicode_member(Py_UNICODE chr, Py_UNICODE* set, Py_ssize_t setlen)
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 1135 /* The following Py_LOCAL_INLINE and Py_LOCAL functions
1153 Py_LOCAL_INLINE(Py_ssize_t)
    [all...]
stringobject.c     [all...]
unicodeobject.c 229 Py_LOCAL_INLINE(BLOOM_MASK) make_bloom_mask(Py_UNICODE* ptr, Py_ssize_t len)
243 Py_LOCAL_INLINE(int) unicode_member(Py_UNICODE chr, Py_UNICODE* set, Py_ssize_t setlen)
    [all...]
  /external/python/cpython3/Modules/_decimal/
_decimal.c 53 #undef Py_LOCAL_INLINE
54 #define Py_LOCAL_INLINE Py_LOCAL
112 Py_LOCAL_INLINE(PyObject *)
119 Py_LOCAL_INLINE(PyObject *)
301 Py_LOCAL_INLINE(uint32_t)
    [all...]

Completed in 952 milliseconds