HomeSort by relevance Sort by last modified time
    Searched defs:PY_OFF_T_MAX (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 100 # define PY_OFF_T_MAX PY_LLONG_MAX
112 # define PY_OFF_T_MAX PY_SSIZE_T_MAX
119 # define PY_OFF_T_MAX PY_LLONG_MAX
126 # define PY_OFF_T_MAX LONG_MAX
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 95 # define PY_OFF_T_MAX PY_LLONG_MAX
107 # define PY_OFF_T_MAX PY_SSIZE_T_MAX
114 # define PY_OFF_T_MAX PY_LLONG_MAX
121 # define PY_OFF_T_MAX LONG_MAX
  /external/python/cpython2/Modules/_io/
_iomodule.h 105 # define PY_OFF_T_MAX PY_LLONG_MAX
117 # define PY_OFF_T_MAX PY_SSIZE_T_MAX
124 # define PY_OFF_T_MAX PY_LLONG_MAX
131 # define PY_OFF_T_MAX LONG_MAX
  /external/python/cpython3/Modules/_io/
_iomodule.h 96 # define PY_OFF_T_MAX LLONG_MAX
108 # define PY_OFF_T_MAX PY_SSIZE_T_MAX
115 # define PY_OFF_T_MAX LLONG_MAX
122 # define PY_OFF_T_MAX LONG_MAX

Completed in 95 milliseconds