Home
last modified time | relevance | path

Searched refs:U (Results 1 – 4 of 4) sorted by relevance

/src/klibc/
A Drt_vsnprintf_std.c252 double_uint_t U; member
389 printf_size_t i = 0U; in atou_()
495 printf_size_t len = 0U; in print_integer()
571 if (precision == 0U) { in get_components()
675 if (precision != 0U) { in print_broken_up_decimal()
787 dwba.U = (dwba.U & (((double_uint_t) (1) << DOUBLE_STORED_MANTISSA_BITS) - 1U)) | in log10_of_positive()
908 0U : in print_exponential_number()
917 0U); in print_exponential_number()
941 printf_size_t len = 0U; in print_floating_point()
993 printf_flags_t flags = 0U; in parse_flags()
[all …]
/src/klibc/utest/
A DTC_rt_sprintf.c391 SPRINTF_CHECK(" 0", buffer, "%20X", 0U); in SPRINTF_TEST_CASE()
852 SPRINTF_CHECK(" ", buffer, "%20.u", 0U); in SPRINTF_TEST_CASE()
855 SPRINTF_CHECK(" ", buffer, "%20.o", 0U); in SPRINTF_TEST_CASE()
862 SPRINTF_CHECK(" ", buffer, "%20.x", 0U); in SPRINTF_TEST_CASE()
865 SPRINTF_CHECK(" ", buffer, "%20.X", 0U); in SPRINTF_TEST_CASE()
871 SPRINTF_CHECK(" ", buffer, "%02.0u", 0U); in SPRINTF_TEST_CASE()
/src/
A Dobject.c750 if ((object != RT_NULL) && (name != RT_NULL) && (name_size != 0U)) in rt_object_get_name()
A Dkservice.c96 (frame)->fp = (rt_uintptr_t)__builtin_frame_address(0U); \

Completed in 13 milliseconds