Home
last modified time | relevance | path

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

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