Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 2 of 2) sorted by relevance

/lvgl-2.7.6/src/lv_misc/
Dlv_printf.c129 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer()
138 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null()
178 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev()
208 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format()
263 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long()
289 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long()
324 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa()
454 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa()
567 static int _vsnprintf(out_fct_type out, char * buffer, const size_t maxlen, const char * format, va… in _vsnprintf()
879 int lv_snprintf(char * buffer, size_t count, const char * format, ...) in lv_snprintf()
[all …]
/lvgl-2.7.6/src/lv_hal/
Dlv_hal_disp.h73 lv_disp_buf_t * buffer; member