Searched refs:INT_FMT (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objrange.c | 84 mp_printf(print, "range(" INT_FMT ", " INT_FMT "", self->start, self->stop); in range_print() 88 mp_printf(print, ", " INT_FMT ")", self->step); in range_print()
|
A D | showbc.c | 134 mp_printf(print, " bc=" INT_FMT " line=" UINT_FMT "\n", bc, source_line); in mp_bytecode_print() 147 mp_printf(print, " bc=" INT_FMT " line=" UINT_FMT "\n", bc, source_line); in mp_bytecode_print() 179 mp_printf(print, "LOAD_CONST_SMALL_INT " INT_FMT, num); in mp_bytecode_print_str() 528 …mp_printf(print, "LOAD_CONST_SMALL_INT " INT_FMT, (mp_int_t)ip[-1] - MP_BC_LOAD_CONST_SMALL_INT_MU… in mp_bytecode_print_str()
|
A D | mpconfig.h | 1642 #ifndef INT_FMT 1646 #define INT_FMT "%ld" macro 1649 #define INT_FMT "%lld" macro 1653 #define INT_FMT "%d" macro
|
A D | objexcept.c | 182 … mp_printf(print, "[Errno " INT_FMT "] %q", MP_OBJ_SMALL_INT_VALUE(o->args->items[0]), qst); in mp_obj_exception_print()
|
A D | objfun.c | 295 …mp_printf(MICROPY_DEBUG_PRINTER, "VM stack underflow: " INT_FMT "\n", code_state->sp - code_state-… in fun_bc_call()
|
A D | emitnative.c | 781 DEBUG_printf("adjust_stack_size(" INT_FMT ")\n", delta); in emit_native_adjust_stack_size() 887 … DEBUG_printf(" imm(" INT_FMT ") to local(%u)\n", si->data.u_imm, emit->stack_start + i); in need_stack_settled() 1404 DEBUG_printf("load_const_small_int(int=" INT_FMT ")\n", arg); in emit_native_load_const_small_int()
|
A D | parse.c | 381 mp_printf(print, "int(" INT_FMT ")\n", arg); in mp_parse_node_print()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | mpconfigport.h | 225 #define INT_FMT "%d" macro
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | mpconfigport.h | 225 #define INT_FMT "%d" macro
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | mpconfigport.h | 240 #define INT_FMT "%d" macro
|
Completed in 25 milliseconds