Home
last modified time | relevance | path

Searched refs:mp_const_obj_t (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h42 typedef uint64_t mp_const_obj_t; typedef
45 typedef const void *mp_const_obj_t; typedef
92 static inline bool mp_obj_is_qstr(mp_const_obj_t o) { in mp_obj_is_qstr()
115 static inline bool mp_obj_is_obj(mp_const_obj_t o) { in mp_obj_is_obj()
127 static inline bool mp_obj_is_qstr(mp_const_obj_t o) { in mp_obj_is_qstr()
150 static inline bool mp_obj_is_obj(mp_const_obj_t o) { in mp_obj_is_obj()
197 static inline bool mp_obj_is_obj(mp_const_obj_t o) { in mp_obj_is_obj()
306 typedef mp_const_obj_t mp_rom_obj_t;
770 bool mp_obj_is_subclass_fast(mp_const_obj_t object, mp_const_obj_t classinfo); // arguments should …
787 mp_int_t mp_obj_get_int(mp_const_obj_t arg);
[all …]
A Dobjint.h52 char *mp_obj_int_formatted(char **buf, size_t *buf_size, size_t *fmt_size, mp_const_obj_t self_in,
54 char *mp_obj_int_formatted_impl(char **buf, size_t *buf_size, size_t *fmt_size, mp_const_obj_t self…
A Dnativeglue.h89 mp_const_obj_t const_none;
90 mp_const_obj_t const_false;
91 mp_const_obj_t const_true;
149 const mp_obj_type_t *(*obj_get_type)(mp_const_obj_t o_in);
A Dobj.c40 const mp_obj_type_t *mp_obj_get_type(mp_const_obj_t o_in) { in mp_obj_get_type()
98 const char *mp_obj_get_type_str(mp_const_obj_t o_in) { in mp_obj_get_type_str()
290 mp_int_t mp_obj_get_int(mp_const_obj_t arg) { in mp_obj_get_int()
308 mp_int_t mp_obj_get_int_truncated(mp_const_obj_t arg) { in mp_obj_get_int_truncated()
319 bool mp_obj_get_int_maybe(mp_const_obj_t arg, mp_int_t *value) { in mp_obj_get_int_maybe()
A Dobjint_mpz.c93 char *mp_obj_int_formatted_impl(char **buf, size_t *buf_size, size_t *fmt_size, mp_const_obj_t self… in mp_obj_int_formatted_impl()
408 mp_int_t mp_obj_int_get_truncated(mp_const_obj_t self_in) { in mp_obj_int_get_truncated()
418 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) { in mp_obj_int_get_checked()
433 mp_uint_t mp_obj_int_get_uint_checked(mp_const_obj_t self_in) { in mp_obj_int_get_uint_checked()
A Dobjint.c224 char *mp_obj_int_formatted(char **buf, size_t *buf_size, size_t *fmt_size, mp_const_obj_t self_in, in mp_obj_int_formatted()
362 mp_int_t mp_obj_int_get_truncated(mp_const_obj_t self_in) { in mp_obj_int_get_truncated()
366 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) { in mp_obj_int_get_checked()
A Dobjint_longlong.c274 mp_int_t mp_obj_int_get_truncated(mp_const_obj_t self_in) { in mp_obj_int_get_truncated()
283 mp_int_t mp_obj_int_get_checked(mp_const_obj_t self_in) { in mp_obj_int_get_checked()
A Dstream.h97 static inline const mp_stream_p_t *mp_get_stream(mp_const_obj_t self) { in mp_get_stream()
A Dobjtype.c1328 bool mp_obj_is_subclass_fast(mp_const_obj_t object, mp_const_obj_t classinfo) { in mp_obj_is_subclass_fast()
1406 mp_obj_t mp_obj_cast_to_native_base(mp_obj_t self_in, mp_const_obj_t native_type) { in mp_obj_cast_to_native_base()
A Ddynruntime.h136 static inline mp_obj_t mp_obj_cast_to_native_base_dyn(mp_obj_t self_in, mp_const_obj_t native_type)… in mp_obj_cast_to_native_base_dyn()
A Dobjexcept.c555 bool mp_obj_exception_match(mp_obj_t exc, mp_const_obj_t exc_type) { in mp_obj_exception_match()
A Dobjfun.c159 qstr mp_obj_fun_get_name(mp_const_obj_t fun_in) { in mp_obj_fun_get_name()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmisc.h38 bool mp_uos_dupterm_is_builtin_stream(mp_const_obj_t stream);
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_timer.c192 STATIC mp_obj_t machine_timer_period(mp_obj_t self_in, mp_const_obj_t period) in machine_timer_period()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_timer.c192 STATIC mp_obj_t machine_timer_period(mp_obj_t self_in, mp_const_obj_t period) in machine_timer_period()

Completed in 27 milliseconds