Searched refs:Py_LL (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
H A D | pyport.h | 634 #ifndef Py_LL 635 #define Py_LL(x) x##LL macro 639 #define Py_ULL(x) Py_LL(x##U) |
/third_party/python/PC/ | ||
H A D | pyconfig.h | 348 #define Py_LL(x) x##I64 macro |
Completed in 3 milliseconds