Searched refs:_Py_SLIST_ITEM_NEXT (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ | ||
D | hashtable.h | 16 #define _Py_SLIST_ITEM_NEXT(ITEM) (((_Py_slist_item_t *)ITEM)->next) macro |
D | hashtable.c | 60 ((_Py_hashtable_entry_t *)_Py_SLIST_ITEM_NEXT(ENTRY)) |