Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__charconv/
H A Dto_chars_base_10.h62 _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI inline char* __append8(char* __first, uint32_t … in __append8() function
67 return __itoa::__append8(__itoa::__append1(__first, __value / 100000000), __value % 100000000); in __append9()
72 return __itoa::__append8(__itoa::__append2(__first, static_cast<uint32_t>(__value / 100000000)), in __append10()
103 return __itoa::__append8(__first, __value); in __base_10_u32()