Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjreversed.c53 o->cur_index = mp_obj_get_int(mp_obj_len(args[0])); // start at the end of the sequence in reversed_make_new()
A Ddynruntime.h123 #define mp_obj_len(o) (mp_obj_len_dyn(o)) macro
A Dobj.c500 mp_obj_t mp_obj_len(mp_obj_t o_in) { in mp_obj_len() function
A Dmodbuiltins.c619 MP_DEFINE_CONST_FUN_OBJ_1(mp_builtin_len_obj, mp_obj_len);
A Dobj.h800 mp_obj_t mp_obj_len(mp_obj_t o_in);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodurandom.c178 mp_int_t len = mp_obj_get_int(mp_obj_len(seq)); in mod_urandom_choice()
A Dmodbluetooth.c482 mp_obj_t len_in = mp_obj_len(characteristics_in); in bluetooth_gatts_register_service()
526 mp_obj_t descriptors_len_in = mp_obj_len(characteristic_items[2]); in bluetooth_gatts_register_service()
576 mp_obj_t len_in = mp_obj_len(services_in); in bluetooth_ble_gatts_register_services()
A Dmoductypes.c245 return mp_obj_len(obj_in); in uctypes_struct_sizeof()

Completed in 18 milliseconds