Home
last modified time | relevance | path

Searched refs:Py_LL (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dpyport.h732 #ifndef Py_LL
733 #define Py_LL(x) x##LL macro
737 #define Py_ULL(x) Py_LL(x##U)
/external/python/cpython2/Include/
Dpyport.h942 #ifndef Py_LL
943 #define Py_LL(x) x##LL macro
947 #define Py_ULL(x) Py_LL(x##U)
/external/python/cpython3/PC/
Dpyconfig.h341 #define Py_LL(x) x##I64 macro
/external/python/cpython2/PC/
Dpyconfig.h403 #define Py_LL(x) x##I64 macro