Home
last modified time | relevance | path

Searched refs:PY_OFF_T_COMPAT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h107 # define PY_OFF_T_COMPAT PY_LONG_LONG /* type compatible with off_t */ macro
119 # define PY_OFF_T_COMPAT Py_ssize_t macro
126 # define PY_OFF_T_COMPAT PY_LONG_LONG macro
133 # define PY_OFF_T_COMPAT long macro
Dbufferedio.c634 (PY_OFF_T_COMPAT)n); in _buffered_raw_tell()
667 (PY_OFF_T_COMPAT)n); in _buffered_raw_seek()
/external/python/cpython3/Modules/_io/
D_iomodule.h100 # define PY_OFF_T_COMPAT long long /* type compatible with off_t */ macro
112 # define PY_OFF_T_COMPAT Py_ssize_t macro
119 # define PY_OFF_T_COMPAT long long macro
126 # define PY_OFF_T_COMPAT long macro
Dbufferedio.c679 (PY_OFF_T_COMPAT)n); in _buffered_raw_tell()
712 (PY_OFF_T_COMPAT)n); in _buffered_raw_seek()