Home
last modified time | relevance | path

Searched refs:MAX_EQUIV (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c6268 #define MAX_EQUIV 10 macro
6279 static slotdef *ptrs[MAX_EQUIV];
6431 slotdef *ptrs[MAX_EQUIV];
/external/python/cpython3/Objects/
Dtypeobject.c7352 #define MAX_EQUIV 10 macro
7363 static slotdef *ptrs[MAX_EQUIV]; in resolve_slotdups()
7600 slotdef *ptrs[MAX_EQUIV]; in update_slot()
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv781 Objects/typeobject.c resolve_slotdups ptrs variable static slotdef *ptrs[MAX_EQUIV]