Home
last modified time | relevance | path

Searched defs:gc (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c293 PyGC_Head *gc; in gc_list_size() local
307 PyGC_Head *gc; in append_objects() local
329 PyGC_Head *gc = containers->gc.gc_next; in update_refs() local
361 PyGC_Head *gc = AS_GC(op); in visit_decref() local
382 PyGC_Head *gc = containers->gc.gc_next; in subtract_refs() local
396 PyGC_Head *gc = AS_GC(op); in visit_reachable() local
445 PyGC_Head *gc = young->gc.gc_next; in move_unreachable() local
522 PyGC_Head *next, *gc = head->gc.gc_next; in untrack_dicts() local
539 PyGC_Head *gc; in move_finalizers() local
564 PyGC_Head *gc = AS_GC(op); in visit_move() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c253 PyGC_Head *gc; in gc_list_size() local
267 PyGC_Head *gc; in append_objects() local
289 PyGC_Head *gc = containers->gc.gc_next; in update_refs() local
321 PyGC_Head *gc = AS_GC(op); in visit_decref() local
342 PyGC_Head *gc = containers->gc.gc_next; in subtract_refs() local
356 PyGC_Head *gc = AS_GC(op); in visit_reachable() local
405 PyGC_Head *gc = young->gc.gc_next; in move_unreachable() local
488 PyGC_Head *gc; in move_finalizers() local
513 PyGC_Head *gc = AS_GC(op); in visit_move() local
528 PyGC_Head *gc = finalizers->gc.gc_next; in move_finalizer_reachable() local
[all …]
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gpio/
Dgpio.c56 int gc; in find_gc_base() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h257 } gc; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h257 } gc; member
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c45 GC gc; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlobject.h389 GCObject *gc; /* collectable objects */ member