Home
last modified time | relevance | path

Searched refs:qstr_hash (Results 1 – 4 of 4) sorted by relevance

/dports/lang/micropython/micropython-1.17/py/
H A Dqstr.h68 mp_uint_t qstr_hash(qstr q);
H A Dobjstr.h45 …{ str_hash = qstr_hash(MP_OBJ_QSTR_VALUE(str_obj_in)); } else { str_hash = ((mp_obj_str_t *)MP_OBJ…
H A Dqstr.c259 mp_uint_t qstr_hash(qstr q) { in qstr_hash() function
H A Dmap.c212 hash = qstr_hash(MP_OBJ_QSTR_VALUE(index)); in mp_map_lookup()