Home
last modified time | relevance | path

Searched refs:_longobject (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/
Dboolobject.c137 sizeof(struct _longobject),
177 struct _longobject _Py_FalseStruct = {
182 struct _longobject _Py_TrueStruct = {
/external/python/cpython3/Include/
Dboolobject.h18 PyAPI_DATA(struct _longobject) _Py_FalseStruct, _Py_TrueStruct;
Dlongintrepr.h85 struct _longobject { struct
Dlongobject.h10 typedef struct _longobject PyLongObject; /* Revealed in longintrepr.h */
/external/python/cpython2/Include/
Dlongintrepr.h90 struct _longobject { struct
Dlongobject.h10 typedef struct _longobject PyLongObject; /* Revealed in longintrepr.h */