Searched refs:_Py_HASHTABLE_SET (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/ |
D | hashtable.h | 162 #define _Py_HASHTABLE_SET(TABLE, KEY, DATA) \ macro
|
D | _tracemalloc.c | 643 res = _Py_HASHTABLE_SET(tracemalloc_traces, key, trace); in tracemalloc_add_trace() 646 res = _Py_HASHTABLE_SET(tracemalloc_traces, ptr, trace); in tracemalloc_add_trace() 1238 if (_Py_HASHTABLE_SET(intern_table, traceback, frames) < 0) { in traceback_to_pyobject()
|
/external/python/cpython3/Python/ |
D | marshal.c | 300 if (_Py_HASHTABLE_SET(p->hashtable, v, w) < 0) { in w_ref()
|