Searched refs:_ntoa_long_long (Results 1 – 4 of 4) sorted by relevance
/device/soc/bestechnic/bes2600/liteos_m/components/utils/src/ |
D | printf.c | 309 static size_t _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() function 730 …idx = _ntoa_long_long(out, buffer, idx, maxlen, (unsigned long long)(value > 0 ? value : 0 - value… in _vsnprintf() 746 …idx = _ntoa_long_long(out, buffer, idx, maxlen, va_arg(va, unsigned long long), false, base, preci… in _vsnprintf() 832 …idx = _ntoa_long_long(out, buffer, idx, maxlen, (uintptr_t)va_arg(va, void*), false, 16U, precisio… in _vsnprintf()
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
D | printf.c | 328 static size_t _ntoa_long_long(out_fct_type out, char* buffer, in _ntoa_long_long() function 853 idx = _ntoa_long_long(out_tmp, buffer, idx, maxlen, in vsnprintf_s() 873 idx = _ntoa_long_long(out_tmp, buffer, idx, maxlen, in vsnprintf_s() 974 idx = _ntoa_long_long(out_tmp, buffer, idx, maxlen, in vsnprintf_s()
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/platform/system/ |
D | printf-stdarg.c | 288 static size_t _ntoa_long_long(out_fct_type out, char *buffer, size_t idx, size_t maxlen, unsigned l… in _ntoa_long_long() function 723 …idx = _ntoa_long_long(out, buffer, idx, maxlen, (unsigned long long)(value > 0 ? value : 0 - value… in _vsnprintf() 740 …idx = _ntoa_long_long(out, buffer, idx, maxlen, va_arg(va, unsigned long long), false, base, preci… in _vsnprintf() 833 …idx = _ntoa_long_long(out, buffer, idx, maxlen, (uintptr_t)va_arg(va, void *), false, 16U, precisi… in _vsnprintf()
|
/device/soc/winnermicro/wm800/board/platform/arch/xt804/libc/ |
D | libc_port.c | 831 static size_t _ntoa_long_long(out_fct_type out, char* buffer, size_t idx, size_t maxlen, in _ntoa_long_long() function 1265 idx = _ntoa_long_long(out_tmp, buffer, idx, maxlen, in _vsnprintf() 1283 … idx = _ntoa_long_long(out_tmp, buffer, idx, maxlen, va_arg(va, unsigned long long), in _vsnprintf() 1379 … idx = _ntoa_long_long(out_tmp, buffer, idx, maxlen, (uintptr_t)va_arg(va, void*), in _vsnprintf()
|