Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjint.c212 size_t num_commas = comma ? num_digits / 3 : 0; in mp_int_format_size() local
214 return num_digits + num_commas + prefix_len + 2; // +1 for sign, +1 for null byte in mp_int_format_size()

Completed in 25 milliseconds