Home
last modified time | relevance | path

Searched defs:PyLong_BASE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dlongintrepr.h63 #define PyLong_BASE ((digit)1 << PyLong_SHIFT) macro
/external/python/cpython2/Include/
Dlongintrepr.h63 #define PyLong_BASE ((digit)1 << PyLong_SHIFT) macro