Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Functions
longintrepr.h File Reference

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)
 

Macro Definition Documentation

#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

Function Documentation

PyAPI_FUNC ( PyLongObject )
PyAPI_FUNC ( PyObject )
read

Copyright 2014 Google Inc. All rights reserved.