Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c397 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_filenames, filename); in tracemalloc_get_frame()
485 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_tracebacks, traceback); in traceback_new()
622 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_traces, key); in tracemalloc_add_trace()
625 entry = _Py_HASHTABLE_GET_ENTRY(tracemalloc_traces, ptr); in tracemalloc_add_trace()
Dhashtable.h179 #define _Py_HASHTABLE_GET_ENTRY(TABLE, KEY) \ macro
/external/python/cpython3/Python/
Dmarshal.c282 entry = _Py_HASHTABLE_GET_ENTRY(p->hashtable, v); in w_ref()