Home
last modified time | relevance | path

Searched refs:current_next (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c264 PyGC_Head *current_next = node->gc.gc_next; in gc_list_move() local
266 current_prev->gc.gc_next = current_next; in gc_list_move()
267 current_next->gc.gc_prev = current_prev; in gc_list_move()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c224 PyGC_Head *current_next = node->gc.gc_next; in gc_list_move() local
226 current_prev->gc.gc_next = current_next; in gc_list_move()
227 current_next->gc.gc_prev = current_prev; in gc_list_move()