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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
_iomodule.h 99 # define PyLong_FromOff_t PyLong_FromLongLong
111 # define PyLong_FromOff_t PyLong_FromSsize_t
118 # define PyLong_FromOff_t PyLong_FromLongLong
125 # define PyLong_FromOff_t PyLong_FromLong
bufferedio.c 648 posobj = PyLong_FromOff_t(target);
1064 return PyLong_FromOff_t(pos);
1108 return PyLong_FromOff_t(current - avail + offset);
1132 res = PyLong_FromOff_t(n);
    [all...]
textio.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
_iomodule.h 94 # define PyLong_FromOff_t PyLong_FromLongLong
106 # define PyLong_FromOff_t PyLong_FromSsize_t
113 # define PyLong_FromOff_t PyLong_FromLongLong
120 # define PyLong_FromOff_t PyLong_FromLong
bufferedio.c 620 posobj = PyLong_FromOff_t(target);
1037 return PyLong_FromOff_t(pos);
1081 return PyLong_FromOff_t(current - avail + offset);
1105 res = PyLong_FromOff_t(n);
    [all...]
textio.c     [all...]
  /external/python/cpython2/Modules/_io/
_iomodule.h 104 # define PyLong_FromOff_t PyLong_FromLongLong
116 # define PyLong_FromOff_t PyLong_FromSsize_t
123 # define PyLong_FromOff_t PyLong_FromLongLong
130 # define PyLong_FromOff_t PyLong_FromLong
bufferedio.c 647 posobj = PyLong_FromOff_t(target);
1062 return PyLong_FromOff_t(pos);
1106 return PyLong_FromOff_t(current - avail + offset);
1130 res = PyLong_FromOff_t(n);
    [all...]
textio.c     [all...]
  /external/python/cpython3/Modules/_io/
_iomodule.h 97 # define PyLong_FromOff_t PyLong_FromLongLong
109 # define PyLong_FromOff_t PyLong_FromSsize_t
116 # define PyLong_FromOff_t PyLong_FromLongLong
123 # define PyLong_FromOff_t PyLong_FromLong
bufferedio.c 719 posobj = PyLong_FromOff_t(target);
    [all...]
textio.c     [all...]

Completed in 383 milliseconds