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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c 141 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 141 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /external/python/cpython2/Objects/
object.c 141 if (tp->tp_next == NULL && tp->tp_prev == NULL) {
146 type_list->tp_prev = tp;
176 if (tp->tp_prev)
177 tp->tp_prev->tp_next = tp->tp_next;
181 tp->tp_next->tp_prev = tp->tp_prev;
182 tp->tp_next = tp->tp_prev = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /external/python/cpython2/Include/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 408 struct _typeobject *tp_prev; member in struct:_typeobject
    [all...]

Completed in 112 milliseconds