Searched refs:num_commas (Results 1 – 1 of 1) sorted by relevance
212 size_t num_commas = comma ? num_digits / 3 : 0; in mp_int_format_size() local214 return num_digits + num_commas + prefix_len + 2; // +1 for sign, +1 for null byte in mp_int_format_size()
Completed in 25 milliseconds