Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h105 # define PY_OFF_T_MAX PY_LLONG_MAX macro
117 # define PY_OFF_T_MAX PY_SSIZE_T_MAX macro
124 # define PY_OFF_T_MAX PY_LLONG_MAX macro
131 # define PY_OFF_T_MAX LONG_MAX macro
D_iomodule.c580 result = PY_OFF_T_MAX; in PyNumber_AsOff_t()