Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h54 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append6(char* __first, uint32_t … in __append6() function
59 return __itoa::__append6(__itoa::__append1(__first, __value / 1000000), __value % 1000000); in __append7()
63 return __itoa::__append6(__itoa::__append2(__first, __value / 1000000), __value % 1000000); in __append8()
95 return __itoa::__append6(__first, __value); in __base_10_u32()