Home
last modified time | relevance | path

Searched defs:PY_OFF_T_MIN (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/_io/
D_iomodule.h99 # define PY_OFF_T_MIN LLONG_MIN macro
111 # define PY_OFF_T_MIN PY_SSIZE_T_MIN macro
118 # define PY_OFF_T_MIN LLONG_MIN macro
125 # define PY_OFF_T_MIN LONG_MIN macro
/external/python/cpython2/Modules/_io/
D_iomodule.h106 # define PY_OFF_T_MIN PY_LLONG_MIN macro
118 # define PY_OFF_T_MIN PY_SSIZE_T_MIN macro
125 # define PY_OFF_T_MIN PY_LLONG_MIN macro
132 # define PY_OFF_T_MIN LONG_MIN macro