Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c498 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p)) macro
517 x = r_byte(p); in r_short()
518 x |= r_byte(p) << 8; in r_short()
646 int type = r_byte(p); in r_object()
710 n = r_byte(p); in r_object()
751 n = r_byte(p); in r_object()
764 n = r_byte(p); in r_object()
/external/python/cpython3/Python/
Dmarshal.c696 r_byte(RFILE *p) in r_byte() function
858 n = r_byte(p); in r_float_str()
935 int type, code = r_byte(p); in r_object()
1096 n = r_byte(p); in r_object()
1151 n = (unsigned char) r_byte(p); in r_object()