Home
last modified time | relevance | path

Searched refs:PySet_MAXFREELIST (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c54 #ifndef PySet_MAXFREELIST
55 #define PySet_MAXFREELIST 80 macro
57 static PySetObject *free_list[PySet_MAXFREELIST];
569 if (numfree < PySet_MAXFREELIST && PyAnySet_CheckExact(so)) in set_dealloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c54 #ifndef PySet_MAXFREELIST
55 #define PySet_MAXFREELIST 80 macro
57 static PySetObject *free_list[PySet_MAXFREELIST];
568 if (numfree < PySet_MAXFREELIST && PyAnySet_CheckExact(so)) in set_dealloc()