Home
last modified time | relevance | path

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

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