Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c117 w_long(long x, WFILE *p) in w_long() function
129 w_long(x, p); in w_long64()
130 w_long(x>>32, p); in w_long64()
143 w_long((long)(n), p); \
146 # define W_SIZE w_long
176 w_long((long)0, p); in w_PyLong()
194 w_long((long)(Py_SIZE(ob) > 0 ? l : -l), p); in w_PyLong()
251 w_long(x, p); in w_object()
333 w_long(w, p); in w_object()
431 w_long(co->co_argcount, p); in w_object()
[all …]
/external/python/cpython3/Python/
Dmarshal.c173 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()
[all …]