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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 102 # define PY_OFF_T_COMPAT PY_LONG_LONG /* type compatible with off_t */
114 # define PY_OFF_T_COMPAT Py_ssize_t
121 # define PY_OFF_T_COMPAT PY_LONG_LONG
128 # define PY_OFF_T_COMPAT long
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 97 # define PY_OFF_T_COMPAT PY_LONG_LONG /* type compatible with off_t */
109 # define PY_OFF_T_COMPAT Py_ssize_t
116 # define PY_OFF_T_COMPAT PY_LONG_LONG
123 # define PY_OFF_T_COMPAT long
  /external/python/cpython2/Modules/_io/
_iomodule.h 107 # define PY_OFF_T_COMPAT PY_LONG_LONG /* type compatible with off_t */
119 # define PY_OFF_T_COMPAT Py_ssize_t
126 # define PY_OFF_T_COMPAT PY_LONG_LONG
133 # define PY_OFF_T_COMPAT long
  /external/python/cpython3/Modules/_io/
_iomodule.h 98 # define PY_OFF_T_COMPAT long long /* type compatible with off_t */
110 # define PY_OFF_T_COMPAT Py_ssize_t
117 # define PY_OFF_T_COMPAT long long
124 # define PY_OFF_T_COMPAT long

Completed in 203 milliseconds