Searched refs:BYTES_FOR_INT (Results 1 – 2 of 2) sorted by relevance
39 #define BYTES_FOR_INT ((MP_BYTES_PER_OBJ_WORD * 8 + 6) / 7) macro40 #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()
598 #define BYTES_FOR_INT ((MP_BYTES_PER_OBJ_WORD * 8 + 6) / 7) macro600 byte buf[BYTES_FOR_INT]; in mp_print_uint()
Completed in 8 milliseconds