Home
last modified time | relevance | path

Searched defs:mp_obj_new_int_from_uint (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjint_longlong.c236 mp_obj_t mp_obj_new_int_from_uint(mp_uint_t value) { in mp_obj_new_int_from_uint() function
A Dobjint_mpz.c392 mp_obj_t mp_obj_new_int_from_uint(mp_uint_t value) { in mp_obj_new_int_from_uint() function
A Dobjint.c344 mp_obj_t mp_obj_new_int_from_uint(mp_uint_t value) { in mp_obj_new_int_from_uint() function
A Ddynruntime.h106 #define mp_obj_new_int_from_uint(i) (mp_fun_table.native_to_obj(i, MP_NATIVE_TYPE_UINT)) macro

Completed in 13 milliseconds