Lines Matching refs:w_long
173 w_long(long x, WFILE *p) in w_long() function
190 w_long((long)(n), p); \
193 # define W_SIZE w_long
234 w_long((long)0, p); in w_PyLong()
252 w_long((long)(Py_SIZE(ob) > 0 ? l : -l), p); in w_PyLong()
289 w_long(w, p); in w_ref()
372 w_long(x, p); in w_complex_object()
551 w_long(co->co_argcount, p); in w_complex_object()
552 w_long(co->co_kwonlyargcount, p); in w_complex_object()
553 w_long(co->co_nlocals, p); in w_complex_object()
554 w_long(co->co_stacksize, p); in w_complex_object()
555 w_long(co->co_flags, p); in w_complex_object()
564 w_long(co->co_firstlineno, p); in w_complex_object()
633 w_long(x, &wf); in PyMarshal_WriteLongToFile()