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

  /external/python/cpython3/Include/
pyport.h 719 #ifndef Py_LL
720 #define Py_LL(x) x##LL
724 #define Py_ULL(x) Py_LL(x##U)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 910 #ifndef Py_LL
911 #define Py_LL(x) x##LL
915 #define Py_ULL(x) Py_LL(x##U)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 910 #ifndef Py_LL
911 #define Py_LL(x) x##LL
915 #define Py_ULL(x) Py_LL(x##U)
  /external/python/cpython2/Include/
pyport.h 942 #ifndef Py_LL
943 #define Py_LL(x) x##LL
947 #define Py_ULL(x) Py_LL(x##U)
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h     [all...]
  /external/python/cpython2/PC/
pyconfig.h 403 #define Py_LL(x) x##I64
  /external/python/cpython3/PC/
pyconfig.h 360 #define Py_LL(x) x##I64

Completed in 107 milliseconds