Searched refs:_PyObject_VAR_SIZE (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobjimpl.h170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),\
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h170 /* _PyObject_VAR_SIZE returns the number of bytes (as size_t) allocated for a
181 # error "_PyObject_VAR_SIZE requires SIZEOF_VOID_P be a power of 2"
184 #define _PyObject_VAR_SIZE(typeobj, nitems) \ macro
198 (PyVarObject *) PyObject_MALLOC(_PyObject_VAR_SIZE((typeobj),(n)) ),\
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c1530 const size_t size = _PyObject_VAR_SIZE(tp, nitems);
1540 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c1476 const size_t size = _PyObject_VAR_SIZE(tp, nitems);
1486 const size_t basicsize = _PyObject_VAR_SIZE(Py_TYPE(op), nitems);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
H A Dlibpython.py412 def _PyObject_VAR_SIZE(typeobj, nitems): function
436 size = _PyObject_VAR_SIZE(typeobj, tsize)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobject.c254 const size_t size = _PyObject_VAR_SIZE(tp, nitems);
1294 size = _PyObject_VAR_SIZE(tp, tsize);
1416 size = _PyObject_VAR_SIZE(tp, tsize);
H A Dtypeobject.c757 const size_t size = _PyObject_VAR_SIZE(type, nitems+1);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dobject.c254 const size_t size = _PyObject_VAR_SIZE(tp, nitems);
1287 size = _PyObject_VAR_SIZE(tp, tsize);
1409 size = _PyObject_VAR_SIZE(tp, tsize);
H A Dtypeobject.c749 const size_t size = _PyObject_VAR_SIZE(type, nitems+1);

Completed in 188 milliseconds