Searched refs:SLIST (Results 1 – 2 of 2) sorted by relevance
18 #define _Py_SLIST_HEAD(SLIST) (((_Py_slist_t *)SLIST)->head) argument
55 #define BUCKETS_HEAD(SLIST) \ argument56 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(SLIST)))