OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Py_AS_GC
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
269
#define
_Py_AS_GC
(o) ((PyGC_Head *)(o)-1)
278
PyGC_Head *g =
_Py_AS_GC
(o); \
293
PyGC_Head *g =
_Py_AS_GC
(o); \
303
((
_Py_AS_GC
(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
269
#define
_Py_AS_GC
(o) ((PyGC_Head *)(o)-1)
278
PyGC_Head *g =
_Py_AS_GC
(o); \
293
PyGC_Head *g =
_Py_AS_GC
(o); \
303
((
_Py_AS_GC
(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
Completed in 190 milliseconds