Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c162 #define PyLong_MARSHAL_MASK (PyLong_MARSHAL_BASE - 1) macro
199 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()
206 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()