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

  /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
  /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...]
  /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;

Completed in 105 milliseconds