Home
last modified time | relevance | path

Searched refs:PY_OFF_T_MIN (Results 1 – 4 of 4) 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()
/external/python/cpython3/Modules/_io/
D_iomodule.h97 # define PY_OFF_T_MIN LLONG_MIN macro
109 # define PY_OFF_T_MIN PY_SSIZE_T_MIN macro
116 # define PY_OFF_T_MIN LLONG_MIN macro
123 # define PY_OFF_T_MIN LONG_MIN macro
D_iomodule.c528 result = PY_OFF_T_MIN; in PyNumber_AsOff_t()