HomeSort by relevance Sort by last modified time
    Searched refs:current_prev (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 263 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;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 223 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;
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 263 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;
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 174 PyGC_Head *current_prev = node->gc.gc_prev; local
177 current_prev->gc.gc_next = current_next;
178 current_next->gc.gc_prev = current_prev;
    [all...]

Completed in 670 milliseconds