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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Modules/
parsermodule.c 100 w = PyInt_FromLong(TYPE(n));
122 (void) addelem(result, 0, PyInt_FromLong(TYPE(n)));
125 (void) addelem(result, 2, PyInt_FromLong(n->n_lineno));
127 (void) addelem(result, 3, PyInt_FromLong(n->n_col_offset));
    [all...]
puremodule.c 941 PyObject *v = PyInt_FromLong(val);
timemodule.c 254 #define SET(i,val) PyStructSequence_SET_ITEM(v, i, PyInt_FromLong((long) val))
binascii.c 892 return PyInt_FromLong(signed_val);
    [all...]
_ssl.c     [all...]
bz2module.c     [all...]
  /external/python/cpython2/Objects/
memoryobject.c 446 item = PyInt_FromLong((unsigned char) *buf);
longobject.c 775 return PyInt_FromLong((long)p);
786 return PyInt_FromLong(0);
    [all...]
  /external/python/cpython2/Python/
errors.c 736 tmp = PyInt_FromLong(lineno);
marshal.c 556 return PyInt_FromLong(x);
689 retval = PyInt_FromLong(r_long(p));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 557 return PyInt_FromLong(x);
690 retval = PyInt_FromLong(r_long(p));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 892 return PyInt_FromLong(signed_val);
    [all...]
operator.c 49 return PyInt_FromLong(r); }
sha256module.c 505 return PyInt_FromLong(SHA_BLOCKSIZE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 562 return PyInt_FromLong(x);
695 retval = PyInt_FromLong(r_long(p));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 907 return PyInt_FromLong(signed_val);
    [all...]
bz2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 557 return PyInt_FromLong(x);
690 retval = PyInt_FromLong(r_long(p));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
longobject.c 773 return PyInt_FromLong((long)p);
784 return PyInt_FromLong(0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
longobject.c 787 return PyInt_FromLong((long)p);
798 return PyInt_FromLong(0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
longobject.c 773 return PyInt_FromLong((long)p);
784 return PyInt_FromLong(0);
    [all...]
  /external/libnl/python/netlink/
capi.i 872 k = PyInt_FromLong((long)i);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
errnomodule.c 35 PyObject *v = PyInt_FromLong((long) code);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 424 return PyInt_FromLong((long) self->fd);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
frameobject.c 75 return PyInt_FromLong(PyFrame_GetLineNumber(f));
    [all...]

Completed in 676 milliseconds

1 2 3 4 5 6 7 8 91011>>