Searched defs:maxlen (Results 1 – 6 of 6) sorted by relevance
/lk-master/external/platform/pico/rp2_common/pico_printf/ |
A D | printf.c | 137 static inline void _out_buffer(char character, void *buffer, size_t idx, size_t maxlen) { in _out_buffer() 144 static inline void _out_null(char character, void *buffer, size_t idx, size_t maxlen) { in _out_null() 152 static inline void _out_char(char character, void *buffer, size_t idx, size_t maxlen) { in _out_char() 163 static inline void _out_fct(char character, void *buffer, size_t idx, size_t maxlen) { in _out_fct() 200 static size_t _out_rev(out_fct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, … in _out_rev() 228 static size_t _ntoa_format(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, si… in _ntoa_format() 279 static size_t _ntoa_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned long v… in _ntoa_long() 305 static size_t _ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() 342 static size_t _ftoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _ftoa() 467 static size_t _etoa(out_fct_type out, char *buffer, size_t idx, size_t maxlen, double value, unsign… in _etoa() [all …]
|
/lk-master/platform/stellaris/ |
A D | usbc.c | 176 void usbc_ep0_send(const void *buf, size_t len, size_t maxlen) { in usbc_ep0_send()
|
/lk-master/platform/stm32f7xx/ |
A D | usbc.c | 214 void usbc_ep0_send(const void *buf, size_t len, size_t maxlen) { in usbc_ep0_send()
|
/lk-master/platform/stm32f0xx/ |
A D | usbc.c | 250 void usbc_ep0_send(const void *buf, size_t len, size_t maxlen) { in usbc_ep0_send()
|
/lk-master/lib/fs/ |
A D | fs.c | 445 ssize_t fs_load_file(const char *path, void *ptr, size_t maxlen) { in fs_load_file()
|
/lk-master/external/platform/nrfx/hal/ |
A D | nrf_radio.h | 367 uint8_t maxlen; /**< Maximum length of packet payload. */ member
|
Completed in 12 milliseconds