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 - 12
of
12
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h
263
#define
_Py_AS_GC
(o) ((PyGC_Head *)(o)-1)
272
PyGC_Head *g =
_Py_AS_GC
(o); \
287
PyGC_Head *g =
_Py_AS_GC
(o); \
297
((
_Py_AS_GC
(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h
263
#define
_Py_AS_GC
(o) ((PyGC_Head *)(o)-1)
272
PyGC_Head *g =
_Py_AS_GC
(o); \
287
PyGC_Head *g =
_Py_AS_GC
(o); \
297
((
_Py_AS_GC
(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
genobject.c
191
_Py_AS_GC
(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
object.c
[
all
...]
typeobject.c
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c
[
all
...]
genobject.c
194
_Py_AS_GC
(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
typeobject.c
[
all
...]
Completed in 6127 milliseconds