Searched refs:encode_uint (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/lib/os/ |
D | cbprintf_complete.c | 790 static char *encode_uint(uint_value_type value, in encode_uint() function 1017 sp = encode_uint(fract, &aconv, buf, spe); in encode_float() 1057 sp = encode_uint(expo, &aconv, buf, spe); in encode_float() 1643 bps = encode_uint((uintptr_t)value->ptr, conv, in z_cbvprintf_impl() 1687 bps = encode_uint(value->uint, conv, buf, bpe); in z_cbvprintf_impl()
|