OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyObject_GC_NewVar
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h
308
PyAPI_FUNC(PyVarObject *)
_PyObject_GC_NewVar
(PyTypeObject *, Py_ssize_t);
316
( (type *)
_PyObject_GC_NewVar
((typeobj), (n)) )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h
308
PyAPI_FUNC(PyVarObject *)
_PyObject_GC_NewVar
(PyTypeObject *, Py_ssize_t);
316
( (type *)
_PyObject_GC_NewVar
((typeobj), (n)) )
/external/python/cpython2/Include/
objimpl.h
323
PyAPI_FUNC(PyVarObject *)
_PyObject_GC_NewVar
(PyTypeObject *, Py_ssize_t);
331
( (type *)
_PyObject_GC_NewVar
((typeobj), (n)) )
/external/python/cpython3/Include/
objimpl.h
335
PyAPI_FUNC(PyVarObject *)
_PyObject_GC_NewVar
(PyTypeObject *, Py_ssize_t);
343
( (type *)
_PyObject_GC_NewVar
((typeobj), (n)) )
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c
[
all
...]
/external/python/cpython2/Modules/
gcmodule.c
[
all
...]
/external/python/cpython3/Modules/
gcmodule.c
[
all
...]
Completed in 262 milliseconds