HomeSort by relevance Sort by last modified time
    Searched refs:PY_OFF_T_MIN (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 101 # define PY_OFF_T_MIN PY_LLONG_MIN
113 # define PY_OFF_T_MIN PY_SSIZE_T_MIN
120 # define PY_OFF_T_MIN PY_LLONG_MIN
127 # define PY_OFF_T_MIN LONG_MIN
_iomodule.c 582 result = PY_OFF_T_MIN;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 96 # define PY_OFF_T_MIN PY_LLONG_MIN
108 # define PY_OFF_T_MIN PY_SSIZE_T_MIN
115 # define PY_OFF_T_MIN PY_LLONG_MIN
122 # define PY_OFF_T_MIN LONG_MIN
_iomodule.c 573 result = PY_OFF_T_MIN;
  /external/python/cpython2/Modules/_io/
_iomodule.h 106 # define PY_OFF_T_MIN PY_LLONG_MIN
118 # define PY_OFF_T_MIN PY_SSIZE_T_MIN
125 # define PY_OFF_T_MIN PY_LLONG_MIN
132 # define PY_OFF_T_MIN LONG_MIN
_iomodule.c 582 result = PY_OFF_T_MIN;
  /external/python/cpython3/Modules/_io/
_iomodule.h 99 # define PY_OFF_T_MIN LLONG_MIN
111 # define PY_OFF_T_MIN PY_SSIZE_T_MIN
118 # define PY_OFF_T_MIN LLONG_MIN
125 # define PY_OFF_T_MIN LONG_MIN
_iomodule.c 530 result = PY_OFF_T_MIN;

Completed in 127 milliseconds