Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h16 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) macro
Dhashtable.c60 ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY))