Home
last modified time | relevance | path

Searched refs:ht_slots (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h427 PyObject *ht_name, *ht_slots; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h427 PyObject *ht_name, *ht_slots; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dtypeobject.c2325 et->ht_slots = slots; in type_new()
2657 Py_XDECREF(et->ht_slots); in type_dealloc()
3055 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
3056 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dtypeobject.c2305 et->ht_slots = slots; in type_new()
2630 Py_XDECREF(et->ht_slots); in type_dealloc()
3022 slots_a = ((PyHeapTypeObject *)a)->ht_slots; in same_slots_added()
3023 slots_b = ((PyHeapTypeObject *)b)->ht_slots; in same_slots_added()