Searched refs:_etoa (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 304 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… 332 return _etoa(out, buffer, idx, maxlen, value, prec, width, flags); in _ftoa() 438 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa() function 793 idx = _etoa(out, buffer, idx, maxlen, va_arg(va, double), precision, width, flags); in _vsnprintf()
|