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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python.h 64 #ifndef DL_EXPORT /* declarations for DLL import/export */
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 806 /* Deprecated DL_IMPORT and DL_EXPORT macros */
810 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
813 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
816 #ifndef DL_EXPORT
817 # define DL_EXPORT(RTYPE) RTYPE
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python.h 64 #ifndef DL_EXPORT /* declarations for DLL import/export */
65 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 783 /* Deprecated DL_IMPORT and DL_EXPORT macros */
787 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
790 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
793 #ifndef DL_EXPORT
794 # define DL_EXPORT(RTYPE) RTYPE
  /external/python/cpython2/Include/
Python.h 67 #ifndef DL_EXPORT /* declarations for DLL import/export */
68 #define DL_EXPORT(RTYPE) RTYPE
pyport.h 815 /* Deprecated DL_IMPORT and DL_EXPORT macros */
819 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
822 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
825 #ifndef DL_EXPORT
826 # define DL_EXPORT(RTYPE) RTYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 783 /* Deprecated DL_IMPORT and DL_EXPORT macros */
787 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
790 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
793 #ifndef DL_EXPORT
794 # define DL_EXPORT(RTYPE) RTYPE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 822 /* Deprecated DL_IMPORT and DL_EXPORT macros */
826 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
829 # define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
832 #ifndef DL_EXPORT
833 # define DL_EXPORT(RTYPE) RTYPE
    [all...]
  /external/python/cpython2/RISCOS/
pyconfig.h 700 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE
703 #define DL_EXPORT(RTYPE) __declspec(dllexport) RTYPE

Completed in 1006 milliseconds