Searched refs:PY_LONG_LONG (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dlongobject.h50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG); variable
51 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLongLong(unsigned PY_LONG_LONG);
52 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLong(PyObject *);
53 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLong(PyObject *);
54 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLongMask(PyObject *);
55 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLongAndOverflow(PyObject *, int *);
H A Dintobject.h46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
H A Dpyport.h40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long macro
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
759 - Python use PY_LONG_LONG(!) for Py_off_t (_fileio.c);
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dlongobject.h50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG); variable
51 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLongLong(unsigned PY_LONG_LONG);
52 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLong(PyObject *);
53 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLong(PyObject *);
54 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLongMask(PyObject *);
55 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLongAndOverflow(PyObject *, int *);
H A Dintobject.h46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
H A Dpyport.h40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long macro
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
759 - Python use PY_LONG_LONG(!) for Py_off_t (_fileio.c);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dlongobject.h50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG); variable
51 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLongLong(unsigned PY_LONG_LONG);
52 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLong(PyObject *);
53 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLong(PyObject *);
54 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLongMask(PyObject *);
55 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLongAndOverflow(PyObject *, int *);
H A Dintobject.h46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
H A Dpyport.h40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long macro
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
759 - Python use PY_LONG_LONG(!) for Py_off_t (_fileio.c);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dlongobject.h50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG); variable
51 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLongLong(unsigned PY_LONG_LONG);
52 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLong(PyObject *);
53 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLong(PyObject *);
54 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLongMask(PyObject *);
55 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLongAndOverflow(PyObject *, int *);
H A Dintobject.h46 PyAPI_FUNC(unsigned PY_LONG_LONG) PyInt_AsUnsignedLongLongMask(PyObject *);
H A Dpyport.h40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long macro
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
759 - Python use PY_LONG_LONG(!) for Py_off_t (_fileio.c);

Completed in 298 milliseconds