Searched refs:PyLong_MARSHAL_MASK (Results 1 – 2 of 2) sorted by relevance
162 #define PyLong_MARSHAL_MASK (PyLong_MARSHAL_BASE - 1) macro199 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()206 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()
216 #define PyLong_MARSHAL_MASK (PyLong_MARSHAL_BASE - 1) macro257 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()264 w_short(d & PyLong_MARSHAL_MASK, p); in w_PyLong()