Home
last modified time | relevance | path

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

/lvgl-latest/src/stdlib/builtin/
Dlv_sprintf_builtin.c130 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()
173 static size_t _out_rev(out_fct_type out, char * buffer, size_t idx, size_t maxlen, const char * buf… in _out_rev()
202 static size_t _ntoa_format(out_fct_type out, char * buffer, size_t idx, size_t maxlen, char * buf, … in _ntoa_format()
256 static size_t _ntoa_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned long … in _ntoa_long()
281 static size_t _ntoa_long_long(out_fct_type out, char * buffer, size_t idx, size_t maxlen, unsigned … in _ntoa_long_long()
314 static size_t _ftoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _ftoa()
443 static size_t _etoa(out_fct_type out, char * buffer, size_t idx, size_t maxlen, double value, unsig… in _etoa()
555 static int lv_vsnprintf_inner(out_fct_type out, char * buffer, const size_t maxlen, const char * fo… in lv_vsnprintf_inner()
/lvgl-latest/src/libs/lodepng/
Dlodepng.c787 unsigned maxlen = tree->table_len[index]; in HuffmanTree_makeTable() local