Home
last modified time | relevance | path

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

/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
D_iomodule.c578 result = PY_OFF_T_MIN; in PyNumber_AsOff_t()