Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dmpprint.c122 #define INT_BUF_SIZE (sizeof(mp_int_t) * 4) macro
143 char buf[INT_BUF_SIZE]; in mp_print_int()
144 char *b = buf + INT_BUF_SIZE; in mp_print_int()
200 len += mp_print_strn(print, b, buf + INT_BUF_SIZE - b, flags, fill, width); in mp_print_int()

Completed in 3 milliseconds