Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dlongintrepr.h64 #define PyLong_MASK ((digit)(PyLong_BASE - 1)) macro
/external/python/cpython2/Include/
Dlongintrepr.h64 #define PyLong_MASK ((digit)(PyLong_BASE - 1)) macro