Home
last modified time | relevance | path

Searched refs:inc_count (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h729 PyAPI_FUNC(void) inc_count(PyTypeObject *);
731 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h717 PyAPI_FUNC(void) inc_count(PyTypeObject *);
719 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c139 inc_count(PyTypeObject *tp) in inc_count() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c139 inc_count(PyTypeObject *tp) in inc_count() function