HomeSort by relevance Sort by last modified time
    Searched refs:PY_OFF_T_COMPAT (Results 1 - 8 of 8) 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
bufferedio.c 635 (PY_OFF_T_COMPAT)n);
668 (PY_OFF_T_COMPAT)n);
    [all...]
  /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
bufferedio.c 607 (PY_OFF_T_COMPAT)n);
640 (PY_OFF_T_COMPAT)n);
    [all...]
  /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
bufferedio.c 634 (PY_OFF_T_COMPAT)n);
667 (PY_OFF_T_COMPAT)n);
    [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.h 100 # define PY_OFF_T_COMPAT long long /* type compatible with off_t */
112 # define PY_OFF_T_COMPAT Py_ssize_t
119 # define PY_OFF_T_COMPAT long long
126 # define PY_OFF_T_COMPAT long
bufferedio.c 706 (PY_OFF_T_COMPAT)n);
739 (PY_OFF_T_COMPAT)n);
    [all...]

Completed in 256 milliseconds