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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 805 if (!( memo_len = PyInt_FromLong(p)))
    [all...]
socketmodule.c     [all...]
_csv.c 203 return PyInt_FromLong(self->quoting);
    [all...]
mathmodule.c     [all...]
zlibmodule.c 926 return PyInt_FromLong(signed_val);
949 return PyInt_FromLong(signed_val);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 416 return PyInt_FromLong((unsigned char)(self->ob_bytes[i]));
435 return PyInt_FromLong((unsigned char)(self->ob_bytes[i]));
    [all...]
structseq.c 529 PyObject *v = PyInt_FromLong((long) value); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 334 return PyInt_FromLong(w->lo);
pystate.c 478 id = PyInt_FromLong(t->thread_id);
  /external/python/cpython2/Mac/Modules/snd/
_Sndihooks.c 412 PyTuple_SetItem(rsizes, i, PyInt_FromLong((long)fsizes[i]));
  /external/python/cpython2/Modules/_ctypes/
_ctypes.c     [all...]
  /external/python/cpython2/Modules/
cPickle.c 833 if (!( memo_len = PyInt_FromLong(p)))
    [all...]
imgfile.c 80 rv = PyInt_FromLong(top_to_bottom);
socketmodule.c     [all...]
_csv.c 203 return PyInt_FromLong(self->quoting);
    [all...]
mathmodule.c     [all...]
zlibmodule.c 1022 return PyInt_FromLong(signed_val);
1054 return PyInt_FromLong(signed_val);
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 415 return PyInt_FromLong((unsigned char)(self->ob_bytes[i]));
434 return PyInt_FromLong((unsigned char)(self->ob_bytes[i]));
    [all...]
structseq.c 530 PyObject *v = PyInt_FromLong((long) value); \
  /external/python/cpython2/Python/
mactoolboxglue.c 334 return PyInt_FromLong(w->lo);
pystate.c 480 id = PyInt_FromLong(t->thread_id);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_csv.c 203 return PyInt_FromLong(self->quoting);
    [all...]
mathmodule.c     [all...]
zlibmodule.c 961 return PyInt_FromLong(signed_val);
984 return PyInt_FromLong(signed_val);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
cursor.c 29 /* used to decide wether to call PyInt_FromLong or PyLong_FromLongLong */
372 converted = PyInt_FromLong((long)intval);
745 self->lastrowid = PyInt_FromLong((long)lastrowid);
    [all...]

Completed in 3973 milliseconds

1 2 3 4 5 6 78 91011>>