Home
last modified time | relevance | path

Searched refs:MP_BYTES_PER_OBJ_WORD (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h129 #define MICROPY_BYTES_PER_GC_BLOCK (4 * MP_BYTES_PER_OBJ_WORD)
1574 #ifndef MP_BYTES_PER_OBJ_WORD
1575 #define MP_BYTES_PER_OBJ_WORD (sizeof(mp_uint_t)) macro
1583 #define MP_OBJ_WORD_MSBIT_HIGH (((mp_uint_t)1) << (MP_BYTES_PER_OBJ_WORD * MP_BITS_PER_BYTE - 1))
A Dbinary.c324 if (MP_BYTES_PER_OBJ_WORD == 8) { in mp_binary_set_val()
345 if (MP_BYTES_PER_OBJ_WORD < 8 && size > sizeof(val)) { in mp_binary_set_val()
A Dgc.c52 #define WORDS_PER_BLOCK ((MICROPY_BYTES_PER_GC_BLOCK) / MP_BYTES_PER_OBJ_WORD)
A Dpersistentcode.c598 #define BYTES_FOR_INT ((MP_BYTES_PER_OBJ_WORD * 8 + 6) / 7)
A Demitbc.c39 #define BYTES_FOR_INT ((MP_BYTES_PER_OBJ_WORD * 8 + 6) / 7)
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c173 heap_size = heap_size * MP_BYTES_PER_OBJ_WORD / 4; in pre_process_options()

Completed in 14 milliseconds