HomeSort by relevance Sort by last modified time
    Searched defs:PY_LONG_LONG (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
longobject.h 50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
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 *);
pyport.h 40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
longobject.h 49 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
50 PyAPI_FUNC(PyObject *) PyLong_FromUnsignedLongLong(unsigned PY_LONG_LONG);
51 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLong(PyObject *);
52 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLong(PyObject *);
53 PyAPI_FUNC(unsigned PY_LONG_LONG) PyLong_AsUnsignedLongLongMask(PyObject *);
54 PyAPI_FUNC(PY_LONG_LONG) PyLong_AsLongLongAndOverflow(PyObject *, int *);
pyport.h 53 Used in: PY_LONG_LONG
81 #ifndef PY_LONG_LONG
82 #define PY_LONG_LONG long long
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
  /external/python/cpython2/Include/
longobject.h 50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
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 *);
pyport.h 40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
  /prebuilts/gdb/darwin-x86/include/python2.7/
longobject.h 50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
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 *);
pyport.h 40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long
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);
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
longobject.h 50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
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 *);
pyport.h 40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long
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);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
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 *);
pyport.h 40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long
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);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 50 PyAPI_FUNC(PyObject *) PyLong_FromLongLong(PY_LONG_LONG);
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 *);
pyport.h 40 Used in: PY_LONG_LONG
68 #ifndef PY_LONG_LONG
69 #define PY_LONG_LONG long long
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);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 53 Used in: PY_LONG_LONG
81 #ifndef PY_LONG_LONG
82 #define PY_LONG_LONG long long
171 typedef unsigned PY_LONG_LONG Py_uintptr_t;
172 typedef PY_LONG_LONG Py_intptr_t;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 55 Used in: PY_LONG_LONG
83 #ifndef PY_LONG_LONG
84 #define PY_LONG_LONG long long
186 typedef unsigned PY_LONG_LONG Py_uintptr_t;
187 typedef PY_LONG_LONG Py_intptr_t;
    [all...]
  /external/python/cpython3/Include/
pyport.h 44 #ifndef PY_LONG_LONG
45 #define PY_LONG_LONG long long
  /external/python/cpython2/Modules/_ctypes/
ctypes.h 46 Python2.2 used LONG_LONG instead of PY_LONG_LONG
48 #if defined(HAVE_LONG_LONG) && !defined(PY_LONG_LONG)
49 #define PY_LONG_LONG LONG_LONG
73 PY_LONG_LONG ll;
345 PY_LONG_LONG q;
_ctypes_test.c 5 Python2.2 used LONG_LONG instead of PY_LONG_LONG
7 #if defined(HAVE_LONG_LONG) && !defined(PY_LONG_LONG)
8 #define PY_LONG_LONG LONG_LONG
245 EXPORT(PY_LONG_LONG) _testfunc_q_bhilfdq(signed char b, short h, int i, long l, float f,
246 double d, PY_LONG_LONG q)
248 return (PY_LONG_LONG)(b + h + i + l + f + d + q);
251 EXPORT(PY_LONG_LONG) _testfunc_q_bhilfd(signed char b, short h, int i, long l, float f, double d)
253 return (PY_LONG_LONG)(b + h + i + l + f + d);
266 EXPORT(PY_LONG_LONG) _testfunc_callback_q_qf(PY_LONG_LONG value
    [all...]
  /external/python/cpython2/PC/
pyconfig.h 286 #define PY_LONG_LONG long long
313 #ifndef PY_LONG_LONG
314 # define PY_LONG_LONG __int64
358 sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t).
424 #define PY_UINT64_T unsigned PY_LONG_LONG
441 #define PY_INT64_T PY_LONG_LONG
  /external/python/cpython3/PC/
pyconfig.h 242 #define PY_LONG_LONG long long
268 #ifndef PY_LONG_LONG
269 # define PY_LONG_LONG __int64
315 sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t).

Completed in 1252 milliseconds