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

  /external/python/cpython3/Objects/
weakrefobject.c 16 head = head->wr_next;
28 self->wr_next = NULL;
61 /* If 'self' is the end of the list (and thus self->wr_next == NULL)
64 *list = self->wr_next;
67 self->wr_prev->wr_next = self->wr_next;
68 if (self->wr_next != NULL)
69 self->wr_next->wr_prev = self->wr_prev;
71 self->wr_next = NULL;
232 head = head->wr_next;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /external/python/cpython2/Include/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /external/python/cpython3/Include/
weakrefobject.h 39 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /prebuilts/gdb/darwin-x86/include/python2.7/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /prebuilts/gdb/linux-x86/include/python2.7/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
weakrefobject.h 38 PyWeakReference *wr_next; member in struct:_PyWeakReference
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 16 head = head->wr_next;
59 /* If 'self' is the end of the list (and thus self->wr_next == NULL)
62 *list = self->wr_next;
65 self->wr_prev->wr_next = self->wr_next;
66 if (self->wr_next != NULL)
67 self->wr_next->wr_prev = self->wr_prev;
69 self->wr_next = NULL;
233 head = head->wr_next;
239 /* head = head->wr_next; */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 16 head = head->wr_next;
60 /* If 'self' is the end of the list (and thus self->wr_next == NULL)
63 *list = self->wr_next;
66 self->wr_prev->wr_next = self->wr_next;
67 if (self->wr_next != NULL)
68 self->wr_next->wr_prev = self->wr_prev;
70 self->wr_next = NULL;
222 head = head->wr_next;
228 /* head = head->wr_next; */
    [all...]
  /external/python/cpython2/Objects/
weakrefobject.c 16 head = head->wr_next;
59 /* If 'self' is the end of the list (and thus self->wr_next == NULL)
62 *list = self->wr_next;
65 self->wr_prev->wr_next = self->wr_next;
66 if (self->wr_next != NULL)
67 self->wr_next->wr_prev = self->wr_prev;
69 self->wr_next = NULL;
233 head = head->wr_next;
239 /* head = head->wr_next; */
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_weakref.c 49 current = current->wr_next;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_weakref.c 49 current = current->wr_next;
  /external/python/cpython2/Modules/
_weakref.c 49 current = current->wr_next;
  /external/python/cpython3/Modules/
_weakref.c 98 current = current->wr_next;

Completed in 381 milliseconds