Home
last modified time | relevance | path

Searched defs:maxlen (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat.c380 void at_printf_encode(char *txt, size_t maxlen, const hi_u8 *data, size_t len) in at_printf_encode() argument
500 size_t at_printf_decode(hi_u8 *buf, size_t maxlen, const char *str) in at_printf_decode() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dhnd_pktpool.h119 uint16 maxlen; /**< maximum size of pool <= PKTPOOL_LEN_MAX */ member
H A Ddhdioctl.h200 uint32 maxlen; /* Maximum length of packets to send */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstropts.h90 int maxlen; member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dhnd_pktpool.c359 int n_pkts, psize, maxlen; in pktpool_fill() local
1142 pktpool_setmaxlen(pktpool_t *pktp, uint16 maxlen) pktpool_setmaxlen() argument
1395 int maxlen = pktpool_max_pkts(pktpool_shared); hnd_pktpool_refill() local
[all...]
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dprintf.c128 static inline void _out_buffer(char character, void* buffer, size_t idx, size_t maxlen) in _out_buffer() argument
136 static inline void _out_null(char character, void* buffer, size_t idx, size_t maxlen) in _out_null() argument
150 static inline void _out_char(char character, void* buffer, size_t idx, size_t maxlen) in _out_char() argument
162 static inline void _out_fct(char character, void* buffer, size_t idx, size_t maxlen) in _out_fct() argument
205 static size_t _out_rev(out_fct_type out, char* buffer, size_t buffer_idx, size_t maxlen, in _out_rev() argument
237 _ntoa_format(out_fct_type out, char* buffer, size_t idx, size_t maxlen, char* buf, size_t buf_len, bool negative, unsigned int base, unsigned int prec, unsigned int prec_width, unsigned int flags) _ntoa_format() argument
292 _ntoa_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned long l_value, bool negative, unsigned long base, unsigned int prec, unsigned int width, unsigned int l_flags) _ntoa_long() argument
328 _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned long long l_value, bool negative, unsigned long long base, unsigned int prec, unsigned int width, unsigned int l_flags) _ntoa_long_long() argument
381 _ftoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double d_value, unsigned int i_prec, unsigned int i_width, unsigned int flags) _ftoa() argument
533 _etoa(out_fct_type out, char* buffer, size_t idx, size_t maxlen, double value, unsigned int prec, unsigned int width, unsigned int flags) _etoa() argument
686 vsnprintf_s(out_fct_type out, char* buffer, const size_t maxlen, const char* format, va_list va) vsnprintf_s() argument
[all...]

Completed in 5 milliseconds