Searched refs:_Py_HASHTABLE_ENTRY_READ_DATA (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/ |
D | hashtable.h | 55 #define _Py_HASHTABLE_ENTRY_READ_DATA(TABLE, ENTRY, DATA) \ macro
|
D | _tracemalloc.c | 630 _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/ |
D | marshal.c | 285 _Py_HASHTABLE_ENTRY_READ_DATA(p->hashtable, entry, w); in w_ref()
|