Orbits
1
|
Go to the source code of this file.
Classes | |
struct | _longobject |
Macros | |
#define | PyLong_BASE ((digit)1 << PyLong_SHIFT) |
#define | PyLong_MASK ((digit)(PyLong_BASE - 1)) |
#define | SHIFT PyLong_SHIFT |
#define | BASE PyLong_BASE |
#define | MASK PyLong_MASK |
Functions | |
PyAPI_FUNC (PyLongObject *) _PyLong_New(Py_ssize_t) | |
PyAPI_FUNC (PyObject *) _PyLong_Copy(PyLongObject *src) | |
#define BASE PyLong_BASE |
#define MASK PyLong_MASK |
#define PyLong_BASE ((digit)1 << PyLong_SHIFT) |
#define PyLong_MASK ((digit)(PyLong_BASE - 1)) |
#define SHIFT PyLong_SHIFT |
PyAPI_FUNC | ( | PyLongObject * | ) |
|
read |
Copyright 2014 Google Inc. All rights reserved.