HomeSort by relevance Sort by last modified time
    Searched refs:Py_NO_INLINE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c 721 #define Py_NO_INLINE __attribute__((__noinline__))
723 #define Py_NO_INLINE
727 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
728 #undef Py_NO_INLINE
    [all...]
  /external/python/cpython2/Objects/
obmalloc.c 764 #define Py_NO_INLINE __attribute__((__noinline__))
766 #define Py_NO_INLINE
770 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
771 #undef Py_NO_INLINE
    [all...]

Completed in 217 milliseconds