Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_hashtable.h23 #define _Py_SLIST_HEAD(SLIST) (((_Py_slist_t *)SLIST)->head) argument
/third_party/python/Python/
Dhashtable.c55 #define BUCKETS_HEAD(SLIST) \ argument
56 ((_Py_hashtable_entry_t *)_Py_SLIST_HEAD(&(SLIST)))