Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmarshal.c514 r_short(RFILE *p) in r_short() function
606 md = r_short(p); in r_PyLong()
615 md = r_short(p); in r_PyLong()
1111 return r_short(&rf); in PyMarshal_ReadShortFromFile()
/external/python/cpython3/Python/
Dmarshal.c761 r_short(RFILE *p) in r_short() function
839 md = r_short(p); in r_PyLong()
853 md = r_short(p); in r_PyLong()
1504 res = r_short(&rf); in PyMarshal_ReadShortFromFile()