Home
last modified time | relevance | path

Searched refs:PyLong_MARSHAL_MASK (Results 1 – 2 of 2) 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()
/external/python/cpython3/Python/
Dmarshal.c216 #define PyLong_MARSHAL_MASK (PyLong_MARSHAL_BASE - 1) macro
257 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()
264 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()