Home
last modified time | relevance | path

Searched refs:BYTES_FOR_INT (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demitbc.c39 #define BYTES_FOR_INT ((MP_BYTES_PER_OBJ_WORD * 8 + 6) / 7) macro
40 #define DUMMY_DATA_SIZE (BYTES_FOR_INT)
97 byte buf[BYTES_FOR_INT]; in emit_write_uint()
197 byte buf[BYTES_FOR_INT]; in emit_write_bytecode_byte_int()
A Dpersistentcode.c598 #define BYTES_FOR_INT ((MP_BYTES_PER_OBJ_WORD * 8 + 6) / 7) macro
600 byte buf[BYTES_FOR_INT]; in mp_print_uint()

Completed in 8 milliseconds