Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c1152 static size_t bc_num_log10(size_t i) { in bc_num_log10() function
2029 width = bc_num_log10(base_t - 1) - 1; in bc_num_printBase()
2156 len = bc_num_log10(ULONG_MAX); in bc_num_ulong2num()