Home
last modified time | relevance | path

Searched refs:qstr_compute_hash (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dqstr.c89 mp_uint_t qstr_compute_hash(const byte *data, size_t len) { in qstr_compute_hash() function
176 mp_uint_t str_hash = qstr_compute_hash((const byte *)str, str_len); in qstr_find_strn()
248 mp_uint_t hash = qstr_compute_hash((const byte *)str, len); in qstr_from_strn()
A Dqstr.h62 mp_uint_t qstr_compute_hash(const byte *data, size_t len);
A Dobjexcept.c151 o_str->hash = qstr_compute_hash(o_str->data, o_str->len); in decompress_error_text_maybe()
418 o_str->hash = qstr_compute_hash(o_str->data, o_str->len); in mp_obj_new_exception_msg()
527 o_str->hash = qstr_compute_hash(o_str->data, o_str->len); in mp_obj_new_exception_msg_vlist()
A Dobjstr.c162 str_hash = qstr_compute_hash(str_data, str_len); in mp_obj_str_make_new()
219 str_hash = qstr_compute_hash(str_data, str_len); in bytes_make_new()
2033 o->hash = qstr_compute_hash(data, len); in mp_obj_new_str_copy()
2076 o->hash = qstr_compute_hash((byte *)vstr->buf, vstr->len); in mp_obj_new_str_from_vstr()
A Druntime.c276 h = qstr_compute_hash(data, len); in mp_unary_op()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodussl_axtls.c112 o_str->hash = qstr_compute_hash(o_str->data, o_str->len); in ussl_raise_error()
A Dmodussl_mbedtls.c109 o_str->hash = qstr_compute_hash(o_str->data, o_str->len); in mbedtls_raise_error()
A Dmodbluetooth.c157 return MP_OBJ_NEW_SMALL_INT(qstr_compute_hash(self->data, self->type)); in bluetooth_uuid_unary_op()

Completed in 21 milliseconds