Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h81 struct _typeobject *ob_type;
321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *);
322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t);
324 typedef struct _typeobject { struct
383 struct _typeobject *tp_base; argument
408 struct _typeobject *tp_prev; argument
409 struct _typeobject *tp_next; argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h81 struct _typeobject *ob_type;
321 typedef PyObject *(*newfunc)(struct _typeobject *, PyObject *, PyObject *);
322 typedef PyObject *(*allocfunc)(struct _typeobject *, Py_ssize_t);
324 typedef struct _typeobject { struct
383 struct _typeobject *tp_base; argument
408 struct _typeobject *tp_prev; argument
409 struct _typeobject *tp_next; argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dintobject.c62 Py_TYPE(q) = (struct _typeobject *)(q-1); in fill_free_list()
135 Py_TYPE(v) = (struct _typeobject *)free_list; in int_dealloc()
145 Py_TYPE(v) = (struct _typeobject *)free_list; in int_free()
1506 Py_TYPE(p) = (struct _typeobject *) in PyInt_ClearFreeList()
Dfloatobject.c51 Py_TYPE(q) = (struct _typeobject *)(q-1); in fill_free_list()
243 Py_TYPE(op) = (struct _typeobject *)free_list; in float_dealloc()
2234 Py_TYPE(p) = (struct _typeobject *) in PyFloat_ClearFreeList()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dintobject.c62 Py_TYPE(q) = (struct _typeobject *)(q-1); in fill_free_list()
135 Py_TYPE(v) = (struct _typeobject *)free_list; in int_dealloc()
145 Py_TYPE(v) = (struct _typeobject *)free_list; in int_free()
1475 Py_TYPE(p) = (struct _typeobject *) in PyInt_ClearFreeList()
Dfloatobject.c51 Py_TYPE(q) = (struct _typeobject *)(q-1); in fill_free_list()
243 Py_TYPE(op) = (struct _typeobject *)free_list; in float_dealloc()
2219 Py_TYPE(p) = (struct _typeobject *) in PyFloat_ClearFreeList()