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

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 75 # define PyInt_FromSsize_t(n) PyInt_FromLong((long)n)
149 # define PyInt_FromLong PyLong_FromLong
  /external/python/cpython2/Modules/
termios.c 104 v = PyInt_FromLong((long)mode.c_cc[VMIN]);
108 v = PyInt_FromLong((long)mode.c_cc[VTIME]);
117 PyList_SetItem(v, 0, PyInt_FromLong((long)mode.c_iflag));
118 PyList_SetItem(v, 1, PyInt_FromLong((long)mode.c_oflag));
119 PyList_SetItem(v, 2, PyInt_FromLong((long)mode.c_cflag));
120 PyList_SetItem(v, 3, PyInt_FromLong((long)mode.c_lflag));
121 PyList_SetItem(v, 4, PyInt_FromLong((long)ispeed));
122 PyList_SetItem(v, 5, PyInt_FromLong((long)ospeed));
dlmodule.c 73 return PyInt_FromLong((long)func);
126 return PyInt_FromLong(res);
229 PyObject *v = PyInt_FromLong((long) value);
257 x = PyInt_FromLong((long)RTLD_LAZY);
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_python_api.py 46 pythonapi.PyInt_FromLong.restype = py_object
47 self.assertEqual(pythonapi.PyInt_FromLong(42), 42)
  /external/python/cpython2/RISCOS/Modules/
swimodule.c 33 PyObject_SetAttrString(PyErr_Occurred(), "errnum", PyInt_FromLong(e->errnum));
228 return PyInt_FromLong(((long*)(b->block))[i]);
293 if (!strcmp(name, "length")) return PyInt_FromLong((long)s->length);
294 if (!strcmp(name, "start")) return PyInt_FromLong((long)s->block);
295 if (!strcmp(name,"end")) return PyInt_FromLong(((long)(s->block)+s->length));
404 { case 'i':v=PyInt_FromLong((long)r.r[rno++]); break;
407 case '*':v=PyInt_FromLong((long)carry); break;
437 return PyInt_FromLong(*i);
454 result1 = PyInt_FromLong((long)*i);
497 result11 = PyInt_FromLong((long)(*i))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 483 return PyInt_FromLong(_Py_CheckInterval);
545 return PyInt_FromLong(Py_GetRecursionLimit());
608 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMajorVersion));
609 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMinorVersion));
610 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwBuildNumber));
611 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwPlatformId));
613 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMajor));
614 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMinor));
615 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wSuiteMask));
616 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wProductType));
    [all...]
structmember.c 68 v = PyInt_FromLong(*(char*)addr);
74 v = PyInt_FromLong(*(short*)addr);
80 v = PyInt_FromLong(*(int*)addr);
86 v = PyInt_FromLong(*(long*)addr);
modsupport.c 313 return PyInt_FromLong((long)va_arg(*p_va, int));
316 return PyInt_FromLong((long)va_arg(*p_va, unsigned int));
325 return PyInt_FromLong(n);
334 return PyInt_FromLong(va_arg(*p_va, long));
343 return PyInt_FromLong(n);
625 PyObject *o = PyInt_FromLong(value);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 483 return PyInt_FromLong(_Py_CheckInterval);
545 return PyInt_FromLong(Py_GetRecursionLimit());
608 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMajorVersion));
609 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMinorVersion));
610 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwBuildNumber));
611 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwPlatformId));
613 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMajor));
614 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMinor));
615 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wSuiteMask));
616 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wProductType));
    [all...]
structmember.c 68 v = PyInt_FromLong(*(char*)addr);
74 v = PyInt_FromLong(*(short*)addr);
80 v = PyInt_FromLong(*(int*)addr);
86 v = PyInt_FromLong(*(long*)addr);
modsupport.c 313 return PyInt_FromLong((long)va_arg(*p_va, int));
316 return PyInt_FromLong((long)va_arg(*p_va, unsigned int));
325 return PyInt_FromLong(n);
334 return PyInt_FromLong(va_arg(*p_va, long));
343 return PyInt_FromLong(n);
625 PyObject *o = PyInt_FromLong(value);
  /external/python/cpython2/Python/
sysmodule.c 483 return PyInt_FromLong(_Py_CheckInterval);
545 return PyInt_FromLong(Py_GetRecursionLimit());
608 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMajorVersion));
609 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwMinorVersion));
610 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwBuildNumber));
611 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.dwPlatformId));
613 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMajor));
614 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wServicePackMinor));
615 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wSuiteMask));
616 PyStructSequence_SET_ITEM(version, pos++, PyInt_FromLong(ver.wProductType))
    [all...]
structmember.c 68 v = PyInt_FromLong(*(char*)addr);
74 v = PyInt_FromLong(*(short*)addr);
80 v = PyInt_FromLong(*(int*)addr);
86 v = PyInt_FromLong(*(long*)addr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
  /external/python/cpython2/Doc/includes/
run-func.c 29 pValue = PyInt_FromLong(atoi(argv[i + 3]));
  /external/python/cpython2/Include/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
  /external/python/cpython2/PC/
msvcrtmodule.c 98 return PyInt_FromLong(flags);
123 return PyInt_FromLong(fd);
174 return PyInt_FromLong(ok);
364 PyObject *v = PyInt_FromLong((long) value);
  /prebuilts/gdb/darwin-x86/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
  /prebuilts/gdb/linux-x86/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
intobject.h 38 PyAPI_FUNC(PyObject *) PyInt_FromLong(long);

Completed in 1114 milliseconds

12 3 4 5 6 7 8 91011>>