Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_hashtable.h21 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) macro
/third_party/python/Python/
Dhashtable.c60 ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))