HomeSort by relevance Sort by last modified time
    Searched refs:PyInt_FromLong (Results 251 - 275 of 313) sorted by null

<<111213

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
errnomodule.c 34 PyObject *v = PyInt_FromLong((long) code);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
errnomodule.c 35 PyObject *v = PyInt_FromLong((long) code);
operator.c 49 return PyInt_FromLong(r); }
sha256module.c 505 return PyInt_FromLong(SHA_BLOCKSIZE);
itertoolsmodule.c     [all...]
_collectionsmodule.c     [all...]
sha512module.c 571 return PyInt_FromLong(SHA_BLOCKSIZE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
frameobject.c 75 return PyInt_FromLong(PyFrame_GetLineNumber(f));
    [all...]
unicodeobject.c     [all...]
  /external/python/cpython2/Modules/_io/
fileio.c 437 return PyInt_FromLong((long) self->fd);
  /external/python/cpython2/Modules/
errnomodule.c 25 PyObject *v = PyInt_FromLong((long) code);
operator.c 49 return PyInt_FromLong(r); }
sha256module.c 505 return PyInt_FromLong(SHA_BLOCKSIZE);
itertoolsmodule.c     [all...]
  /external/python/cpython2/Objects/
frameobject.c 75 return PyInt_FromLong(PyFrame_GetLineNumber(f));
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c     [all...]
_collectionsmodule.c     [all...]
sha512module.c 571 return PyInt_FromLong(SHA_BLOCKSIZE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c     [all...]
  /external/python/cpython2/Python/
import.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
connection.c 597 cur_py_value = PyInt_FromLong((long)val_int);
    [all...]

Completed in 2261 milliseconds

<<111213