Home
last modified time | relevance | path

Searched refs:_Py_HASHTABLE_ENTRY_READ_DATA (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
Dhashtable.h55 #define _Py_HASHTABLE_ENTRY_READ_DATA(TABLE, ENTRY, DATA) \ macro
D_tracemalloc.c630 _Py_HASHTABLE_ENTRY_READ_DATA(tracemalloc_traces, entry, trace); in tracemalloc_add_trace()
1310 _Py_HASHTABLE_ENTRY_READ_DATA(traces, entry, trace); in tracemalloc_get_traces_fill()
1331 _Py_HASHTABLE_ENTRY_READ_DATA(tracebacks, entry, obj); in tracemalloc_pyobject_decref_cb()
/external/python/cpython3/Python/
Dmarshal.c285 _Py_HASHTABLE_ENTRY_READ_DATA(p->hashtable, entry, w); in w_ref()