Searched defs:maxlen (Results 1 – 2 of 2) sorted by relevance
/lvgl-3.7.0/src/misc/ |
D | lv_printf.c | 125 static inline void _out_buffer(char character, void * buffer, size_t idx, size_t maxlen) in _out_buffer() 133 static inline void _out_null(char character, void * buffer, size_t idx, size_t maxlen) in _out_null() 168 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev() 197 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format() 251 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long() 276 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long() 309 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa() 438 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa() 550 static int _vsnprintf(out_fct_type out, char * buffer, const size_t maxlen, const char * format, va… in _vsnprintf()
|
/lvgl-3.7.0/src/extra/libs/png/ |
D | lodepng.c | 759 unsigned maxlen = tree->table_len[index]; in HuffmanTree_makeTable() local
|