Searched refs:current_prev (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c263 PyGC_Head *current_prev = node->gc.gc_prev; local
266 current_prev->gc.gc_next = current_next;
267 current_next->gc.gc_prev = current_prev;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c223 PyGC_Head *current_prev = node->gc.gc_prev; local
226 current_prev->gc.gc_next = current_next;
227 current_next->gc.gc_prev = current_prev;

Completed in 17 milliseconds