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.c739 r_byte(RFILE *p) in r_byte() function
946 int type, code = r_byte(p); in r_object()
1023 n = r_byte(p); in r_object()
1062 n = r_byte(p); in r_object()
1076 n = r_byte(p); in r_object()
1157 n = r_byte(p); in r_object()
1212 n = (unsigned char) r_byte(p); in r_object()