Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h46 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append4(char* __first, uint32_t … in __append4() function
51 return __itoa::__append4(__itoa::__append1(__first, __value / 10000), __value % 10000); in __append5()
55 return __itoa::__append4(__itoa::__append2(__first, __value / 10000), __value % 10000); in __append6()
89 return __itoa::__append4(__first, __value); in __base_10_u32()