HomeSort by relevance Sort by last modified time
    Searched defs:PY_OFF_T_MIN (Results 1 - 4 of 4) 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
  /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
  /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
  /external/python/cpython3/Modules/_io/
_iomodule.h 97 # define PY_OFF_T_MIN LLONG_MIN
109 # define PY_OFF_T_MIN PY_SSIZE_T_MIN
116 # define PY_OFF_T_MIN LLONG_MIN
123 # define PY_OFF_T_MIN LONG_MIN

Completed in 1365 milliseconds