Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h18 #define _Py_SLIST_HEAD(SLIST) (((_Py_slist_t *)SLIST)->head) argument
Dhashtable.c55 #define BUCKETS_HEAD(SLIST) \ argument
56 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(SLIST)))