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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 60 #define Py_PROTO(x) x
62 #define Py_PROTO(x) ()
65 #define Py_FPROTO(x) Py_PROTO(x)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 47 #define Py_PROTO(x) x
49 #define Py_PROTO(x) ()
52 #define Py_FPROTO(x) Py_PROTO(x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 62 #define Py_PROTO(x) x
64 #define Py_PROTO(x) ()
67 #define Py_FPROTO(x) Py_PROTO(x)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 60 #define Py_PROTO(x) x
62 #define Py_PROTO(x) ()
65 #define Py_FPROTO(x) Py_PROTO(x)
  /external/python/cpython2/Include/
pyport.h 47 #define Py_PROTO(x) x
49 #define Py_PROTO(x) ()
52 #define Py_FPROTO(x) Py_PROTO(x)

Completed in 430 milliseconds