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

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 127 return PyInt_FromLong(x);
158 return PyInt_FromLong(x);
202 return PyInt_FromLong((long) ((short *)ap->ob_item)[i]);
220 return PyInt_FromLong((long) ((unsigned short *)ap->ob_item)[i]);
249 return PyInt_FromLong((long) ((int *)ap->ob_item)[i]);
306 return PyInt_FromLong(((long *)ap->ob_item)[i]);
950 return PyInt_FromLong((long)i);
1076 PyTuple_SET_ITEM(retval, 1, PyInt_FromLong((long)(Py_SIZE(self))));
    [all...]
threadmodule.c 695 return PyInt_FromLong(ident);
761 return PyInt_FromLong(ident);
778 return PyInt_FromLong(nb_threads);
_ssl.c 864 version = PyInt_FromLong(X509_get_version(certificate) + 1);
    [all...]
_randommodule.c 262 thirtytwo = PyInt_FromLong(32L);
414 iobj = PyInt_FromLong(i);
flmodule.c 518 return PyInt_FromLong ((long) retval);
676 return PyInt_FromLong (j);
    [all...]
fmmodule.c 117 return PyInt_FromLong(fmgetstrwidth(self->fh_fh, str));
unicodedata.c 159 return PyInt_FromLong(rc);
193 return PyInt_FromLong(rc);
331 return PyInt_FromLong(index);
362 return PyInt_FromLong(index);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 228 zero = PyInt_FromLong(0);
331 lineno_obj = PyInt_FromLong(lineno);
831 lineno = PyInt_FromLong(0);
  /external/python/cpython2/Modules/
threadmodule.c 704 return PyInt_FromLong(ident);
770 return PyInt_FromLong(ident);
787 return PyInt_FromLong(nb_threads);
mmapmodule.c 302 return PyInt_FromLong(-1);
407 return PyInt_FromLong((long)low);
425 return PyInt_FromLong(buf.st_size);
564 return PyInt_FromLong((long) FlushViewOfFile(self->data+offset, size));
572 return PyInt_FromLong(0);
    [all...]
_randommodule.c 262 thirtytwo = PyInt_FromLong(32L);
418 iobj = PyInt_FromLong(i);
arraymodule.c 127 return PyInt_FromLong(x);
158 return PyInt_FromLong(x);
202 return PyInt_FromLong((long) ((short *)ap->ob_item)[i]);
220 return PyInt_FromLong((long) ((unsigned short *)ap->ob_item)[i]);
249 return PyInt_FromLong((long) ((int *)ap->ob_item)[i]);
306 return PyInt_FromLong(((long *)ap->ob_item)[i]);
960 return PyInt_FromLong((long)i);
    [all...]
flmodule.c 514 return PyInt_FromLong ((long) retval);
672 return PyInt_FromLong (j);
    [all...]
fmmodule.c 117 return PyInt_FromLong(fmgetstrwidth(self->fh_fh, str));
svmodule.c 392 return PyInt_FromLong((long) v);
554 if (!(evenitem = PyInt_FromLong(0)))
558 if (!(odditem = PyInt_FromLong(1)))
779 PyObject* v = PyInt_FromLong(PVbuffer[i]);
unicodedata.c 159 return PyInt_FromLong(rc);
193 return PyInt_FromLong(rc);
331 return PyInt_FromLong(index);
362 return PyInt_FromLong(index);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_randommodule.c 262 thirtytwo = PyInt_FromLong(32L);
414 iobj = PyInt_FromLong(i);
unicodedata.c 159 return PyInt_FromLong(rc);
193 return PyInt_FromLong(rc);
331 return PyInt_FromLong(index);
362 return PyInt_FromLong(index);
    [all...]
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 499 return PyInt_FromLong((long)self->count);
523 return PyInt_FromLong((long)sval);
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyprimtypes.swg 34 return PyInt_FromLong((long) value);
  /external/protobuf/python/google/protobuf/pyext/
message.cc 72 #define PyInt_FromLong PyLong_FromLong
117 ScopedPyObjectPtr number(PyInt_FromLong(field_descriptor->number()));
173 ScopedPyObjectPtr value_number(PyInt_FromLong(
943 return PyInt_FromLong(enum_value_descriptor->number());
    [all...]
extension_dict.cc 59 return PyInt_FromLong(PyDict_Size(self->values));
map_container.cc 50 #define PyInt_FromLong PyLong_FromLong
182 return PyInt_FromLong(key.GetInt32Value());
207 return PyInt_FromLong(value->GetInt32Value());
223 return PyInt_FromLong(value->GetEnumValue());
    [all...]
  /external/python/cpython2/PC/
_msi.c 338 return PyInt_FromLong(MsiRecordGetFieldCount(record->h));
354 return PyInt_FromLong((long) status);
552 return PyInt_FromLong(ival);
576 return PyInt_FromLong(result);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
symtable.c 355 PyObject *o = PyInt_FromLong(I); \
454 w = PyInt_FromLong(CELL);
543 u = PyInt_FromLong(flags);
553 free_value = PyInt_FromLong(FREE << SCOPE_OFF);
570 o = PyInt_FromLong(i);
902 o = PyInt_FromLong(val);
921 o = PyInt_FromLong(val);
    [all...]

Completed in 492 milliseconds

1 2 3 4 56 7 8 91011>>