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

1 23 4 5 6 7 8 91011>>

  /external/python/cpython2/Python/
modsupport.c 339 return PyInt_FromLong((long)va_arg(*p_va, int));
342 return PyInt_FromLong((long)va_arg(*p_va, unsigned int));
351 return PyInt_FromLong(n);
360 return PyInt_FromLong(va_arg(*p_va, long));
369 return PyInt_FromLong(n);
651 PyObject *o = PyInt_FromLong(value);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5module.c 169 return PyInt_FromLong(64);
175 return PyInt_FromLong(16);
_weakref.c 23 result = PyInt_FromLong(0);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5module.c 156 return PyInt_FromLong(64);
162 return PyInt_FromLong(16);
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
_weakref.c 23 result = PyInt_FromLong(0);
  /external/python/cpython2/Modules/
md5module.c 169 return PyInt_FromLong(64);
175 return PyInt_FromLong(16);
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
_weakref.c 23 result = PyInt_FromLong(0);
syslogmodule.c 201 return PyInt_FromLong(omaskpri);
212 return PyInt_FromLong(mask);
223 return PyInt_FromLong(mask);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
xxmodule.c 159 return PyInt_FromLong(res);
190 PyList_SetItem(list, 1, PyInt_FromLong(0L));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
py_curses.h 142 return PyInt_FromLong((long) X()); }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
py_curses.h 142 return PyInt_FromLong((long) X()); }
  /external/python/cpython2/Include/
py_curses.h 142 return PyInt_FromLong((long) X()); }
  /external/python/cpython2/Modules/_sqlite/
util.c 135 return PyInt_FromLong(value);
  /prebuilts/gdb/darwin-x86/include/python2.7/
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/gdb/linux-x86/include/python2.7/
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
py_curses.h 146 return PyInt_FromLong((long) X()); }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
rangeobject.c 124 return PyInt_FromLong((long)(r->start + (unsigned long)i * r->step));
241 return PyInt_FromLong(r->start + (r->index++) * r->step);
248 return PyInt_FromLong(r->len - r->index);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
rangeobject.c 99 return PyInt_FromLong((long)(r->start + (unsigned long)i * r->step));
216 return PyInt_FromLong(r->start + (r->index++) * r->step);
223 return PyInt_FromLong(r->len - r->index);
  /external/python/cpython2/Objects/
rangeobject.c 124 return PyInt_FromLong((long)(r->start + (unsigned long)i * r->step));
241 return PyInt_FromLong(r->start + (r->index++) * r->step);
248 return PyInt_FromLong(r->len - r->index);
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 50 #define PyInt_FromLong PyLong_FromLong
511 PyObject* start = PyInt_FromLong(range->start);
512 PyObject* end = PyInt_FromLong(range->end);
698 return PyInt_FromLong(_GetDescriptor(self)->type());
702 return PyInt_FromLong(_GetDescriptor(self)->cpp_type());
706 return PyInt_FromLong(_GetDescriptor(self)->label());
710 return PyInt_FromLong(_GetDescriptor(self)->number());
714 return PyInt_FromLong(_GetDescriptor(self)->index());
735 result = PyInt_FromLong(value);
776 result = PyInt_FromLong(value->number())
    [all...]
  /external/python/cpython2/PC/
_subprocess.c 73 #define HANDLE_TO_PYNUM(handle) PyInt_FromLong((long) handle)
533 return PyInt_FromLong(exit_code);
562 return PyInt_FromLong((int) result);
576 return PyInt_FromLong((int) GetVersion());
636 PyObject* v = PyInt_FromLong((long) value);

Completed in 912 milliseconds

1 23 4 5 6 7 8 91011>>