Searched refs:INT_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
122 #define INT_BUF_SIZE (sizeof(mp_int_t) * 4) macro143 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